DBA Data[Home] [Help]

APPS.FA_MC_BOOK_CONTROLS_PKG dependencies on FND_CURRENCIES

Line 434: from fnd_currencies a

430: end if;
431:
432: select power(10,(1-precision))
433: into l_nbv_amount_threshold
434: from fnd_currencies a
435: where currency_code = p_alc_currency;
436:
437: -- remaining values
438: if (g_log_level_rec.statement_level) then