DBA Data[Home] [Help]

APPS.CSTPSCEX dependencies on MTL_MATERIAL_TRANSACTIONS

Line 1463: from mtl_material_transactions MMT

1459: CSLLC.rollup_id = i_rollup_id and
1460: exists
1461: (
1462: select 'x'
1463: from mtl_material_transactions MMT
1464: where MMT.inventory_item_id = CSLLC.inventory_item_id and
1465: MMT.organization_id = CSLLC.organization_id
1466: );
1467: