DBA Data[Home] [Help]

APPS.WSH_PO_CMG_PVT dependencies on WSH_DELIVERY_LEGS_ACTIONS

Line 31: -- 5.Call WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required API using the

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
34: -- RECEIPT'.
35: --

Line 227: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_LEGS_ACTIONS.MARK_REPRICE_REQUIRED',WSH_DEBUG_SV.C_PROC_LEVEL);

223: x_num_warnings => l_num_warnings,
224: x_num_errors => l_num_errors);
225:
226: IF l_debug_on THEN
227: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_LEGS_ACTIONS.MARK_REPRICE_REQUIRED',WSH_DEBUG_SV.C_PROC_LEVEL);
228: END IF;
229:
230: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required(
231: p_entity_type => 'DELIVERY_DETAIL',

Line 230: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required(

226: IF l_debug_on THEN
227: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_LEGS_ACTIONS.MARK_REPRICE_REQUIRED',WSH_DEBUG_SV.C_PROC_LEVEL);
228: END IF;
229:
230: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required(
231: p_entity_type => 'DELIVERY_DETAIL',
232: p_entity_ids => l_wt_vol_dd_id,
233: x_return_status => l_return_status);
234: