DBA Data[Home] [Help]

APPS.WIP_MOVE_VALIDATOR dependencies on MTL_MATERIAL_TRANSACTIONS

Line 3051: mtl_material_transactions mmt

3047: -- Should have at most one match
3048: select distinct lu.meaning
3049: into p_txn_type
3050: from mfg_lookups lu,
3051: mtl_material_transactions mmt
3052: where mmt.move_transaction_id = p_move_id
3053: and mmt.organization_id = l_org_id
3054: and mmt.transaction_source_id = l_wip_entity_id
3055: and mmt.inventory_item_id = l_assm_item_id