Issue with the inventory reservation API [message #580718] |
Wed, 27 March 2013 04:48 |
|
Anand Mallarapu
Messages: 12 Registered: March 2013 Location: India
|
Junior Member |
|
|
Hi
I am creating a reservation b/w sales orders and wip jobs through inv_reservation_pub.create_reservation.
Example: item name is XYZ and quantity is 2. So i have created two wip jobs from the apps/Discrete job screen and i reserved with same sales order by giving primary quantity as 1 and 1.
If we create one more wip job and try to reserve the same sales order and same line form will not allow us do because whole two qty was already reserved.
But by using this API it is reserving for the 3rd wip job also. It is the oracle standard API only but it should not reserve.
Could any explain what i am doing wrong.
|
|
|