The following lines contain the word 'select', 'insert', 'update' or 'delete':
Line: 106
select PRECISION, EXTENDED_PRECISION, MINIMUM_ACCOUNTABLE_UNIT
into z_precision, z_ext_precision, min_acct_unit
from FND_CURRENCIES c
where x_currency_code = c.CURRENCY_CODE;