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 702: from fnd_currencies

698: ) is
699:
700: cursor c_currency_code is
701: select 'x'
702: from fnd_currencies
703: where currency_code = upper(p_currency_code);
704:
705: l_dummy_value VARCHAR2(1) := '?';
706: