DBA Data[Home] [Help]

APPS.WMS_CARTNZN_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 841: from mtl_system_items_b msi, mtl_material_transactions_temp mmtt

837: if (g_trace_on = 1) then -- log_event('PATCHSET J-- BULK PICKING -- START');
838: log_event('checking the lot and serial control code'); end if;
839: select lot_control_code,serial_number_control_code
840: into l_lot_control_code,l_serial_control_code
841: from mtl_system_items_b msi, mtl_material_transactions_temp mmtt
842: where mmtt.transaction_temp_id = mmtt_rec.transaction_Temp_id
843: and mmtt.organization_id = msi.organization_id
844: and msi.inventory_item_id = mmtt.inventory_item_id;
845: if (g_trace_on = 1) then log_event('transaction_temp_id:'|| mmtt_rec.transaction_Temp_id ||