DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on FND_CURRENCIES

Line 134: from fnd_currencies

130: l_min_unit NUMBER;
131:
132: cursor c_currency is
133: select nvl(minimum_accountable_unit, power(10, -1 * precision))
134: from fnd_currencies
135: where currency_code = p_currency;
136:
137: BEGIN
138:

Line 688: from fnd_currencies

684: ) is
685:
686: cursor c_currency_code is
687: select 'x'
688: from fnd_currencies
689: where currency_code = upper(p_currency_code);
690:
691: l_dummy_value VARCHAR2(1) := '?';
692: