DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_EXCEPTION_DEFINITIONS_VL

Line 2998: FROM wsh_exception_definitions_vl

2994:
2995: -- Checks if the itm exception is enabled and its severity.
2996: CURSOR c_exc_severity (c_exception_name VARCHAR2) IS
2997: SELECT UPPER(default_severity)
2998: FROM wsh_exception_definitions_vl
2999: WHERE exception_name = c_exception_name
3000: AND enabled = 'Y';
3001:
3002: l_carrier_rec WSH_CARRIERS_GRP.Carrier_Service_InOut_Rec_Type;