DBA Data[Home] [Help]

APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on WMS_DEVICE_ASSIGNMENT_TEMP

Line 11206: FROM wms_device_assignment_temp

11202: error = l_message
11203: WHERE transaction_temp_id = l_transaction_temp_ids_temp (i)
11204: AND NOT EXISTS (
11205: SELECT 1
11206: FROM wms_device_assignment_temp
11207: WHERE device_id = l_device_id
11208: AND employee_id = p_employee_id);
11209: END IF;
11210: END LOOP;