DBA Data[Home] [Help]

APPS.WSH_ITM_RESUBMIT dependencies on WSH_EXCEPTIONS

Line 66: wsh_exceptions wex,

62: cursor delivery_resubmit(c_request_control_id number) is
63: SELECT
64: exception_id,status,logged_at_location_id,exception_location_id,DELIVERY_ID,delivery_name
65: FROM
66: wsh_exceptions wex,
67: wsh_itm_request_control wrc
68: WHERE
69: wrc.original_system_reference =wex.delivery_id
70: AND wex.exception_name LIKE 'WSH_EXPORT_COMPL_FAILED' AND WEX.STATUS='OPEN'