DBA Data[Home] [Help]

APPS.CSTPPCAT dependencies on MTL_MATERIAL_TRANSACTIONS

Line 83: from mtl_material_transactions

79: * check if any material transactions have been performed on the item
80: */
81: select count(*)
82: into row_count
83: from mtl_material_transactions
84: where organization_id = I_ORGANIZATION_ID
85: and inventory_item_id = I_INVENTORY_ITEM_ID;
86:
87: if (row_count > 0) then