Need a SQL query to get the Total Quantity of Pending Transactions of a item in oracle fusion
Hi Experts,
I need a SQL query to get the Total Quantity of Pending Transactions for a item.
My requirement is to get "Available to Transact" Quantity of a item. ( = 200 as for this Item)
According to this Post mentioned below,
And according to this attached documentation,
- Available to Transact = (Quantity On Hand) - Pending Transactions - Reservations
Available to Reserve and Available to Transact Values
Therefore to calculate Available to Transact Quantity,
Total On hand Quantity - INV_ONHAND_QUANTITIES_SUMMARY
Reservations Quantity - INV_RESERVATIONS
were taken from given tables.
Available to Transact = Quantity On Hand - Pending Transactions - Reservations
Tagged:
0