DBA Data[Home] [Help]

APPS.WMS_INSERT_WDTH_PVT dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 158: , mtl_material_transactions_temp mmtt

154: , mmtt.content_lpn_id
155: , mmtt.transaction_temp_id
156: , nvl(wdt.priority,mmtt.task_priority) -- For bug 5401222
157: FROM wms_dispatched_tasks wdt
158: , mtl_material_transactions_temp mmtt
159: WHERE wdt.transaction_temp_id = p_transaction_temp_id
160: AND wdt.transaction_temp_id = mmtt.transaction_temp_id
161: );
162: EXCEPTION