DBA Data[Home] [Help]

APPS.WMS_WAVE_PLANNING_PVT dependencies on MTL_ITEM_SUB_INVENTORIES

Line 8859: from MTL_ITEM_SUB_INVENTORIES

8855: begin
8856:
8857: select source_subinventory
8858: into v_source_subinventory
8859: from MTL_ITEM_SUB_INVENTORIES
8860: where inventory_item_id = p_item_id
8861: and SECONDARY_INVENTORY = p_subinventory;
8862:
8863: return v_source_subinventory;