DBA Data[Home] [Help]

APPS.WMS_TASK_SKIPPED dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 88: FROM mtl_material_transactions_temp mmtt

84: INTO l_inventory_item_id, l_created_by
85: FROM wms_dispatched_tasks w ,
86: (SELECT mmtt.transaction_temp_id task_id, mmtt.wms_task_type wms_task_type_id,
87: mmtt.inventory_item_id
88: FROM mtl_material_transactions_temp mmtt
89: WHERE mmtt.transaction_temp_id = l_task_id
90: AND mmtt.wms_task_type IS NOT NULL AND mmtt.transaction_status = 2
91: UNION ALL
92: SELECT mcce.cycle_count_entry_id task_id, 3 wms_task_type_id,mcce.inventory_item_id

Line 212: from mtl_material_transactions_temp

208:
209: BEGIN
210: select item_lot_control_code, item_serial_control_code, NVL(serial_allocated_flag , 'N')
211: into l_lot_control_code, l_serial_control_code, l_serial_allocated_flag
212: from mtl_material_transactions_temp
213: where transaction_temp_id = l_task_id and organization_id = l_org_id;
214:
215: select serial_transaction_temp_id
216: into l_serial_transaction_temp_id