DBA Data[Home] [Help]

APPS.FND_CURRENCY_CACHE dependencies on FND_CURRENCIES

Line 102: from FND_CURRENCIES c

98: gi_old_currency_code := currency_code;
99:
100: select PRECISION, EXTENDED_PRECISION, MINIMUM_ACCOUNTABLE_UNIT
101: into gi_old_precision, gi_old_ext_precision, gi_old_min_acct_unit
102: from FND_CURRENCIES c
103: where gi_old_currency_code = c.CURRENCY_CODE;
104:
105: /* Precision should never be NULL; this is just so it works w/ bad data*/
106: if (gi_old_precision is NULL) then /* Default precision to 2 if nec. */