DBA Data[Home] [Help]

APPS.WIP_MOVE_VALIDATOR dependencies on MTL_MATERIAL_TRANSACTIONS

Line 3119: mtl_material_transactions mmt

3115: -- Should have at most one match
3116: select distinct lu.meaning
3117: into p_txn_type
3118: from mfg_lookups lu,
3119: mtl_material_transactions mmt
3120: where mmt.move_transaction_id = p_move_id
3121: and mmt.organization_id = l_org_id
3122: and mmt.transaction_source_id = l_wip_entity_id
3123: and mmt.inventory_item_id = l_assm_item_id