DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on AP_MATCHING_UTILS_PKG

Line 399: ap_matching_utils_pkg.get_full_mtch_amt

395: and x_invoice_line_number IS NOT NULL THEN
396:
397: --Bug#13505998
398: l_full_mtch_amt :=
399: ap_matching_utils_pkg.get_full_mtch_amt
400: (X_Po_Line_Location_id,G_Invoice_Currency_Code);
401:
402: l_debug_info := 'l_full_mtch_amt '||l_full_mtch_amt;
403:

Line 674: l_success := AP_Matching_Utils_Pkg.Ap_Recoup_Invoice_Line(

670: END IF;
671:
672: l_debug_info := 'Automatically recoup any available prepayments against the same po line';
673:
674: l_success := AP_Matching_Utils_Pkg.Ap_Recoup_Invoice_Line(
675: P_Invoice_Id => x_invoice_id ,
676: P_Invoice_Line_Number => nvl(x_invoice_line_number,g_max_invoice_line_number) ,
677: P_Amount_To_Recoup => l_amount_to_recoup,
678: P_Po_Line_Id => g_po_line_id,

Line 1153: AP_MATCHING_UTILS_PKG.Get_Recpt_Dist_Amt_Billed (

1149: l_debug_info := 'Get Distribution level Amount billed';
1150:
1151: /* Bug 5355861. using x_dist_tab(l_po_distribution_id)
1152: instead x_dist_tab(i) */
1153: AP_MATCHING_UTILS_PKG.Get_Recpt_Dist_Amt_Billed (
1154: x_rcv_transaction_id,
1155: x_dist_tab(l_po_distribution_id).po_distribution_id,
1156: l_amount_billed);
1157:

Line 1930: ap_matching_utils_pkg.get_full_mtch_amt

1926: l_debug_info := 'Inserting Item Line Matched to a PO';
1927:
1928: --Bug#13505998
1929: l_full_mtch_amt :=
1930: ap_matching_utils_pkg.get_full_mtch_amt
1931: (X_Po_Line_Location_id,G_Invoice_Currency_Code);
1932:
1933: l_debug_info := 'l_full_mtch_amt '||l_full_mtch_amt;
1934:

Line 3304: l_success := AP_Matching_Utils_Pkg.Ap_Recoup_Invoice_Line(

3300: END IF;
3301:
3302: l_debug_info := 'Automatically recoup any available prepayments against the same po line';
3303:
3304: l_success := AP_Matching_Utils_Pkg.Ap_Recoup_Invoice_Line(
3305: P_Invoice_Id => x_invoice_id ,
3306: P_Invoice_Line_Number => nvl(x_invoice_line_number,g_max_invoice_line_number),
3307: P_Amount_To_Recoup => l_amount_to_recoup,
3308: P_Po_Line_Id => g_po_line_id,