Inv_quantity_tree_pub.Query_quantities Returns Wrong "Available To Reserve"
(Doc ID 745403.1)
Last updated on APRIL 04, 2025
Applies to:
Oracle Inventory Management - Version 11.5.1 and laterInformation in this document applies to any platform.
Goal
API "inv_quantity_tree_pub.query_quantities" returning wrong values.
Steps
1. Create a Move Order for a given item and update the allocation so that an "allocated quantity"
appears on the Move Order.
Example: Item A has an on-hand quantity of 50.
2. Navigate to Inventory > On Hand Availability > On Hand Quantity
3. Inquire on the "Availability" of Item A after the Move Order quantity of 2 has been allocated.
4. The standard Oracle form will display:
- "On Hand" = 50,
- "Available to Reserve" = 48,
- and "Available to Transact" = 50.
5. Calling the API with the following list of parameters will produce:
- "On Hand" = 50,
- "Available to Reserve" = 50,
- and "Available to Transact" = 50.
Parameters
The following shows example parameters to the API:
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 |