Issue in OM/INV API
Hello OM/INV Gurus,
We have Oracle EBS R12.1.3 and facing problem in using Oracle OM/INV API.
We have reserverd 5 serial numbers ( lets say, S1, S2, S3, S4, S5) to specific sales order line and now want to un-reserve only two the serial
numbers (lets Say, S2 & S4) and reserve these 2 serial numbers with new Sales Order/line.
To do, we have used API -- INV_RESERVATION_PUB.DELETE_RESERVATION and INV_RESERVATION_PUB.TRANSFER_RESERVATION .
In using first API -- INV_RESERVATION_PUB.DELETE_RESERVATION -- its unreserved all the serial numbers, instead of S2 & S4.
In using second API -- INV_RESERVATION_PUB.TRANSFER_RESERVATION -- its transferred all the serial numbers to new sales order/line.