DBA Data[Home] [Help]

APPS.INV_CYC_LOVS dependencies on WMS_DISPATCHED_TASKS_HISTORY

Line 9466: FROM wms_dispatched_tasks_history

9462:
9463: -- Get the employee ID first for the person that performed the task
9464: SELECT DISTINCT NVL ( person_id, -999 )
9465: INTO l_employee_id
9466: FROM wms_dispatched_tasks_history
9467: WHERE transaction_id = p_transaction_temp_id AND task_type = 3;
9468:
9469: IF ( l_debug = 1 ) THEN
9470: print_debug ( 'The employee ID is: ' || l_employee_id );

Line 9500: INSERT INTO WMS_DISPATCHED_TASKS_HISTORY

9496: END IF;
9497:
9498: BEGIN
9499:
9500: INSERT INTO WMS_DISPATCHED_TASKS_HISTORY
9501: ( task_id,
9502: transaction_id,
9503: organization_id,
9504: user_task_type,