DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_EXCEPTION_DEFINITIONS_VL

Line 3038: FROM wsh_exception_definitions_vl

3034:
3035: -- Checks if the itm exception is enabled and its severity.
3036: CURSOR c_exc_severity (c_exception_name VARCHAR2) IS
3037: SELECT UPPER(default_severity)
3038: FROM wsh_exception_definitions_vl
3039: WHERE exception_name = c_exception_name
3040: AND enabled = 'Y';
3041:
3042: l_carrier_rec WSH_CARRIERS_GRP.Carrier_Service_InOut_Rec_Type;