DBA Data[Home] [Help]

APPS.ICX_CAT_UTIL_PKG SQL Statements

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

Line: 18

     SELECT  nvl( minimum_accountable_unit, power( 10, (-1 * extended_precision)))
     INTO    x_mau
     FROM    FND_CURRENCIES
     WHERE   currency_code = x_currency;
Line: 51

       SELECT default_rate_type into default_conversion_type FROM po_system_parameters;
Line: 130

        SELECT default_rate_type into default_conversion_type FROM po_system_parameters;