DBA Data[Home] [Help]

APPS.WSH_TRIPS_ACTIONS dependencies on WSH_TRIP_STOPS_GRP

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

2840: -- H integration
2841: -- Get pvt type record structure for stop
2842: --
2843: IF l_debug_on THEN
2844: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
2845: END IF;
2846: --
2847: wsh_trip_stops_grp.get_stop_details_pvt
2848: (p_stop_id => st.stop_id,

Line 2847: wsh_trip_stops_grp.get_stop_details_pvt

2843: IF l_debug_on THEN
2844: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
2845: END IF;
2846: --
2847: wsh_trip_stops_grp.get_stop_details_pvt
2848: (p_stop_id => st.stop_id,
2849: x_stop_rec => l_stop_rec,
2850: x_return_status => l_return_status);
2851: --

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

2908: -- H integration
2909: -- Get pvt type record structure for stop
2910: --
2911: IF l_debug_on THEN
2912: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
2913: END IF;
2914: --
2915: wsh_trip_stops_grp.get_stop_details_pvt
2916: (p_stop_id => st.stop_id,

Line 2915: wsh_trip_stops_grp.get_stop_details_pvt

2911: IF l_debug_on THEN
2912: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
2913: END IF;
2914: --
2915: wsh_trip_stops_grp.get_stop_details_pvt
2916: (p_stop_id => st.stop_id,
2917: x_stop_rec => l_stop_rec,
2918: x_return_status => l_return_status);
2919: --

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

6832: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
6833:
6834: -- Get pvt type record structure for stop
6835: IF l_debug_on THEN
6836: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
6837: END IF;
6838: --
6839: wsh_trip_stops_grp.get_stop_details_pvt(
6840: p_stop_id => p_stop_id,

Line 6839: wsh_trip_stops_grp.get_stop_details_pvt(

6835: IF l_debug_on THEN
6836: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
6837: END IF;
6838: --
6839: wsh_trip_stops_grp.get_stop_details_pvt(
6840: p_stop_id => p_stop_id,
6841: x_stop_rec => l_stop_rec,
6842: x_return_status => l_return_status);
6843: