DBA Data[Home] [Help]

APPS.WSH_TRIPS_ACTIONS dependencies on WSH_TRIP_STOPS_ACTIONS

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

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

Line 518: WSH_TRIP_STOPS_ACTIONS.Confirm_Stop (

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

Line 5066: WSH_TRIP_STOPS_ACTIONS.RESET_STOP_SEQ_NUMBERS(

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

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

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

Line 7945: WSH_TRIP_STOPS_ACTIONS.RESET_STOP_SEQ_NUMBERS(

7941: l_stop_details_rec.trip_id := p_trip_ids(i);
7942: --l_stop_details_rec.stop_id := NULL;
7943: --l_stop_details_rec.stop_sequence_number := NULL;
7944:
7945: WSH_TRIP_STOPS_ACTIONS.RESET_STOP_SEQ_NUMBERS(
7946: p_stop_details_rec => l_stop_details_rec,
7947: x_return_status => l_return_status);
7948:
7949: IF l_debug_on THEN

Line 7950: 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);

7946: p_stop_details_rec => l_stop_details_rec,
7947: x_return_status => l_return_status);
7948:
7949: IF l_debug_on THEN
7950: 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);
7951: END IF;
7952:
7953: IF l_return_status in ( WSH_UTIL_CORE.G_RET_STS_ERROR, WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
7954: raise reset_stop_seq_number_error;