Adding Fulfillment Set While Creating Sales Order Using Process Order API
(Doc ID 1620542.1)
Last updated on AUGUST 20, 2024
Applies to:
Oracle Order Management - Version 12.1.3 and laterInformation in this document applies to any platform.
Goal
While using Oracle API OE_ORDER_PUB.process_order to create Sales Order with user defined fulfillment set for lines, it was
found that the system is always adding default fulfillment set in addition to what is defined in the wrapper code.
for eg, added the following code in the wrapper code.
lc_line_tbl(index).fulfillment_set := '5';
However when SO is getting created, line is added to both fulfillment set 5 and to the default fulfillment set 1.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |