DBA Data[Home] [Help]

APPS.WSH_DELIVERY_LEGS_ACTIONS dependencies on WSH_TRIP_STOPS_GRP

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

1002: --
1003: -- Debug Statements
1004: --
1005: IF l_debug_on THEN
1006: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
1007: END IF;
1008: --
1009: wsh_trip_stops_grp.get_stop_details_pvt
1010: (p_stop_id => l_pickup_stop_id,

Line 1009: wsh_trip_stops_grp.get_stop_details_pvt

1005: IF l_debug_on THEN
1006: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
1007: END IF;
1008: --
1009: wsh_trip_stops_grp.get_stop_details_pvt
1010: (p_stop_id => l_pickup_stop_id,
1011: x_stop_rec => l_stop_rec,
1012: x_return_status => l_return_status);
1013:

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

1425: --
1426: -- Debug Statements
1427: --
1428: IF l_debug_on THEN
1429: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
1430: END IF;
1431: --
1432: wsh_trip_stops_grp.get_stop_details_pvt
1433: (p_stop_id => l_dropoff_stop_id,

Line 1432: wsh_trip_stops_grp.get_stop_details_pvt

1428: IF l_debug_on THEN
1429: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
1430: END IF;
1431: --
1432: wsh_trip_stops_grp.get_stop_details_pvt
1433: (p_stop_id => l_dropoff_stop_id,
1434: x_stop_rec => l_stop_rec,
1435: x_return_status => l_return_status);
1436:

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

2022: --
2023: -- Debug Statements
2024: --
2025: IF l_debug_on THEN
2026: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
2027: END IF;
2028: --
2029: wsh_trip_stops_grp.get_stop_details_pvt
2030: (p_stop_id => p_pickup_stop_id,

Line 2029: wsh_trip_stops_grp.get_stop_details_pvt

2025: IF l_debug_on THEN
2026: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
2027: END IF;
2028: --
2029: wsh_trip_stops_grp.get_stop_details_pvt
2030: (p_stop_id => p_pickup_stop_id,
2031: x_stop_rec => l_stop_rec,
2032: x_return_status => l_return_status);
2033:

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

2107: --
2108: -- Debug Statements
2109: --
2110: IF l_debug_on THEN
2111: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
2112: END IF;
2113: --
2114: wsh_trip_stops_grp.get_stop_details_pvt
2115: (p_stop_id => p_dropoff_stop_id,

Line 2114: wsh_trip_stops_grp.get_stop_details_pvt

2110: IF l_debug_on THEN
2111: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_GRP.GET_STOP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
2112: END IF;
2113: --
2114: wsh_trip_stops_grp.get_stop_details_pvt
2115: (p_stop_id => p_dropoff_stop_id,
2116: x_stop_rec => l_stop_rec,
2117: x_return_status => l_return_status);
2118: