DBA Data[Home] [Help]

APPS.WSH_DELIVERY_LEGS_PVT dependencies on WSH_TRIP_STOPS_GRP

Line 811: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);

807: --
808: -- Debug Statements
809: --
810: IF l_debug_on THEN
811: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
812: END IF;
813: --
814: wsh_trip_stops_grp.get_stop_details_pvt
815: (p_stop_id => leg_rec.pick_up_stop_id,

Line 814: wsh_trip_stops_grp.get_stop_details_pvt

810: IF l_debug_on THEN
811: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
812: END IF;
813: --
814: wsh_trip_stops_grp.get_stop_details_pvt
815: (p_stop_id => leg_rec.pick_up_stop_id,
816: x_stop_rec => l_stop_rec,
817: x_return_status => l_return_status);
818: --

Line 920: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);

916: --
917: -- Debug Statements
918: --
919: IF l_debug_on THEN
920: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
921: END IF;
922: --
923: wsh_trip_stops_grp.get_stop_details_pvt
924: (p_stop_id => leg_rec.drop_off_stop_id,

Line 923: wsh_trip_stops_grp.get_stop_details_pvt

919: IF l_debug_on THEN
920: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
921: END IF;
922: --
923: wsh_trip_stops_grp.get_stop_details_pvt
924: (p_stop_id => leg_rec.drop_off_stop_id,
925: x_stop_rec => l_stop_rec,
926: x_return_status => l_return_status);
927: --