OPM and Order Management Reservation Logic
Auto Allocation
Both Order Management (OM) and Inventory Do Not allow auto-allocation.
This is by application design and there is no way to do the auto-allocation.
The logic flow is as follows -
In OM, the package OEXUSCHB.pls calls the Inventory reservation API INVRSVPB.pls
(inv_reservation_pub.create_reservation) with the auto_allocation flag hard-coded to FALSE (No).
This in turn calls the OPM API GMIPRSVB.pls (GMI_RESERVATION_PUB.create_reservation) also with the auto_allocation flag hard-coded to FALSE (No).
Hence, auto-allocation cannot happen during Order Entry on the Sales Order form.
This is by application design and there is no way to do the auto-allocation.
The logic flow is as follows -
In OM, the package OEXUSCHB.pls calls the Inventory reservation API INVRSVPB.pls
(inv_reservation_pub.create_reservation) with the auto_allocation flag hard-coded to FALSE (No).
This in turn calls the OPM API GMIPRSVB.pls (GMI_RESERVATION_PUB.create_reservation) also with the auto_allocation flag hard-coded to FALSE (No).
Hence, auto-allocation cannot happen during Order Entry on the Sales Order form.
No comments:
Post a Comment