DBA Data[Home] [Help]

APPS.AP_MATCHING_UTILS_PKG dependencies on AP_OTHR_CHRG_MATCH_PKG

Line 513: l_othr_chrg_tab ap_othr_chrg_match_pkg.othr_chrg_match_tabtype;

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

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

683: END IF;
684:
685: ELSIF (l_invoice_line_rec.match_type = 'OTHER_TO_RECEIPT') THEN
686:
687: l_debug_info := 'Calling AP_Othr_Chrg_Match_Pkg.Othr_Chrg_Match';
688: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
689: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
690: END IF;
691:

Line 698: Ap_Othr_Chrg_Match_Pkg.Othr_Chrg_Match(

694: l_othr_chrg_tab(1).base_amt := NULL;
695: l_othr_chrg_tab(1).rounding_amt := NULL;
696: l_othr_chrg_tab(1).rcv_qty := l_invoice_line_rec.quantity_invoiced;
697:
698: Ap_Othr_Chrg_Match_Pkg.Othr_Chrg_Match(
699: X_invoice_id => p_invoice_id,
700: X_invoice_line_number => p_invoice_line_number,
701: X_line_type => l_invoice_line_rec.line_type_lookup_code,
702: X_prorate_flag => 'N',