DBA Data[Home] [Help]

APPS.PAY_BLT_BUS dependencies on FND_CURRENCIES

Line 350: from fnd_currencies

346: Cursor c_chk_currency
347: is
348: -- bug 7462502 in startup mode remove restriction on enabled currencies
349: select '1'
350: from fnd_currencies
351: where currency_code = p_currency_code
352: and ( ( enabled_flag = 'Y') or
353: ( hr_startup_data_api_support.g_startup_mode IN ('STARTUP') ))
354: and currency_flag = 'Y'

Line 362: from fnd_currencies

358: Cursor c_chk_currency_1
359: is
360: -- bug 11901831: Removing effective date check in startup mode
361: select '1'
362: from fnd_currencies
363: where currency_code = p_currency_code
364: and ( ( enabled_flag = 'Y') or
365: ( hr_startup_data_api_support.g_startup_mode IN ('STARTUP') ))
366: and currency_flag = 'Y';