<ROOT>
 <APPS_INITIALIZE_DATA>
  <USER_NAME>ENGINATICS</USER_NAME>
  <RESPONSIBILITY_KEY>SYSTEM_ADMINISTRATOR</RESPONSIBILITY_KEY>
  <APPLICATION_SHORT_NAME>SYSADMIN</APPLICATION_SHORT_NAME>
 </APPS_INITIALIZE_DATA>
<REPORTS>
<!-- loader xml for Enginatics Blitz Report: RWB Database Objects used by Report Views -->
 <REPORTS_ROW>
  <GUID>BCF7A14CBF0F5BE2E053547493816C4D</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select
lpad(&apos; &apos;,2*(level))||level level_,
lower(lpad(&apos; &apos;,2*(level))||dd.referenced_owner||&apos;.&apos;||dd.referenced_name) object,
dd.referenced_owner owner,
dd.referenced_name object_name,
dd.referenced_type object_type,
lower(decode(level,1,dd.owner||&apos;.&apos;||dd.name)||sys_connect_by_path(dd.referenced_owner||&apos;.&apos;||dd.referenced_name,&apos; &gt; &apos;)) path
from
dba_dependencies dd
where
dd.owner not in (&apos;SYS&apos;,&apos;SYSTEM&apos;,&apos;PUBLIC&apos;) and
dd.referenced_owner not in (&apos;SYS&apos;,&apos;SYSTEM&apos;,&apos;PUBLIC&apos;) and
dd.referenced_type&lt;&gt;&apos;NON-EXISTENT&apos;
connect by nocycle
prior dd.referenced_owner=dd.owner and
prior dd.referenced_name=dd.name and
prior dd.referenced_type=dd.type
start with
(dd.owner,dd.name,dd.type) in (
select
rv.schema_name,
rv.db_view_name,
(select do.object_type from dba_objects do where rv.view_name=do.object_name and rv.schema_name=do.owner and do.object_type in (&apos;VIEW&apos;,&apos;TABLE&apos;)) object_type
from
(
with x as (select distinct rrs.report_id from rx_report_stats rrs where rrs.start_time&gt;sysdate-:history_days)
select
rvc.view_id
from
rx_report_columns rrc,
rx_view_columns rvc
where
rrc.report_id in (select x.report_id from x) and
rrc.view_column_id=rvc.view_column_id and
rrc.enabled_flag=&apos;Y&apos; union
select rvj.source_view_id view_id from rx_view_joins rvj where rvj.join_id in (select rrj.join_id from rx_report_joins rrj where rrj.report_id in (select x.report_id from x) and rrj.enabled_flag=&apos;Y&apos;) union
select rvj.dest_view_id view_id from rx_view_joins rvj where rvj.join_id in (select rrj.join_id from rx_report_joins rrj where rrj.report_id in (select x.report_id from x) and rrj.enabled_flag=&apos;Y&apos;)
) y,
rx_views rv
where
y.view_id=rv.view_id
)</SQL_TEXT>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>RWB Database Objects used by Report Views</REPORT_NAME>
    <DESCRIPTION>Lists of all database objects referenced by views of Polaris Reporting Workbench reports, which were executed within the past x history day, to analyze during migration to Blitz Report</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>RWB</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>:history_days</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
   <PARAMETERS_ROW>
    <SORT_ORDER>1</SORT_ORDER>
    <DISPLAY_SEQUENCE>10</DISPLAY_SEQUENCE>
    <ANCHOR>:history_days</ANCHOR>
    <PARAMETER_TYPE_DSP>Number</PARAMETER_TYPE_DSP>
    <DEFAULT_VALUE>365</DEFAULT_VALUE>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Journées de l&apos;histoire</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>History Days</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
  </PARAMETERS>
  <TEMPLATES>
  </TEMPLATES>
  <DEFAULT_TEMPLATES>
  </DEFAULT_TEMPLATES>
  <UPLOAD_COLUMNS>
  </UPLOAD_COLUMNS>
  <UPLOAD_PARAMETERS>
  </UPLOAD_PARAMETERS>
  <UPLOAD_SQLS>
  </UPLOAD_SQLS>
 </REPORTS_ROW>
</REPORTS>
</ROOT>
