DBA Data[Home] [Help]

APPS.WSH_TRIPS_ACTIONS dependencies on WSH_TRIP_STOPS_ACTIONS

Line 517: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.Confirm_Stop',WSH_DEBUG_SV.C_PROC_LEVEL);

513: END IF;
514:
515: --
516: IF l_debug_on THEN
517: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.Confirm_Stop',WSH_DEBUG_SV.C_PROC_LEVEL);
518: END IF;
519: --
520: WSH_TRIP_STOPS_ACTIONS.Confirm_Stop (
521: p_stop_id => stop_rec.stop_id,

Line 520: WSH_TRIP_STOPS_ACTIONS.Confirm_Stop (

516: IF l_debug_on THEN
517: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.Confirm_Stop',WSH_DEBUG_SV.C_PROC_LEVEL);
518: END IF;
519: --
520: WSH_TRIP_STOPS_ACTIONS.Confirm_Stop (
521: p_stop_id => stop_rec.stop_id,
522: p_action_flag => p_action_flag,
523: p_intransit_flag => p_intransit_flag,
524: p_close_flag => p_close_flag,

Line 5068: WSH_TRIP_STOPS_ACTIONS.RESET_STOP_SEQ_NUMBERS(

5064: -- SSN change
5065: -- Call Reset_Stop_Seq_Numbers only if mode = PAD
5066: IF l_stop_seq_mode = WSH_INTERFACE_GRP.G_STOP_SEQ_MODE_PAD THEN
5067: -- need to resequence the stops' SSNs and validate their dates.
5068: WSH_TRIP_STOPS_ACTIONS.RESET_STOP_SEQ_NUMBERS(
5069: p_stop_details_rec => l_stop_details_rec,
5070: x_return_status => l_return_status );
5071:
5072: IF l_debug_on THEN

Line 5073: WSH_DEBUG_SV.log(l_module_name,'return status from WSH_TRIP_STOPS_ACTIONS.RESET_STOP_SEQ_NUMBERS',l_return_status);

5069: p_stop_details_rec => l_stop_details_rec,
5070: x_return_status => l_return_status );
5071:
5072: IF l_debug_on THEN
5073: WSH_DEBUG_SV.log(l_module_name,'return status from WSH_TRIP_STOPS_ACTIONS.RESET_STOP_SEQ_NUMBERS',l_return_status);
5074: END IF;
5075:
5076: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
5077: IF l_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING THEN

Line 7956: WSH_TRIP_STOPS_ACTIONS.RESET_STOP_SEQ_NUMBERS(

7952: l_stop_details_rec.trip_id := p_trip_ids(i);
7953: --l_stop_details_rec.stop_id := NULL;
7954: --l_stop_details_rec.stop_sequence_number := NULL;
7955:
7956: WSH_TRIP_STOPS_ACTIONS.RESET_STOP_SEQ_NUMBERS(
7957: p_stop_details_rec => l_stop_details_rec,
7958: x_return_status => l_return_status);
7959:
7960: IF l_debug_on THEN

Line 7961: wsh_debug_sv.log(l_module_name,'Return Status From WWSH_TRIP_STOPS_ACTIONS.RESET_STOP_SEQ_NUMBERS for trip '||p_trip_ids(i) ,l_return_status);

7957: p_stop_details_rec => l_stop_details_rec,
7958: x_return_status => l_return_status);
7959:
7960: IF l_debug_on THEN
7961: wsh_debug_sv.log(l_module_name,'Return Status From WWSH_TRIP_STOPS_ACTIONS.RESET_STOP_SEQ_NUMBERS for trip '||p_trip_ids(i) ,l_return_status);
7962: END IF;
7963:
7964: IF l_return_status in ( WSH_UTIL_CORE.G_RET_STS_ERROR, WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
7965: raise reset_stop_seq_number_error;