DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_TRIP_STOPS_GRP

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

2715: --
2716: -- Debug Statements
2717: --
2718: IF l_debug_on THEN
2719: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
2720: END IF;
2721: --
2722: wsh_trip_stops_grp.get_stop_details_pvt
2723: (p_stop_id => p_rows(i),

Line 2722: wsh_trip_stops_grp.get_stop_details_pvt

2718: IF l_debug_on THEN
2719: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
2720: END IF;
2721: --
2722: wsh_trip_stops_grp.get_stop_details_pvt
2723: (p_stop_id => p_rows(i),
2724: x_stop_rec => l_stop_rec,
2725: x_return_status => l_return_status);
2726: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN