DBA Data[Home] [Help]

APPS.FA_MC_BOOK_CONTROLS_PKG dependencies on FND_CURRENCIES

Line 475: from fnd_currencies a

471: end if;
472:
473: select power(10,(1-precision))
474: into l_nbv_amount_threshold
475: from fnd_currencies a
476: where currency_code = p_alc_currency;
477:
478: -- remaining values
479: if (g_log_level_rec.statement_level) then