Issue while scheduling Sales Order Lines using API oe_order_pub.process_order
Hi,
We are using API oe_order_pub.process_order to schedule SO lines.
Issue:
Sales Order "Order 1" which has 3 lines.
SO Line 1 and Line 2 are eligible for scheduling.
SO Line 3 does not satisfy all the conditions for scheduling.
When we run the program, SO Line 1 and Line 2 should be scheduled.
But it does not happen. Even if there is one SO Line which is not eligible for scheduling, all SO lines of the SO are not scheduled even though we have 2 SO lines which are eligible for scheduling.
Is there any parameter which controls this functionality or is it a restriction of the API.