API INV_REPLENISH_DETAIL_PUB.LINE_DETAILS_PUB Does Not Update Quantity_Detailed Field
(Doc ID 578037.1)
Last updated on JANUARY 01, 2024
Applies to:
Oracle Inventory Management - Version 11.5.10.2 to 12.1.3 [Release 11.5.10 to 12.1]Information in this document applies to any platform.
INV_REPLENISH_DETAIL_PUB, DETAILED_QUANTITY, QUANTITY_DETAILED, DETAILED, QUANTITY, ALLOCATION, ALLOCATED
Goal
Why does the API to allocate move orders (INV_REPLENISH_DETAIL_PUB.LINE_DETAILS_PUB) not update the detailed quantity on the move order lines (MTL_TXN_REQUEST_LINES.QUANTITY_DETAILED)?
The detailed quantity on the move order line shows how much has been allocated so far.
The detailed quantity is what shows the user in the transact move order form how much has been allocated.
Since the allocate API does not update the move order itself, the same move order maybe allocated multiple times, because it will look to the user like nothing was allocated.
Steps
Inventory > Move Orders > Transact Move Orders
Query the move order
See there is 0 detailed quantity (This means none allocated).
Call the API: INV_REPLENISH_DETAIL_PUB.LINE_DETAILS_PUB
Query the move order again.
See there is 0 detailed quantity (This means none allocated but really now it HAS been).
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |