DBA Data[Home] [Help]

APPS.AP_MATCHING_UTILS_PKG dependencies on AP_INVOICE_CORRECTIONS_PKG

Line 475: l_inv_line_tab ap_invoice_corrections_pkg.line_tab_type;

471: l_corr_inv_dist_id ap_invoice_distributions_all.invoice_distribution_id%TYPE;
472: l_dist_tab ap_matching_pkg.dist_tab_type;
473: l_othr_chrg_tab ap_othr_chrg_match_pkg.othr_chrg_match_tabtype;
474: l_corr_dist_tab ap_matching_pkg.corr_dist_tab_type;
475: l_inv_line_tab ap_invoice_corrections_pkg.line_tab_type;
476: l_inv_dist_tab ap_invoice_corrections_pkg.dist_tab_type;
477: l_debug_info VARCHAR2(2000);
478: current_calling_sequence VARCHAR2(2000);
479: l_api_name VARCHAR2(50);

Line 476: l_inv_dist_tab ap_invoice_corrections_pkg.dist_tab_type;

472: l_dist_tab ap_matching_pkg.dist_tab_type;
473: l_othr_chrg_tab ap_othr_chrg_match_pkg.othr_chrg_match_tabtype;
474: l_corr_dist_tab ap_matching_pkg.corr_dist_tab_type;
475: l_inv_line_tab ap_invoice_corrections_pkg.line_tab_type;
476: l_inv_dist_tab ap_invoice_corrections_pkg.dist_tab_type;
477: l_debug_info VARCHAR2(2000);
478: current_calling_sequence VARCHAR2(2000);
479: l_api_name VARCHAR2(50);
480:

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

825:
826: END IF;
827:
828: ELSIF (l_invoice_line_rec.match_type = 'LINE_CORRECTION') THEN
829: l_debug_info := 'Calling AP_Invoice_Corrections_Pkg.Invoice_Correction';
830: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
831: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
832: END IF;
833:

Line 834: AP_INVOICE_CORRECTIONS_PKG.Invoice_Correction(

830: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
831: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
832: END IF;
833:
834: AP_INVOICE_CORRECTIONS_PKG.Invoice_Correction(
835: X_Invoice_Id => p_invoice_id,
836: X_Invoice_Line_Number => p_invoice_line_number,
837: X_Corrected_Invoice_Id => l_invoice_line_rec.corrected_inv_id,
838: X_Corrected_Line_Number => l_invoice_line_rec.corrected_line_number,