DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_ENGINE dependencies on MTL_SYSTEM_ITEMS_B

Line 12402: from mtl_system_items_b msi,mtl_material_transactions_temp mmtt

12398:
12399: -- to get the serial control code
12400: select serial_number_control_code,lot_control_code
12401: into l_serial_number_control_code,l_lot_control_code
12402: from mtl_system_items_b msi,mtl_material_transactions_temp mmtt
12403: where mmtt.transaction_temp_id = p_parent_transaction_temp_id
12404: and mmtt.inventory_item_id = msi.inventory_item_id
12405: and mmtt.organization_id = msi.organization_id;
12406: