DBA Data[Home] [Help]

APPS.FND_CURRENCY dependencies on FND_CURRENCIES

Line 108: from FND_CURRENCIES c

104: x_currency_code := currency_code;
105:
106: select PRECISION, EXTENDED_PRECISION, MINIMUM_ACCOUNTABLE_UNIT
107: into z_precision, z_ext_precision, min_acct_unit
108: from FND_CURRENCIES c
109: where x_currency_code = c.CURRENCY_CODE;
110:
111: /* Precision should never be NULL; this is just so it works w/ bad data */
112: if (z_precision is NULL) then /* Default precision to two if necessary. */