DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on FND_CURRENCIES

Line 750: from fnd_currencies f

746: is
747:
748: cursor c_currency is
749: select nvl(minimum_accountable_unit, power(10, -1 * precision))
750: from fnd_currencies f
751: where f.currency_code = p_agreement_currency;
752:
753: BEGIN
754: