DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS dependencies on FND_CURRENCIES_TL

Line 2870: FROM fnd_currencies_tl

2866: -- WHERE p_currency_code_name = currency_code || ' - ' || name;
2867:
2868: SELECT currency_code
2869: INTO x_txn_currency_code
2870: FROM fnd_currencies_tl
2871: WHERE name = replace(p_currency_code_name, currency_code || ' - ')
2872: AND language = USERENV('LANG');
2873:
2874: ELSE