DBA Data[Home] [Help]

APPS.WMS_OP_INBOUND_PVT dependencies on MTL_SERIAL_NUMBERS_TEMP

Line 2049: UPDATE mtl_serial_numbers_temp

2045: END IF;
2046:
2047: l_progress := 320;
2048:
2049: UPDATE mtl_serial_numbers_temp
2050: SET transaction_temp_id = x_source_task_id
2051: WHERE transaction_temp_id = p_source_task_id;
2052:
2053: l_progress := 330;