DBA Data[Home] [Help]

APPS.AP_MATCHING_UTILS_PKG dependencies on AP_OTHR_CHRG_MATCH_PKG

Line 473: l_othr_chrg_tab ap_othr_chrg_match_pkg.othr_chrg_match_tabtype;

469: l_index po_distributions_all.po_distribution_id%TYPE;
470: l_dist_ccid ap_invoice_distributions_all.dist_code_combination_id%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);

Line 644: l_debug_info := 'Calling AP_Othr_Chrg_Match_Pkg.Othr_Chrg_Match';

640: END IF;
641:
642: ELSIF (l_invoice_line_rec.match_type = 'OTHER_TO_RECEIPT') THEN
643:
644: l_debug_info := 'Calling AP_Othr_Chrg_Match_Pkg.Othr_Chrg_Match';
645: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
646: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
647: END IF;
648:

Line 655: Ap_Othr_Chrg_Match_Pkg.Othr_Chrg_Match(

651: l_othr_chrg_tab(1).base_amt := NULL;
652: l_othr_chrg_tab(1).rounding_amt := NULL;
653: l_othr_chrg_tab(1).rcv_qty := l_invoice_line_rec.quantity_invoiced;
654:
655: Ap_Othr_Chrg_Match_Pkg.Othr_Chrg_Match(
656: X_invoice_id => p_invoice_id,
657: X_invoice_line_number => p_invoice_line_number,
658: X_line_type => l_invoice_line_rec.line_type_lookup_code,
659: X_prorate_flag => 'N',