DBA Data[Home] [Help]

APPS.WMS_WAVE_PLANNING_PVT dependencies on WMS_DEVICE_ASSIGNMENT_TEMP

Line 14543: FROM wms_device_assignment_temp

14539: SET RESULT = 'E', error = l_message
14540: WHERE transaction_temp_id = l_transaction_temp_ids_temp(i)
14541: AND NOT EXISTS
14542: (SELECT 1
14543: FROM wms_device_assignment_temp
14544: WHERE device_id = l_device_id
14545: AND employee_id = p_employee_id);
14546: END IF;
14547: END LOOP;