DBA Data[Home] [Help]

APPS.WMS_PICKING_PKG dependencies on MTL_CROSS_REFERENCES

Line 978: mtl_cross_references mcr

974: BEGIN
975: SELECT 'C'
976: INTO l_item_type
977: FROM mtl_material_transactions_temp mmtt,
978: mtl_cross_references mcr
979: WHERE mmtt.transaction_temp_id = l_transaction_temp_id
980: AND mmtt.inventory_item_id = mcr.inventory_item_id
981: AND mcr.cross_reference_type = g_gtin_cross_ref_type
982: AND (mcr.organization_id = mmtt.organization_id