Changing Ordered Quantity on BackOrdered Line
I have a Order lets say Ordered Qty is 3, I shipped Quantity 2, Oracle Automatically created one BackOrdered Line with Quantity of 1 and Line status is Awaiting Shipping.
Now if I want to increase the Ordered Quantity lets say to 2 of BackOrdered Line using Process Order API, It give an error.
When I tried to update the Quantity to 2 from front END then Oracle gives me following error from the front end:
"you are not allowed to update Ordered Quantity because line has been backordered"
Please tell me what to do because our requirement is overshipment using the BackOrdered Line.
This works perfectly fine if line is not BackOrdered.