DBA Data[Home] [Help]

APPS.WSH_RCV_CORR_RTV_TXN_PKG dependencies on WSH_INBOUND_UTIL_PKG

Line 718: -- and WSH_INBOUND_UTIL_PKG.reRateDeliveries to set the

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
722: -- PO_FTE_INTEGRATION_GRP.po_status_check to check the line's

Line 1385: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.RERATEDELIVERIES',WSH_DEBUG_SV.C_PROC_LEVEL);

1381: --
1382: -- Debug Statements
1383: --
1384: IF l_debug_on THEN
1385: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.RERATEDELIVERIES',WSH_DEBUG_SV.C_PROC_LEVEL);
1386: END IF;
1387: --
1388: WSH_INBOUND_UTIL_PKG.reRateDeliveries(
1389: p_delivery_id_tab => l_delivery_id_tab,

Line 1388: WSH_INBOUND_UTIL_PKG.reRateDeliveries(

1384: IF l_debug_on THEN
1385: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.RERATEDELIVERIES',WSH_DEBUG_SV.C_PROC_LEVEL);
1386: END IF;
1387: --
1388: WSH_INBOUND_UTIL_PKG.reRateDeliveries(
1389: p_delivery_id_tab => l_delivery_id_tab,
1390: x_return_status => l_return_status);
1391: --
1392: -- Debug Statements

Line 1621: -- we call the WSH_INBOUND_UTIL_PKG.get_po_rcv_attributes

1617: -- less the del detail's req. qty. Then we just update
1618: -- that delivery detail with req. qty = (detail's req. qty
1619: -- - abs(remaining req. qty.).
1620: -- 3. If the remaining requested quantity is > 0, then
1621: -- we call the WSH_INBOUND_UTIL_PKG.get_po_rcv_attributes
1622: -- to get all the latest attributes of PO and then
1623: -- call reapprove_po to either update or create new delivery
1624: -- lines.
1625: -- Please refer to Appendix. 7 wsh_inbound_corr_rtv_revert_ui.rtf

Line 1810: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.GET_PO_RCV_ATTRIBUTES',WSH_DEBUG_SV.C_PROC_LEVEL);

1806: --
1807: -- Debug Statements
1808: --
1809: IF l_debug_on THEN
1810: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.GET_PO_RCV_ATTRIBUTES',WSH_DEBUG_SV.C_PROC_LEVEL);
1811: END IF;
1812: --
1813: WSH_INBOUND_UTIL_PKG.get_po_rcv_attributes(
1814: p_po_line_location_id => p_rem_req_qty_rec.po_line_location_id,

Line 1813: WSH_INBOUND_UTIL_PKG.get_po_rcv_attributes(

1809: IF l_debug_on THEN
1810: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.GET_PO_RCV_ATTRIBUTES',WSH_DEBUG_SV.C_PROC_LEVEL);
1811: END IF;
1812: --
1813: WSH_INBOUND_UTIL_PKG.get_po_rcv_attributes(
1814: p_po_line_location_id => p_rem_req_qty_rec.po_line_location_id,
1815: p_rcv_shipment_line_id => NULL,
1816: x_line_rec => l_line_rec,
1817: x_return_status => l_return_status);