DBA Data[Home] [Help]

APPS.AP_MATCHING_UTILS_PKG dependencies on AP_INVOICE_CORRECTIONS_PKG

Line 515: l_inv_line_tab ap_invoice_corrections_pkg.line_tab_type;

511: l_corr_inv_dist_id ap_invoice_distributions_all.invoice_distribution_id%TYPE;
512: l_dist_tab ap_matching_pkg.dist_tab_type;
513: l_othr_chrg_tab ap_othr_chrg_match_pkg.othr_chrg_match_tabtype;
514: l_corr_dist_tab ap_matching_pkg.corr_dist_tab_type;
515: l_inv_line_tab ap_invoice_corrections_pkg.line_tab_type;
516: l_inv_dist_tab ap_invoice_corrections_pkg.dist_tab_type;
517: l_debug_info VARCHAR2(2000);
518: current_calling_sequence VARCHAR2(2000);
519: l_api_name VARCHAR2(50);

Line 516: l_inv_dist_tab ap_invoice_corrections_pkg.dist_tab_type;

512: l_dist_tab ap_matching_pkg.dist_tab_type;
513: l_othr_chrg_tab ap_othr_chrg_match_pkg.othr_chrg_match_tabtype;
514: l_corr_dist_tab ap_matching_pkg.corr_dist_tab_type;
515: l_inv_line_tab ap_invoice_corrections_pkg.line_tab_type;
516: l_inv_dist_tab ap_invoice_corrections_pkg.dist_tab_type;
517: l_debug_info VARCHAR2(2000);
518: current_calling_sequence VARCHAR2(2000);
519: l_api_name VARCHAR2(50);
520:

Line 872: l_debug_info := 'Calling AP_Invoice_Corrections_Pkg.Invoice_Correction';

868:
869: END IF;
870:
871: ELSIF (l_invoice_line_rec.match_type = 'LINE_CORRECTION') THEN
872: l_debug_info := 'Calling AP_Invoice_Corrections_Pkg.Invoice_Correction';
873: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
874: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
875: END IF;
876:

Line 877: AP_INVOICE_CORRECTIONS_PKG.Invoice_Correction(

873: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
874: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
875: END IF;
876:
877: AP_INVOICE_CORRECTIONS_PKG.Invoice_Correction(
878: X_Invoice_Id => p_invoice_id,
879: X_Invoice_Line_Number => p_invoice_line_number,
880: X_Corrected_Invoice_Id => l_invoice_line_rec.corrected_inv_id,
881: X_Corrected_Line_Number => l_invoice_line_rec.corrected_line_number,