DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_TRIP_STOPS_GRP

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

10131: --
10132: -- Debug Statements
10133: --
10134: IF l_debug_on THEN
10135: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
10136: END IF;
10137: --
10138: wsh_trip_stops_grp.get_stop_details_pvt
10139: (p_stop_id => stop_rec.stop_id,

Line 10138: wsh_trip_stops_grp.get_stop_details_pvt

10134: IF l_debug_on THEN
10135: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
10136: END IF;
10137: --
10138: wsh_trip_stops_grp.get_stop_details_pvt
10139: (p_stop_id => stop_rec.stop_id,
10140: x_stop_rec => l_stop_rec,
10141: x_return_status => l_return_status);
10142: --