DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_DELIVERIES_GRP

Line 704: l_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;

700: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
701: l_return_status VARCHAR2(1);
702: l_status_code VARCHAR2(30) := 'OP';
703: l_dels_to_update WSH_UTIL_CORE.Id_Tab_Type;
704: l_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
705: l_delivery_out_rec WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;
706: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;
707: l_msg_count NUMBER;
708: l_msg_data VARCHAR2(2000);

Line 705: l_delivery_out_rec WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;

701: l_return_status VARCHAR2(1);
702: l_status_code VARCHAR2(30) := 'OP';
703: l_dels_to_update WSH_UTIL_CORE.Id_Tab_Type;
704: l_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
705: l_delivery_out_rec WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;
706: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;
707: l_msg_count NUMBER;
708: l_msg_data VARCHAR2(2000);
709: l_planned_flag_true WSH_NEW_DELIVERIES.PLANNED_FLAG%TYPE; --bugfix 3778944

Line 706: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;

702: l_status_code VARCHAR2(30) := 'OP';
703: l_dels_to_update WSH_UTIL_CORE.Id_Tab_Type;
704: l_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
705: l_delivery_out_rec WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;
706: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;
707: l_msg_count NUMBER;
708: l_msg_data VARCHAR2(2000);
709: l_planned_flag_true WSH_NEW_DELIVERIES.PLANNED_FLAG%TYPE; --bugfix 3778944
710:

Line 1289: wsh_debug_sv.logmsg(l_module_name, 'Call wsh_deliveries_grp.delivery_action for '|| to_char(l_select_carrier_tbl.count)||' deliveries');

1285: END IF;
1286:
1287: IF l_select_carrier_tbl.count > 0 THEN
1288: IF l_debug_on THEN
1289: wsh_debug_sv.logmsg(l_module_name, 'Call wsh_deliveries_grp.delivery_action for '|| to_char(l_select_carrier_tbl.count)||' deliveries');
1290: END IF;
1291:
1292: l_action_prms.action_code := 'SELECT-CARRIER';
1293: l_action_prms.caller := p_caller;

Line 1299: wsh_debug_sv.logmsg(l_module_name, 'Calling wsh_deliveries_grp.delivery_action SELECT-CARRIER with '||l_select_carrier_tbl.count||' deliveries');

1295: l_action_prms.ignore_ineligible_dels := 'Y';
1296: l_action_prms.form_flag := 'N';
1297:
1298: IF l_debug_on THEN
1299: wsh_debug_sv.logmsg(l_module_name, 'Calling wsh_deliveries_grp.delivery_action SELECT-CARRIER with '||l_select_carrier_tbl.count||' deliveries');
1300: END IF;
1301:
1302: wsh_deliveries_grp.delivery_action(
1303: p_api_version_number => 1.0,

Line 1302: wsh_deliveries_grp.delivery_action(

1298: IF l_debug_on THEN
1299: wsh_debug_sv.logmsg(l_module_name, 'Calling wsh_deliveries_grp.delivery_action SELECT-CARRIER with '||l_select_carrier_tbl.count||' deliveries');
1300: END IF;
1301:
1302: wsh_deliveries_grp.delivery_action(
1303: p_api_version_number => 1.0,
1304: p_init_msg_list => FND_API.G_FALSE,
1305: p_commit => FND_API.G_FALSE,
1306: p_action_prms => l_action_prms,

Line 1326: wsh_debug_sv.logmsg(l_module_name, 'Calling wsh_deliveries_grp.delivery_action GET-FREIGHT-COSTS with '||l_auto_rate_tbl.count ||' deliveries');

1322: END IF;
1323:
1324: IF l_auto_rate_tbl.count > 0 THEN
1325: IF l_debug_on THEN
1326: wsh_debug_sv.logmsg(l_module_name, 'Calling wsh_deliveries_grp.delivery_action GET-FREIGHT-COSTS with '||l_auto_rate_tbl.count ||' deliveries');
1327: END IF;
1328:
1329: l_action_prms.action_code := 'GET-FREIGHT-COSTS';
1330: l_action_prms.caller := 'WSH_DLMG';

Line 1334: wsh_deliveries_grp.delivery_action(

1330: l_action_prms.caller := 'WSH_DLMG';
1331: l_action_prms.phase := NULL;
1332: l_action_prms.ignore_ineligible_dels := 'Y';
1333:
1334: wsh_deliveries_grp.delivery_action(
1335: p_api_version_number => 1.0,
1336: p_init_msg_list => FND_API.G_FALSE,
1337: p_commit => FND_API.G_FALSE,
1338: p_action_prms => l_action_prms,

Line 11657: l_in_rec WSH_DELIVERIES_GRP.Del_In_Rec_Type;

11653: --
11654: -- New variables added for new call to group constraint API to update delivery table
11655: --
11656:
11657: l_in_rec WSH_DELIVERIES_GRP.Del_In_Rec_Type;
11658: l_trip_in_rec WSH_TRIPS_GRP.tripInRecType;
11659: l_rec_attr_tab WSH_NEW_DELIVERIES_PVT.Delivery_Attr_Tbl_Type;
11660: l_trip_info_tab WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;
11661: l_trip_out_rec_tab WSH_TRIPS_GRP.Trip_Out_Tab_Type;

Line 11662: l_del_out_rec_tab WSH_DELIVERIES_GRP.Del_Out_Tbl_Type;

11658: l_trip_in_rec WSH_TRIPS_GRP.tripInRecType;
11659: l_rec_attr_tab WSH_NEW_DELIVERIES_PVT.Delivery_Attr_Tbl_Type;
11660: l_trip_info_tab WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;
11661: l_trip_out_rec_tab WSH_TRIPS_GRP.Trip_Out_Tab_Type;
11662: l_del_out_rec_tab WSH_DELIVERIES_GRP.Del_Out_Tbl_Type;
11663: l_msg_count NUMBER;
11664: l_msg_data VARCHAR2(2000);
11665: l_del_org_id NUMBER;
11666: l_prev_org_id NUMBER;