DBA Data[Home] [Help]

APPS.AP_MATCHING_PKG dependencies on AP_MATCHING_UTILS_PKG

Line 430: ap_matching_utils_pkg.get_full_mtch_amt

426: and x_invoice_line_number IS NOT NULL THEN
427:
428: --Bug#13505998
429: l_full_mtch_amt :=
430: ap_matching_utils_pkg.get_full_mtch_amt
431: (X_Po_Line_Location_id,G_Invoice_Currency_Code);
432:
433: l_debug_info := 'l_full_mtch_amt '||l_full_mtch_amt;
434:

Line 715: l_success := AP_Matching_Utils_Pkg.Ap_Recoup_Invoice_Line(

711: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
712: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
713: END IF;
714:
715: l_success := AP_Matching_Utils_Pkg.Ap_Recoup_Invoice_Line(
716: P_Invoice_Id => x_invoice_id ,
717: P_Invoice_Line_Number => nvl(x_invoice_line_number,l_item_line_number) ,
718: P_Amount_To_Recoup => l_amount_to_recoup,
719: P_Po_Line_Id => g_po_line_id,

Line 1819: ap_matching_utils_pkg.get_full_mtch_amt

1815: END IF;
1816:
1817: --Bug#13505998
1818: l_full_mtch_amt :=
1819: ap_matching_utils_pkg.get_full_mtch_amt
1820: (X_Po_Line_Location_id,G_Invoice_Currency_Code);
1821:
1822: l_debug_info := 'l_full_mtch_amt '||l_full_mtch_amt;
1823:

Line 3530: l_success := AP_Matching_Utils_Pkg.Ap_Recoup_Invoice_Line(

3526: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
3527: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
3528: END IF;
3529:
3530: l_success := AP_Matching_Utils_Pkg.Ap_Recoup_Invoice_Line(
3531: P_Invoice_Id => x_invoice_id ,
3532: P_Invoice_Line_Number => nvl(x_invoice_line_number,l_item_line_number) ,
3533: P_Amount_To_Recoup => l_amount_to_recoup,
3534: P_Po_Line_Id => g_po_line_id,

Line 5719: ap_matching_utils_pkg.get_receipt_quantities(

5715:
5716:
5717: IF (l_matching_basis = 'QUANTITY') THEN
5718:
5719: ap_matching_utils_pkg.get_receipt_quantities(
5720: l_rcv_transaction_id,
5721: l_ordered_qty,
5722: l_cancelled_qty,
5723: l_received_qty,

Line 6017: ap_matching_utils_pkg.get_full_mtch_amt

6013: /* bug 6150813 */
6014:
6015: --Bug#13505998
6016: l_full_mtch_amt :=
6017: ap_matching_utils_pkg.get_full_mtch_amt
6018: (X_SHIPMENT_TABLE(i).PO_LINE_LOCATION_ID,
6019: G_Invoice_Currency_Code);
6020:
6021: l_debug_info := 'l_full_mtch_amt '||l_full_mtch_amt;