DBA Data[Home] [Help]

APPS.GL_RGXRSETS_XMLP_PKG SQL Statements

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

Line: 8

   select count(*) into print_flag
   from rg_report_parameters
   where parameter_set_id = pset_id
     and data_type = dtl_type;
Line: 18

      select count(*) into print_flag
      from rg_report_parameters
      where parameter_set_id = pset_id
        and data_type in ('B','E','C');
Line: 38

      SELECT chart_of_accounts_id INTO COA_ID
      FROM gl_access_sets WHERE access_set_id = P_ACCESS_SET_ID;