DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_TRIP_STOPS_GRP

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

9935: --
9936: -- Debug Statements
9937: --
9938: IF l_debug_on THEN
9939: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
9940: END IF;
9941: --
9942: wsh_trip_stops_grp.get_stop_details_pvt
9943: (p_stop_id => stop_rec.stop_id,

Line 9942: wsh_trip_stops_grp.get_stop_details_pvt

9938: IF l_debug_on THEN
9939: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
9940: END IF;
9941: --
9942: wsh_trip_stops_grp.get_stop_details_pvt
9943: (p_stop_id => stop_rec.stop_id,
9944: x_stop_rec => l_stop_rec,
9945: x_return_status => l_return_status);
9946: --