DBA Data[Home] [Help]

APPS.WSH_FTE_INTEGRATION dependencies on WSH_TRIP_STOPS_GRP

Line 498: wsh_trip_stops_grp.get_stop_details_pvt(

494: AND p_stop_rec.stop_location_id IS NOT NULL
495: )THEN
496:
497: -- Get details of existing stop from database into l_stop_rec_old
498: wsh_trip_stops_grp.get_stop_details_pvt(
499: p_stop_id => p_stop_rec.stop_id,
500: x_stop_rec => l_stop_rec_old,
501: x_return_status => l_return_status
502: );