DBA Data[Home] [Help]

APPS.FTE_ACS_TRIP_PKG dependencies on WSH_TRIP_STOPS_PVT

Line 52: l_pickup_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;

48: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
49: l_trip_info_tab WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;
50: l_trip_out_rec_tab WSH_TRIPS_GRP.Trip_Out_Tab_Type;
51: l_pickup_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
52: l_pickup_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
53: l_dropoff_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
54: l_dropoff_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
55: l_pickup_stop_info WSH_TRIP_STOPS_PVT.Trip_Stop_Rec_Type;
56: l_dropoff_stop_info WSH_TRIP_STOPS_PVT.Trip_Stop_Rec_Type;

Line 54: l_dropoff_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;

50: l_trip_out_rec_tab WSH_TRIPS_GRP.Trip_Out_Tab_Type;
51: l_pickup_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
52: l_pickup_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
53: l_dropoff_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
54: l_dropoff_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
55: l_pickup_stop_info WSH_TRIP_STOPS_PVT.Trip_Stop_Rec_Type;
56: l_dropoff_stop_info WSH_TRIP_STOPS_PVT.Trip_Stop_Rec_Type;
57: x_delivery_out_rec WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;
58: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;

Line 55: l_pickup_stop_info WSH_TRIP_STOPS_PVT.Trip_Stop_Rec_Type;

51: l_pickup_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
52: l_pickup_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
53: l_dropoff_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
54: l_dropoff_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
55: l_pickup_stop_info WSH_TRIP_STOPS_PVT.Trip_Stop_Rec_Type;
56: l_dropoff_stop_info WSH_TRIP_STOPS_PVT.Trip_Stop_Rec_Type;
57: x_delivery_out_rec WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;
58: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;
59: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.Stop_Wt_Vol_tab_type;

Line 56: l_dropoff_stop_info WSH_TRIP_STOPS_PVT.Trip_Stop_Rec_Type;

52: l_pickup_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
53: l_dropoff_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
54: l_dropoff_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
55: l_pickup_stop_info WSH_TRIP_STOPS_PVT.Trip_Stop_Rec_Type;
56: l_dropoff_stop_info WSH_TRIP_STOPS_PVT.Trip_Stop_Rec_Type;
57: x_delivery_out_rec WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;
58: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;
59: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.Stop_Wt_Vol_tab_type;
60: l_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;