DBA Data[Home] [Help]

APPS.CSTPPCAT dependencies on MTL_ONHAND_QUANTITIES

Line 103: from mtl_onhand_quantities

99: * check if any On Hand Quantities are there for this item
100: */
101: select count(*)
102: into row_count
103: from mtl_onhand_quantities
104: where organization_id = I_ORGANIZATION_ID
105: and inventory_item_id = I_INVENTORY_ITEM_ID
106: and ROWNUM < 2;
107: