DBA Data[Home] [Help]

APPS.AME_CON_BUS dependencies on FND_CURRENCIES

Line 482: from fnd_currencies

478: and p_effective_date between start_date
479: and nvl(end_date - ame_util.oneSecond, p_effective_date);
480: cursor csr_cur_code(p_currency_code varchar2) is
481: select currency_code
482: from fnd_currencies
483: where currency_code = p_currency_code;
484: l_proc varchar2(72) := g_package || 'CHK_PARAMETER_THREE';
485: l_key varchar2(30);
486: --