DBA Data[Home] [Help]

APPS.WSH_DELIVERY_LEGS_ACTIONS dependencies on WSH_TRIP_VALIDATIONS

Line 2195: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_VALIDATIONS.has_mixed_deliveries',WSH_DEBUG_SV.C_PROC_LEVEL);

2191: -- If trip already has mixed deliveries, no further updates are required.
2192: -- Hence, this code is restricted only to trip shipments type flag I/O
2193: --
2194: IF l_debug_on THEN
2195: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_VALIDATIONS.has_mixed_deliveries',WSH_DEBUG_SV.C_PROC_LEVEL);
2196: END IF;
2197: --
2198: l_has_mixed_deliveries := WSH_TRIP_VALIDATIONS.has_mixed_deliveries
2199: (

Line 2198: l_has_mixed_deliveries := WSH_TRIP_VALIDATIONS.has_mixed_deliveries

2194: IF l_debug_on THEN
2195: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_VALIDATIONS.has_mixed_deliveries',WSH_DEBUG_SV.C_PROC_LEVEL);
2196: END IF;
2197: --
2198: l_has_mixed_deliveries := WSH_TRIP_VALIDATIONS.has_mixed_deliveries
2199: (
2200: p_trip_id => p_trip_id
2201: );
2202: --

Line 4166: wsh_util_core.default_handler('WSH_TRIP_VALIDATIONS.Check_Rate_Content_Dels');

4162: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:INVALID_PARAMETER');
4163: END IF;
4164:
4165: WHEN others THEN
4166: wsh_util_core.default_handler('WSH_TRIP_VALIDATIONS.Check_Rate_Content_Dels');
4167: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
4168: IF l_debug_on THEN
4169: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
4170: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');