DBA Data[Home] [Help]

APPS.WSH_DELIVERY_LEGS_PVT dependencies on WSH_TRIP_VALIDATIONS

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

993: -- )
994: THEN
995: --{
996: IF l_debug_on THEN
997: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_VALIDATIONS.has_mixed_deliveries',WSH_DEBUG_SV.C_PROC_LEVEL);
998: END IF;
999: --
1000: -- Check if trip still has both inbound and outbound deliveries
1001: --

Line 1002: l_has_mixed_deliveries := WSH_TRIP_VALIDATIONS.has_mixed_deliveries

998: END IF;
999: --
1000: -- Check if trip still has both inbound and outbound deliveries
1001: --
1002: l_has_mixed_deliveries := WSH_TRIP_VALIDATIONS.has_mixed_deliveries
1003: (
1004: p_trip_id => leg_rec.trip_id
1005: );
1006: --