DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on WSH_DELIVERIES_GRP

Line 1731: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;

1727: l_delivery_tab WSH_TMS_RELEASE.delivery_tab;
1728: l_delivery_id_tab WSH_UTIL_CORE.id_tab_type;
1729:
1730: l_del_attrs WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
1731: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
1732: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
1733: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
1734:
1735: l_rs VARCHAR2(1);

Line 1732: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;

1728: l_delivery_id_tab WSH_UTIL_CORE.id_tab_type;
1729:
1730: l_del_attrs WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
1731: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
1732: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
1733: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
1734:
1735: l_rs VARCHAR2(1);
1736: l_msg_count NUMBER;

Line 1733: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;

1729:
1730: l_del_attrs WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
1731: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
1732: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
1733: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
1734:
1735: l_rs VARCHAR2(1);
1736: l_msg_count NUMBER;
1737: l_msg_data VARCHAR2(32767);

Line 1794: WSH_DELIVERIES_GRP.delivery_action(

1790: l_del_action_prms.caller := 'FTE_TMS_INTEGRATION'; --'FTE_TMS_RELEASE';
1791: l_del_action_prms.action_code := 'UNASSIGN-TRIP';
1792: l_del_action_prms.trip_id := l_trip_info_tab(i).trip_id;
1793:
1794: WSH_DELIVERIES_GRP.delivery_action(
1795: p_api_version_number => 1.0,
1796: p_init_msg_list => FND_API.G_TRUE,
1797: p_commit => FND_API.G_FALSE,
1798: p_action_prms => l_del_action_prms,

Line 1938: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;

1934: l_stop_delete_tab WSH_UTIL_CORE.id_tab_type; -- stops to be deleted
1935: --l_dlvy_unassign_tab WSH_UTIL_CORE.id_tab_type; -- deliveries to be unassigned
1936:
1937: l_del_attrs WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
1938: l_del_action_prms WSH_DELIVERIES_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;

Line 1939: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;

1935: --l_dlvy_unassign_tab WSH_UTIL_CORE.id_tab_type; -- deliveries to be unassigned
1936:
1937: l_del_attrs WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
1938: l_del_action_prms WSH_DELIVERIES_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;

Line 1940: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;

1936:
1937: l_del_attrs WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
1938: l_del_action_prms WSH_DELIVERIES_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;

Line 2253: WSH_DELIVERIES_GRP.delivery_action(

2249: l_del_action_prms.caller := 'FTE_TMS_INTEGRATION'; --'FTE_TMS_RELEASE';
2250: l_del_action_prms.action_code := 'UNASSIGN-TRIP';
2251: l_del_action_prms.trip_id := l_trip_info_tab(i).trip_id;
2252:
2253: WSH_DELIVERIES_GRP.delivery_action(
2254: p_api_version_number => 1.0,
2255: p_init_msg_list => FND_API.G_TRUE,
2256: p_commit => FND_API.G_FALSE,
2257: p_action_prms => l_del_action_prms,

Line 2733: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;

2729: l_delivery_tab WSH_TMS_RELEASE.delivery_tab;
2730: l_delivery_id_tab WSH_UTIL_CORE.id_tab_type;
2731:
2732: l_del_attrs WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
2733: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
2734: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
2735: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
2736:
2737: l_rs VARCHAR2(1);

Line 2734: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;

2730: l_delivery_id_tab WSH_UTIL_CORE.id_tab_type;
2731:
2732: l_del_attrs WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
2733: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
2734: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
2735: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
2736:
2737: l_rs VARCHAR2(1);
2738: l_msg_count NUMBER;

Line 2735: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;

2731:
2732: l_del_attrs WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
2733: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
2734: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
2735: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
2736:
2737: l_rs VARCHAR2(1);
2738: l_msg_count NUMBER;
2739: l_msg_data VARCHAR2(32767);

Line 2889: WSH_DELIVERIES_GRP.delivery_action(

2885: l_del_action_prms.caller := 'FTE_TMS_INTEGRATION'; --'FTE_TMS_RELEASE';
2886: l_del_action_prms.action_code := 'UNASSIGN-TRIP';
2887: l_del_action_prms.trip_id := l_trip_info_tab(i).trip_id;
2888:
2889: WSH_DELIVERIES_GRP.delivery_action(
2890: p_api_version_number => 1.0,
2891: p_init_msg_list => FND_API.G_TRUE,
2892: p_commit => FND_API.G_FALSE,
2893: p_action_prms => l_del_action_prms,

Line 3054: WSH_DELIVERIES_GRP.delivery_action(

3050: WSH_DEBUG_SV.logmsg(l_module_name,'Dropoff Pl Dep Date:'||l_del_action_prms.dropoff_dep_date);
3051: WSH_DEBUG_SV.logmsg(l_module_name,'========================================');
3052: END IF;
3053:
3054: WSH_DELIVERIES_GRP.delivery_action(
3055: p_api_version_number => 1.0,
3056: p_init_msg_list => FND_API.G_TRUE,
3057: p_commit => FND_API.G_FALSE,
3058: p_action_prms => l_del_action_prms,

Line 4827: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;

4823:
4824: l_current_trip_id NUMBER;
4825:
4826: l_del_attrs WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
4827: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
4828: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
4829: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
4830:
4831: l_rs VARCHAR2(1);

Line 4828: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;

4824: l_current_trip_id NUMBER;
4825:
4826: l_del_attrs WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
4827: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
4828: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
4829: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
4830:
4831: l_rs VARCHAR2(1);
4832: l_msg_count NUMBER;

Line 4829: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;

4825:
4826: l_del_attrs WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
4827: l_del_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
4828: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
4829: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
4830:
4831: l_rs VARCHAR2(1);
4832: l_msg_count NUMBER;
4833: l_msg_data VARCHAR2(32767);

Line 4907: WSH_DELIVERIES_GRP.delivery_action(

4903: l_del_action_prms.caller := 'FTE_TMS_INTEGRATION'; --'FTE_TMS_RELEASE';
4904: l_del_action_prms.action_code := 'UNASSIGN-TRIP';
4905: l_del_action_prms.trip_id := l_current_trip_id;
4906:
4907: WSH_DELIVERIES_GRP.delivery_action(
4908: p_api_version_number => 1.0,
4909: p_init_msg_list => FND_API.G_TRUE,
4910: p_commit => FND_API.G_FALSE,
4911: p_action_prms => l_del_action_prms,