DBA Data[Home] [Help]

APPS.WSH_RCV_CORR_RTV_TXN_PKG dependencies on WSH_DELIVERY_LEGS_ACTIONS

Line 717: -- WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required

713: -- to re-calculate the wt-vol of the lines.
714: -- 6. Similary if there were any lines for which there was a
715: -- receipt correction, then we get the corresponding deliveries
716: -- and then call the APIs
717: -- WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required
718: -- and WSH_INBOUND_UTIL_PKG.reRateDeliveries to set the
719: -- reprice_required flag and to re-rate the deliveries.
720: -- 7. Then we loop through the p_matched_detail_rec
721: -- and for each po_line_location_id we call the API

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

1357: --
1358: -- Debug Statements
1359: --
1360: IF l_debug_on THEN
1361: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_LEGS_ACTIONS.MARK_REPRICE_REQUIRED',WSH_DEBUG_SV.C_PROC_LEVEL);
1362: END IF;
1363: --
1364: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required(
1365: p_entity_type => 'DELIVERY',

Line 1364: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required(

1360: IF l_debug_on THEN
1361: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_LEGS_ACTIONS.MARK_REPRICE_REQUIRED',WSH_DEBUG_SV.C_PROC_LEVEL);
1362: END IF;
1363: --
1364: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required(
1365: p_entity_type => 'DELIVERY',
1366: p_entity_ids => l_delivery_id_tab,
1367: x_return_status => l_return_status);
1368: