DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on WSH_TRIP_STOPS_GRP

Line 1943: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;

1939: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
1940: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
1941:
1942: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
1943: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
1944: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
1945: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
1946: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
1947: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;

Line 1944: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;

1940: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
1941:
1942: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
1943: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
1944: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
1945: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
1946: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
1947: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
1948: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;

Line 1945: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;

1941:
1942: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
1943: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
1944: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
1945: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
1946: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
1947: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
1948: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
1949:

Line 1946: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;

1942: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
1943: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
1944: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
1945: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
1946: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
1947: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
1948: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
1949:
1950: l_del_count NUMBER;

Line 1947: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;

1943: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
1944: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
1945: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
1946: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
1947: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
1948: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
1949:
1950: l_del_count NUMBER;
1951: l_stop_count NUMBER;

Line 1948: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;

1944: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
1945: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
1946: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
1947: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
1948: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
1949:
1950: l_del_count NUMBER;
1951: l_stop_count NUMBER;
1952:

Line 2279: -- ii. Call WSH_TRIP_STOPS_GRP.Stop_Action() to DELETE

2275: GOTO trip_error;
2276: END IF;
2277: END IF;--}
2278:
2279: -- ii. Call WSH_TRIP_STOPS_GRP.Stop_Action() to DELETE
2280: l_stop_action_prms.caller := 'FTE_TMS_INTEGRATION';
2281: l_stop_action_prms.action_code := 'DELETE';
2282: l_stop_attrs(1).stop_id := rec.stop_id;
2283: l_stop_attrs(1).trip_id := l_trip_info_tab(i).trip_id;

Line 2285: WSH_TRIP_STOPS_GRP.stop_action(

2281: l_stop_action_prms.action_code := 'DELETE';
2282: l_stop_attrs(1).stop_id := rec.stop_id;
2283: l_stop_attrs(1).trip_id := l_trip_info_tab(i).trip_id;
2284:
2285: WSH_TRIP_STOPS_GRP.stop_action(
2286: p_api_version_number => 1.0,
2287: p_init_msg_list => FND_API.G_TRUE,
2288: p_commit => FND_API.G_FALSE,
2289: p_action_prms => l_stop_action_prms,

Line 2545: wsh_trip_stops_grp.Create_Update_Stop(

2541: WSH_DEBUG_SV.logmsg(l_module_name,'Stop Vol UOM:'||l_stop_local_tab(stop_rec).volume_uom_code);
2542: WSH_DEBUG_SV.logmsg(l_module_name,'Before Calling Create_update_Stop,count:'||l_stop_attrs.count);
2543: END IF;
2544:
2545: wsh_trip_stops_grp.Create_Update_Stop(
2546: p_api_version_number => 1.0,
2547: p_init_msg_list => FND_API.G_FALSE,
2548: p_commit => FND_API.G_FALSE,
2549: p_in_rec => l_stop_in_rec,