DBA Data[Home] [Help]

APPS.FND_CLIENT_INFO SQL Statements

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

Line: 80

         select nvl(multi_org_flag, 'N'), nvl(multi_currency_flag, 'N')
         into   is_multi_org, is_multi_currency
         from fnd_product_groups;
Line: 98

               select  user_profile_option_name
               into   l_morg_profile_name
               from   fnd_profile_options_vl
               where  profile_option_name = 'ORG_ID';
Line: 466

   l_sql_stmt := 'select mo_global.org_security(:1, :2) from dual';