DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on AP_MATCHING_UTILS_PKG

Line 587: l_success := AP_Matching_Utils_Pkg.Ap_Recoup_Invoice_Line(

583: END IF;
584:
585: l_debug_info := 'Automatically recoup any available prepayments against the same po line';
586:
587: l_success := AP_Matching_Utils_Pkg.Ap_Recoup_Invoice_Line(
588: P_Invoice_Id => x_invoice_id ,
589: P_Invoice_Line_Number => nvl(x_invoice_line_number,g_max_invoice_line_number) ,
590: P_Amount_To_Recoup => l_amount_to_recoup,
591: P_Po_Line_Id => g_po_line_id,

Line 1054: AP_MATCHING_UTILS_PKG.Get_Recpt_Dist_Amt_Billed (

1050: l_debug_info := 'Get Distribution level Amount billed';
1051:
1052: /* Bug 5355861. using x_dist_tab(l_po_distribution_id)
1053: instead x_dist_tab(i) */
1054: AP_MATCHING_UTILS_PKG.Get_Recpt_Dist_Amt_Billed (
1055: x_rcv_transaction_id,
1056: x_dist_tab(l_po_distribution_id).po_distribution_id,
1057: l_amount_billed);
1058:

Line 3139: l_success := AP_Matching_Utils_Pkg.Ap_Recoup_Invoice_Line(

3135: END IF;
3136:
3137: l_debug_info := 'Automatically recoup any available prepayments against the same po line';
3138:
3139: l_success := AP_Matching_Utils_Pkg.Ap_Recoup_Invoice_Line(
3140: P_Invoice_Id => x_invoice_id ,
3141: P_Invoice_Line_Number => nvl(x_invoice_line_number,g_max_invoice_line_number),
3142: P_Amount_To_Recoup => l_amount_to_recoup,
3143: P_Po_Line_Id => g_po_line_id,