DBA Data[Home] [Help]

APPS.WMS_INSERT_WDTH_PVT dependencies on WMS_DISPATCHED_TASKS_HISTORY

Line 79: INSERT INTO wms_dispatched_tasks_history

75: );
76: END IF;
77:
78: IF (p_orig_transaction_temp_id IS NULL OR p_orig_transaction_temp_id = p_transaction_temp_id) THEN --Bug12812580
79: INSERT INTO wms_dispatched_tasks_history
80: ( task_id
81: , transaction_id
82: , organization_id
83: , transaction_batch_id

Line 179: INSERT INTO wms_dispatched_tasks_history

175: );
176:
177: ELSE --Bug12812580
178:
179: INSERT INTO wms_dispatched_tasks_history
180: ( task_id
181: , transaction_id
182: , organization_id
183: , transaction_batch_id