DBA Data[Home] [Help]

APPS.JA_CN_SI_BANK_DET_PKG dependencies on FND_CURRENCIES_TL

Line 643: FROM FND_CURRENCIES_TL fct

639: FOR v_row IN CUR_Currency LOOP
640: --get the english name for the currency code
641: SELECT fct.name
642: into l_currency_en
643: FROM FND_CURRENCIES_TL fct
644: WHERE fct.currency_code = v_row.currency_code
645: and language = 'US';
646: INSERT INTO JA_CN_SI_CURRENCIES_GT
647: (CURRENCY_CODE, Description, Description_tl)