DBA Data[Home] [Help]

APPS.WSH_PO_CMG_PVT dependencies on WSH_WV_UTILS

Line 29: -- by calling WSH_WV_UTILS.Detail_Weight_Volume which makes use of this

25: -- API for the same.
26: -- 4.If the inventory_item_id is updated on the delivery_detail or if the qty is
27: -- updated to any value other than zero, then those delivery_detail_id's are
28: -- Collected to l_wr_vol_dd_id list .Weight and volume gets recalculated
29: -- by calling WSH_WV_UTILS.Detail_Weight_Volume which makes use of this
30: -- l_wt_vol_dd_id list.
31: -- 5.Call WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required API using the
32: -- l_wt_vol_dd_id list to reprice the delivery_details.
33: -- This also gets called from Correction by setting action code as

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

203: IF l_wt_vol_dd_id.COUNT > 0 THEN
204: -- recalculate the wt/volume and reprice the delviery detail.
205:
206: IF l_debug_on THEN
207: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.Detail_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);
208: WSH_DEBUG_SV.log(l_module_name,'l_wt_vol_dd_id.COUNT is' ,l_wt_vol_dd_id.COUNT);
209: END IF;
210:
211: WSH_WV_UTILS.Detail_Weight_Volume(

Line 211: WSH_WV_UTILS.Detail_Weight_Volume(

207: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.Detail_Weight_Volume',WSH_DEBUG_SV.C_PROC_LEVEL);
208: WSH_DEBUG_SV.log(l_module_name,'l_wt_vol_dd_id.COUNT is' ,l_wt_vol_dd_id.COUNT);
209: END IF;
210:
211: WSH_WV_UTILS.Detail_Weight_Volume(
212: p_detail_rows => l_wt_vol_dd_id,
213: p_override_flag => 'Y',
214: p_calc_wv_if_frozen => 'N',
215: x_return_status => l_return_status);