DBA Data[Home] [Help]

APPS.CSTPSCEX dependencies on MTL_MATERIAL_TRANSACTIONS

Line 1419: from mtl_material_transactions MMT

1415: CSLLC.rollup_id = i_rollup_id and
1416: exists
1417: (
1418: select 'x'
1419: from mtl_material_transactions MMT
1420: where MMT.inventory_item_id = CSLLC.inventory_item_id and
1421: MMT.organization_id = CSLLC.organization_id
1422: );
1423: