DBA Data[Home] [Help]

APPS.WMS_OP_INBOUND_PVT dependencies on MTL_SERIAL_NUMBERS_TEMP

Line 1999: UPDATE mtl_serial_numbers_temp

1995: END IF;
1996:
1997: l_progress := 320;
1998:
1999: UPDATE mtl_serial_numbers_temp
2000: SET transaction_temp_id = x_source_task_id
2001: WHERE transaction_temp_id = p_source_task_id;
2002:
2003: l_progress := 330;