DBA Data[Home] [Help]

APPS.WSH_FTE_INTEGRATION dependencies on WSH_TRIPS_GRP

Line 402: /* l_stop_rec and l_trip_rec are of type as per WSH_TRIPS_GRP api */

398: --
399: BEGIN
400:
401: /* Input is of type WSH_TRIPS_PVT or WSH_TRIP_STOPS_PVT api */
402: /* l_stop_rec and l_trip_rec are of type as per WSH_TRIPS_GRP api */
403: --
404: --
405: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
406: --

Line 456: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIPS_GRP.GET_TRIP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);

452: l_stop_rec_new := p_stop_rec;
453: -- Get trip details into l_stops_trip_rec FOR GROUP
454: --
455: IF l_debug_on THEN
456: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIPS_GRP.GET_TRIP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
457: END IF;
458: --
459: wsh_trips_grp.get_trip_details_pvt(p_trip_id => p_stop_rec.trip_id,
460: x_trip_rec => l_stops_trip_rec,

Line 459: wsh_trips_grp.get_trip_details_pvt(p_trip_id => p_stop_rec.trip_id,

455: IF l_debug_on THEN
456: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIPS_GRP.GET_TRIP_DETAILS_PVT',WSH_DEBUG_SV.C_PROC_LEVEL);
457: END IF;
458: --
459: wsh_trips_grp.get_trip_details_pvt(p_trip_id => p_stop_rec.trip_id,
460: x_trip_rec => l_stops_trip_rec,
461: x_return_status => l_return_status);
462:
463: --

Line 506: wsh_trips_grp.get_trip_details_pvt(p_trip_id => p_stop_rec.trip_id,

502: );
503: l_stop_rec_new := p_stop_rec;
504:
505: -- Get trip details into l_stops_trip_rec FOR GROUP
506: wsh_trips_grp.get_trip_details_pvt(p_trip_id => p_stop_rec.trip_id,
507: x_trip_rec => l_stops_trip_rec,
508: x_return_status => l_return_status);
509:
510: --

Line 545: wsh_trips_grp.get_trip_details_pvt(

541: ) THEN
542: l_stop_rec_old := p_stop_rec;
543: -- Get trip details into l_stops_trip_rec FOR GROUP
544: --
545: wsh_trips_grp.get_trip_details_pvt(
546: p_trip_id => p_stop_rec.trip_id,
547: x_trip_rec => l_stops_trip_rec,
548: x_return_status => l_return_status);
549: IF l_debug_on THEN

Line 583: wsh_trips_grp.get_trip_details_pvt(

579: )THEN
580:
581: -- Get the details of the trip as in the database in l_trip_rec_old
582: -- Get trip details into l_stops_trip_rec FOR GROUP
583: wsh_trips_grp.get_trip_details_pvt(
584: p_trip_id => p_trip_rec.trip_id,
585: x_trip_rec => l_trip_rec_old,
586: x_return_status => l_return_status);
587: