DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on WSH_TRIP_STOPS_GRP

Line 1935: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;

1931: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
1932: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
1933:
1934: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
1935: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
1936: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
1937: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
1938: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
1939: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;

Line 1936: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;

1932: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
1933:
1934: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
1935: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
1936: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
1937: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
1938: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
1939: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
1940: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;

Line 1937: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;

1933:
1934: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
1935: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
1936: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
1937: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
1938: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
1939: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
1940: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
1941:

Line 1938: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;

1934: l_stop_attrs WSH_TRIP_STOPS_PVT.stop_attr_tbl_type;
1935: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
1936: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
1937: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
1938: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
1939: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
1940: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
1941:
1942: l_del_count NUMBER;

Line 1939: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;

1935: l_stop_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
1936: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
1937: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
1938: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
1939: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
1940: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
1941:
1942: l_del_count NUMBER;
1943: l_stop_count NUMBER;

Line 1940: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;

1936: l_stop_action_rec WSH_TRIP_STOPS_GRP.StopActionOutRecType;
1937: l_stop_defaults WSH_TRIP_STOPS_GRP.default_parameters_rectype;
1938: l_stop_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
1939: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
1940: l_stop_wt_vol_out_tab WSH_TRIP_STOPS_GRP.stop_wt_vol_tab_type;
1941:
1942: l_del_count NUMBER;
1943: l_stop_count NUMBER;
1944:

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

2267: GOTO trip_error;
2268: END IF;
2269: END IF;--}
2270:
2271: -- ii. Call WSH_TRIP_STOPS_GRP.Stop_Action() to DELETE
2272: l_stop_action_prms.caller := 'FTE_TMS_INTEGRATION';
2273: l_stop_action_prms.action_code := 'DELETE';
2274: l_stop_attrs(1).stop_id := rec.stop_id;
2275: l_stop_attrs(1).trip_id := l_trip_info_tab(i).trip_id;

Line 2277: WSH_TRIP_STOPS_GRP.stop_action(

2273: l_stop_action_prms.action_code := 'DELETE';
2274: l_stop_attrs(1).stop_id := rec.stop_id;
2275: l_stop_attrs(1).trip_id := l_trip_info_tab(i).trip_id;
2276:
2277: WSH_TRIP_STOPS_GRP.stop_action(
2278: p_api_version_number => 1.0,
2279: p_init_msg_list => FND_API.G_TRUE,
2280: p_commit => FND_API.G_FALSE,
2281: p_action_prms => l_stop_action_prms,

Line 2537: wsh_trip_stops_grp.Create_Update_Stop(

2533: WSH_DEBUG_SV.logmsg(l_module_name,'Stop Vol UOM:'||l_stop_local_tab(stop_rec).volume_uom_code);
2534: WSH_DEBUG_SV.logmsg(l_module_name,'Before Calling Create_update_Stop,count:'||l_stop_attrs.count);
2535: END IF;
2536:
2537: wsh_trip_stops_grp.Create_Update_Stop(
2538: p_api_version_number => 1.0,
2539: p_init_msg_list => FND_API.G_FALSE,
2540: p_commit => FND_API.G_FALSE,
2541: p_in_rec => l_stop_in_rec,