DBA Data[Home] [Help]

APPS.WMS_TASK_SKIPPED dependencies on MTL_TRANSACTION_LOTS_TEMP

Line 217: from mtl_transaction_lots_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
217: from mtl_transaction_lots_temp
218: where transaction_temp_id = l_task_id;
219:
220: EXCEPTION
221: WHEN no_data_found THEN --BUG12871057