DBA Data[Home] [Help]

APPS.JL_BR_INTEREST_HANDLING dependencies on FND_CURRENCIES_VL

Line 374: FROM ap_invoices ai, fnd_currencies_vl fc

370: -- Get the currency symbol
371: -- *********************************************************
372: SELECT fc.symbol
373: INTO l_currency_symbol
374: FROM ap_invoices ai, fnd_currencies_vl fc
375: WHERE ai.invoice_currency_code = fc.currency_code
376: AND ai.invoice_id = P_invoice_original;
377:
378: l_invoice_description := l_nls_interest || ' ' || to_char(l_invoice_days_late)