DBA Data[Home] [Help]

APPS.JL_BR_INTEREST_HANDLING dependencies on FND_CURRENCIES_VL

Line 189: FROM ap_invoices ai, fnd_currencies_vl fc

185: -- Get the currency symbol
186: -- *********************************************************
187: SELECT fc.symbol
188: INTO l_currency_symbol
189: FROM ap_invoices ai, fnd_currencies_vl fc
190: WHERE ai.invoice_currency_code = fc.currency_code
191: AND ai.invoice_id = P_invoice_original;
192:
193: l_invoice_description := l_nls_interest || ' ' || to_char(l_invoice_days_late)