DBA Data[Home] [Help]

APPS.FTE_WSH_TRIPS_PVT dependencies on WSH_TRIP_STOPS

Line 396: from wsh_trip_stops

392: wsh_debug_sv.dlog (c_debug,'about to validate 2 stops...');
393:
394: --check at least two stops for the segment
395: select count(*) into l_stop_count
396: from wsh_trip_stops
397: where trip_id = p_trip_info.WSH_TRIP_ID;
398:
399: wsh_debug_sv.dlog (c_debug,'wsh_trip_id',p_trip_info.WSH_TRIP_ID);
400: wsh_debug_sv.dlog (c_debug,'stop count',l_stop_count);