DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_TRIP_STOPS_GRP

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

2751: --
2752: -- Debug Statements
2753: --
2754: IF l_debug_on THEN
2755: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
2756: END IF;
2757: --
2758: wsh_trip_stops_grp.get_stop_details_pvt
2759: (p_stop_id => p_rows(i),

Line 2758: wsh_trip_stops_grp.get_stop_details_pvt

2754: IF l_debug_on THEN
2755: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
2756: END IF;
2757: --
2758: wsh_trip_stops_grp.get_stop_details_pvt
2759: (p_stop_id => p_rows(i),
2760: x_stop_rec => l_stop_rec,
2761: x_return_status => l_return_status);
2762: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN