DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_WV_UTILS

Line 4606: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.Detail_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);

4602: -- J: W/V Changes
4603: -- Recalculate the W/V as the quantities would have changed
4604: FOR tmp_counter IN 1..l_shp_dd_ids.count LOOP
4605: IF l_debug_on THEN
4606: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.Detail_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);
4607: END IF;
4608:
4609: WSH_WV_UTILS.Detail_Weight_Volume(
4610: p_delivery_detail_id => l_shp_dd_ids(tmp_counter),

Line 4609: WSH_WV_UTILS.Detail_Weight_Volume(

4605: IF l_debug_on THEN
4606: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.Detail_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);
4607: END IF;
4608:
4609: WSH_WV_UTILS.Detail_Weight_Volume(
4610: p_delivery_detail_id => l_shp_dd_ids(tmp_counter),
4611: p_update_flag => 'Y',
4612: p_post_process_flag => 'Y',
4613: p_calc_wv_if_frozen => 'N',

Line 5250: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.Detail_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);

5246: -- Bug 5584951: Moved the call to after the call to unassign details.
5247:
5248: FOR tmp_counter IN 1..l_stage_rows.count LOOP
5249: IF l_debug_on THEN
5250: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.Detail_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);
5251: END IF;
5252:
5253: WSH_WV_UTILS.Detail_Weight_Volume(
5254: p_delivery_detail_id => l_stage_rows(tmp_counter),

Line 5253: WSH_WV_UTILS.Detail_Weight_Volume(

5249: IF l_debug_on THEN
5250: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.Detail_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);
5251: END IF;
5252:
5253: WSH_WV_UTILS.Detail_Weight_Volume(
5254: p_delivery_detail_id => l_stage_rows(tmp_counter),
5255: p_update_flag => 'Y',
5256: p_post_process_flag => 'Y',
5257: p_calc_wv_if_frozen => 'N',

Line 5481: -- Bug # 7580785: Removed the call WSH_WV_UTILS.Delivery_Weight_Volume from here

5477: -- J: W/V Changes
5478: -- 12.5 Give warning if delivery W/V is null depending on percent_fill_basis_flag
5479:
5480: IF (NOT l_unassign_all_flag_tab(i)) THEN
5481: -- Bug # 7580785: Removed the call WSH_WV_UTILS.Delivery_Weight_Volume from here
5482: -- as it is overriding the manually updated WMS LPN weights at the time of ship confirm.
5483:
5484: -- Get the latest W/V information.
5485: OPEN get_delivery_wv(p_del_rows(i));

Line 5535: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.CHECK_FILL_PC',WSH_DEBUG_SV.C_PROC_LEVEL);

5531:
5532: FOR rec_count in 1..l_shp_dd_cont_ids.count
5533: LOOP
5534: IF l_debug_on THEN
5535: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.CHECK_FILL_PC',WSH_DEBUG_SV.C_PROC_LEVEL);
5536: WSH_DEBUG_SV.log(l_module_name,'Cont -'||l_shp_dd_cont_ids(rec_count));
5537: END IF;
5538: --
5539: wsh_wv_utils.check_fill_pc( p_container_instance_id => l_shp_dd_cont_ids(rec_count),

Line 5539: wsh_wv_utils.check_fill_pc( p_container_instance_id => l_shp_dd_cont_ids(rec_count),

5535: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.CHECK_FILL_PC',WSH_DEBUG_SV.C_PROC_LEVEL);
5536: WSH_DEBUG_SV.log(l_module_name,'Cont -'||l_shp_dd_cont_ids(rec_count));
5537: END IF;
5538: --
5539: wsh_wv_utils.check_fill_pc( p_container_instance_id => l_shp_dd_cont_ids(rec_count),
5540: x_fill_status => l_fill_status,
5541: x_return_status => l_return_status);
5542:
5543: IF l_debug_on THEN

Line 12212: WSH_WV_UTILS.get_default_uoms( p_organization_id => l_dlvy_info_tab(i).l_organization_id,

12208: --
12209: IF ((l_dlvy_info_tab(i).l_weight_uom_code is null) AND
12210: (l_dlvy_info_tab(i).l_volume_uom_code is null)) THEN
12211:
12212: WSH_WV_UTILS.get_default_uoms( p_organization_id => l_dlvy_info_tab(i).l_organization_id,
12213: x_weight_uom_code => l_carrier_sel_entity_tab(l_cnt).weight_uom_code,
12214: x_volume_uom_code => l_carrier_sel_entity_tab(l_cnt).volume_uom_code,
12215: x_return_status => l_return_status);
12216:

Line 13525: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_WV_UTILS.Delivery_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);

13521: -- We recalculate the wt/vol of delivery during the assignment of
13522: -- consol lpns, so no need to do it here for WMS.
13523:
13524: IF l_debug_on THEN
13525: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_WV_UTILS.Delivery_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);
13526: END IF;
13527: WSH_WV_UTILS.Delivery_Weight_Volume
13528: ( p_delivery_id => p_parent_del_id,
13529: p_update_flag => 'Y',

Line 13527: WSH_WV_UTILS.Delivery_Weight_Volume

13523:
13524: IF l_debug_on THEN
13525: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_WV_UTILS.Delivery_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);
13526: END IF;
13527: WSH_WV_UTILS.Delivery_Weight_Volume
13528: ( p_delivery_id => p_parent_del_id,
13529: p_update_flag => 'Y',
13530: p_calc_wv_if_frozen => 'N',
13531: x_gross_weight => l_gross_wt,

Line 14139: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_WV_UTILS.Delivery_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);

14135: IF l_remaining_parent_dels.count > 0 THEN
14136: -- Update the wt/vol on the remaining parents.
14137:
14138: IF l_debug_on THEN
14139: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_WV_UTILS.Delivery_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);
14140: END IF;
14141:
14142: FOR i in 1..l_remaining_parent_dels.count LOOP
14143:

Line 14144: WSH_WV_UTILS.Delivery_Weight_Volume (

14140: END IF;
14141:
14142: FOR i in 1..l_remaining_parent_dels.count LOOP
14143:
14144: WSH_WV_UTILS.Delivery_Weight_Volume (
14145: p_delivery_id => l_remaining_parent_dels(i),
14146: p_update_flag => 'Y',
14147: p_calc_wv_if_frozen => 'N',
14148: x_gross_weight => l_gross_weight,