Oracle order management API handling multiple concurrent sessions
How to handle concurrent session for splitting on same order line through Oracle order management API “oe_order_pub.process_order”.
e.g. I have an order line with quantity 100
session1: trying to split the line with quantity 40 and remaining
session2 : trying to split the same line with quantity 30 and remaining
If both session call API “oe_order_pub.process_order” at the same time, please guide me how to handle the concurrent session.