DBA Data[Home] [Help]

APPS.FTE_ACS_TRIP_PKG dependencies on WSH_TRIP_STOPS_GRP

Line 48: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;

44: l_msg_count NUMBER;
45: p_api_version_number NUMBER;
46: p_action_code VARCHAR2(10);
47: l_trip_in_rec WSH_TRIPS_GRP.tripInRecType;
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;

Line 51: l_pickup_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;

47: l_trip_in_rec WSH_TRIPS_GRP.tripInRecType;
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;

Line 53: l_dropoff_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;

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;
57: x_delivery_out_rec WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;

Line 59: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.Stop_Wt_Vol_tab_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;
61: l_rec_attr_tab WSH_NEW_DELIVERIES_PVT.Delivery_Attr_Tbl_Type;
62: K_CREATE CONSTANT VARCHAR2(30) := 'CREATE';
63: l_commit VARCHAR2(100) := FND_API.G_FALSE;

Line 337: WSH_TRIP_STOPS_GRP.CREATE_UPDATE_STOP(

333: l_stop_in_rec.caller := l_caller;
334:
335: -- Create Pick Up Stop
336:
337: WSH_TRIP_STOPS_GRP.CREATE_UPDATE_STOP(
338: p_api_version_number => l_api_version_number,
339: p_init_msg_list => l_init_msg_list,
340: p_commit => l_commit,
341: p_in_rec => l_stop_in_rec,

Line 368: WSH_TRIP_STOPS_GRP.CREATE_UPDATE_STOP(

364: l_dropoff_rec_attr_tab(1) := l_dropoff_stop_info;
365:
366: -- Create Drop Off Stop
367:
368: WSH_TRIP_STOPS_GRP.CREATE_UPDATE_STOP(
369: p_api_version_number => l_api_version_number,
370: p_init_msg_list => l_init_msg_list,
371: p_commit => l_commit,
372: p_in_rec => l_stop_in_rec,