DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_GEN dependencies on WMS_EXCEPTIONS

Line 1942: -- Have to update WMS_Exceptions so that any exceptions already

1938: AND organization_id = p_org_id;
1939: END IF;
1940: END IF;
1941:
1942: -- Have to update WMS_Exceptions so that any exceptions already
1943: -- recorded for this MMTT line will now be updated with the new txn
1944: -- header_id
1945: UPDATE wms_exceptions
1946: SET transaction_header_id = p_txn_hdr_id

Line 1945: UPDATE wms_exceptions

1941:
1942: -- Have to update WMS_Exceptions so that any exceptions already
1943: -- recorded for this MMTT line will now be updated with the new txn
1944: -- header_id
1945: UPDATE wms_exceptions
1946: SET transaction_header_id = p_txn_hdr_id
1947: WHERE transaction_header_id = l_orig_txn_header_id;
1948:
1949: x_return_status := fnd_api.g_ret_sts_success;