DBA Data[Home] [Help]

APPS.FND_CURRENCY_CACHE SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 100

     select PRECISION, EXTENDED_PRECISION, MINIMUM_ACCOUNTABLE_UNIT
     into gi_old_precision, gi_old_ext_precision, gi_old_min_acct_unit
     from FND_CURRENCIES c
     where gi_old_currency_code = c.CURRENCY_CODE;