DBA Data[Home] [Help]

APPS.CSTPPCAT dependencies on MTL_MATERIAL_TRANSACTIONS

Line 142: from mtl_material_transactions

138: * check if any material transactions have been performed on the item
139: */
140: select count(*)
141: into row_count
142: from mtl_material_transactions
143: where organization_id = I_ORGANIZATION_ID
144: and inventory_item_id = I_INVENTORY_ITEM_ID
145: and ROWNUM < 2; -- Added for 7237799
146: