DBA Data[Home] [Help]

APPS.FA_MC_UTIL_PVT dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 465: ap_invoice_distributions_all b

461: l_inv_exchange_date,
462: l_inv_exchange_rate_type,
463: l_line_base_amount
464: from ap_invoices_all a,
465: ap_invoice_distributions_all b
466: where a.invoice_id = p_inv_rec.invoice_id
467: and a.invoice_id = b.invoice_id
468: and b.distribution_line_number = p_inv_rec.ap_distribution_line_number;
469: