DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on FND_CURRENCIES

Line 765: from fnd_currencies f

761: is
762:
763: cursor c_currency is
764: select nvl(minimum_accountable_unit, power(10, -1 * precision))
765: from fnd_currencies f
766: where f.currency_code = p_agreement_currency;
767:
768: BEGIN
769: