Inventory Management - EBS (MOSC)

MOSC Banner

SQL to get current inventory Supply/Demand details

edited Mar 16, 2010 11:42PM in Inventory Management - EBS (MOSC) 1 commentAnswered
 Hi,

Is it possible to get the Inventory Supply / Demand information in a sql script . . . I just tried to query from mtl_supply_demand_temp table. But it gives the exact output only when the Supply/Demand screen is open and gives different output when the same screen is closed.

select organization_id , inventory_item_id , quantity, on_hand_quantity, requirement_date from mtl_supply_demand_temp a where inventory_item_id = 116522 and seq_num = (select max(seq_num) from mtl_supply_demand_temp where inventory_item_id = a.inventory_item_id) organization_id , inventory_item_id , quantity, on_hand_quantity

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center