DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on WSH_WV_UTILS

Line 276: WSH_WV_UTILS.Delivery_Weight_Volume(

272: -- Commented the below code because we are calling detail_weight_volume
273: -- and that in turn would calculate the weight and volume of the
274: -- delivery ( and trip and trip stops if present).
275: /*
276: WSH_WV_UTILS.Delivery_Weight_Volume(
277: p_del_rows => p_delivery_id_tab,
278: p_update_flag => 'Y',
279: p_calc_wv_if_frozen => 'N',
280: x_return_status => l_return_status);

Line 450: -- WSH_WV_UTILS.Detail_Weight_Volume.

446: -- to the respective out parameters.
447: -- 3. After the loop, since we are nullifying the received quantities
448: -- on all these delivery details, we need to re-calculate the wt-vol
449: -- of the delivery details, therefore, we call the API
450: -- WSH_WV_UTILS.Detail_Weight_Volume.
451: -- 4. At the end, we loop through the delivery ids in l_delivery_id_tab to
452: -- to remove the duplicate delivery ids. Please refer to that
453: -- part of the code for more detailed comments.
454: --========================================================================

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

1044: --
1045: -- Debug Statements
1046: --
1047: IF l_debug_on THEN
1048: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.DETAIL_WEIGHT_VOLUME',WSH_DEBUG_SV.C_PROC_LEVEL);
1049: END IF;
1050: --
1051: WSH_WV_UTILS.Detail_Weight_Volume(
1052: p_detail_rows => l_del_det_id_tab,

Line 1051: WSH_WV_UTILS.Detail_Weight_Volume(

1047: IF l_debug_on THEN
1048: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.DETAIL_WEIGHT_VOLUME',WSH_DEBUG_SV.C_PROC_LEVEL);
1049: END IF;
1050: --
1051: WSH_WV_UTILS.Detail_Weight_Volume(
1052: p_detail_rows => l_del_det_id_tab,
1053: p_override_flag => 'Y',
1054: p_calc_wv_if_frozen => 'N',
1055: x_return_status => l_return_status);