DBA Data[Home] [Help]

APPS.INV_CONSIGNED_DIAGNOSTICS_PROC dependencies on MTL_CONSUMPTION_TRANSACTIONS

Line 827: mtl_consumption_transactions mct

823: , mmt.organization_id
824: , mmt.owning_organization_id
825: , 2
826: FROM
827: mtl_consumption_transactions mct
828: , mtl_material_transactions mmt
829: WHERE mct.transaction_id = mmt.transaction_id
830: AND mct.consumption_processed_flag <> 'Y'
831: AND mmt.transaction_type_id = 74 ;