DBA Data[Home] [Help]

APPS.FII_CURRENCY SQL Statements

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

Line: 421

  	select nvl( curr.minimum_accountable_unit, power( 10, (-1 * curr.precision)))
  	into   l_mau
  	from   gl_currencies                  curr
  	where  curr.currency_code = l_warehouse_currency_code;
Line: 448

   select nvl( curr.minimum_accountable_unit, power( 10, (-1 * curr.precision)))
   into   l_mau
   from   gl_currencies                  curr
   where  curr.currency_code = l_warehouse_currency_code;