DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE_INT dependencies on WSH_TRIP_STOPS_GRP

Line 4714: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;

4710: l_del_in_rec WSH_DELIVERIES_GRP.DEL_IN_REC_TYPE;
4711: l_del_out_tab WSH_DELIVERIES_GRP.DEL_OUT_TBL_TYPE;
4712:
4713: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
4714: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
4715: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
4716: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
4717: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
4718: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;

Line 4715: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;

4711: l_del_out_tab WSH_DELIVERIES_GRP.DEL_OUT_TBL_TYPE;
4712:
4713: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
4714: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
4715: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
4716: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
4717: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
4718: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
4719: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;

Line 4716: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;

4712:
4713: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
4714: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
4715: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
4716: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
4717: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
4718: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
4719: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
4720:

Line 4717: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;

4713: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
4714: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
4715: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
4716: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
4717: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
4718: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
4719: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
4720:
4721: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;

Line 4718: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;

4714: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
4715: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
4716: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
4717: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
4718: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
4719: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
4720:
4721: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
4722: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;

Line 4719: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;

4715: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
4716: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
4717: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
4718: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
4719: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
4720:
4721: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
4722: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
4723: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;

Line 5119: WSH_TRIP_STOPS_GRP.stop_action(

5115:
5116: l_stop_action_prms.caller := 'WSH_TP_RELEASE';
5117: l_stop_action_prms.action_code := 'DELETE';
5118:
5119: WSH_TRIP_STOPS_GRP.stop_action(
5120: p_api_version_number => 1.0,
5121: p_init_msg_list => FND_API.G_TRUE,
5122: p_commit => FND_API.G_FALSE,
5123: p_action_prms => l_stop_action_prms,

Line 5175: wsh_trip_stops_grp.Create_Update_Stop(

5171: l_stop_in_rec.action_code := 'UPDATE';
5172: l_message_name := 'WSH_TP_F_UPDATE_STOP';
5173: END IF;
5174:
5175: wsh_trip_stops_grp.Create_Update_Stop(
5176: p_api_version_number => 1.0,
5177: p_init_msg_list => FND_API.G_FALSE,
5178: p_commit => FND_API.G_FALSE,
5179: p_in_rec => l_stop_in_rec,

Line 6732: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;

6728: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
6729: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
6730:
6731: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
6732: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
6733: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
6734: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
6735:
6736: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;

Line 6733: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;

6729: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
6730:
6731: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
6732: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
6733: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
6734: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
6735:
6736: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
6737: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;

Line 6734: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;

6730:
6731: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
6732: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
6733: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
6734: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
6735:
6736: l_trip_attrs WSH_TRIPS_PVT.trip_attr_tbl_type;
6737: l_trip_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
6738: l_trip_in_rec WSH_TRIPS_GRP.TripInRecType;

Line 7250: WSH_TRIP_STOPS_GRP.stop_action(

7246:
7247: l_stop_action_prms.caller := 'WSH_TP_RELEASE';
7248: l_stop_action_prms.action_code := 'DELETE';
7249:
7250: WSH_TRIP_STOPS_GRP.stop_action(
7251: p_api_version_number => 1.0,
7252: p_init_msg_list => FND_API.G_TRUE,
7253: p_commit => FND_API.G_FALSE,
7254: p_action_prms => l_stop_action_prms,