DBA Data[Home] [Help]

APPS.WMS_CARTNZN_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 746: from mtl_system_items_b msi, mtl_material_transactions_temp mmtt

742: if (g_trace_on = 1) then -- log_event('PATCHSET J-- BULK PICKING -- START');
743: log_event('checking the lot and serial control code'); end if;
744: select lot_control_code,serial_number_control_code
745: into l_lot_control_code,l_serial_control_code
746: from mtl_system_items_b msi, mtl_material_transactions_temp mmtt
747: where mmtt.transaction_temp_id = mmtt_rec.transaction_Temp_id
748: and mmtt.organization_id = msi.organization_id
749: and msi.inventory_item_id = mmtt.inventory_item_id;
750: if (g_trace_on = 1) then log_event('transaction_temp_id:'|| mmtt_rec.transaction_Temp_id ||