DBA Data[Home] [Help]

APPS.PAY_BLT_BUS dependencies on FND_CURRENCIES

Line 349: from fnd_currencies

345:
346: Cursor c_chk_currency
347: is
348: select '1'
349: from fnd_currencies
350: where currency_code = p_currency_code
351: and enabled_flag = 'Y'
352: and currency_flag = 'Y'
353: and p_effective_date between nvl(start_date_active,p_effective_date)