<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>
<LOVS>
<!-- loader xml for Enginatics Blitz Report lov: ORB Domain Name -->
 <LOVS_ROW>
  <GUID>1F0480A8258A6E8BE0636ADA860A3BB8</GUID>
  <LOV_NAME>ORB Domain Name</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select
olf_name.property_value value,
olf_desc.property_value description
from
xxorb.orb_meta_object omo,
xxorb.orb_localizedstring_flat olf_name,
xxorb.orb_localizedstring_flat olf_desc
where
olf_name.meta_object_id = omo.id and
olf_name.property_key = &apos;name&apos; and
olf_desc.meta_object_id(+) = omo.id and
olf_desc.property_key(+) = &apos;description&apos; and
omo.obj_type=1</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
<!-- loader xml for Enginatics Blitz Report lov: ORB Report Folder Name -->
 <LOVS_ROW>
  <GUID>1F77CC607BF4DF42E0636ADA860AA93F</GUID>
  <LOV_NAME>ORB Report Folder Name</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select 
olf.property_value value,
olf_desc.property_value description
from 
xxorb.orb_meta_object omo,
xxorb.orb_localizedstring_flat olf,
xxorb.orb_localizedstring_flat olf_desc
where 
omo.id=olf.meta_object_id and
olf.property_key = &apos;name&apos; and
omo.obj_type=12 and
omo.id=olf_desc.meta_object_id(+) and
olf_desc.property_key(+) = &apos;description&apos;</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
<!-- loader xml for Enginatics Blitz Report lov: ORB Report Name -->
 <LOVS_ROW>
  <GUID>1F0480A825896E8BE0636ADA860A3BB8</GUID>
  <LOV_NAME>ORB Report Name</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select
olf_name.property_value value,
olf_desc.property_value description
from
xxorb.orb_report orr,
xxorb.orb_meta_object omo,
xxorb.orb_localizedstring_flat olf_name,
xxorb.orb_localizedstring_flat olf_desc
where
olf_name.meta_object_id = orr.id and
olf_name.property_key = &apos;name&apos; and
olf_desc.meta_object_id(+) = orr.id and
omo.id=orr.id and
olf_desc.property_key(+) = &apos;description&apos; and 
(:$flex$.report_folder_name is null or
omo.parent_id=(
select 
omo.id
from 
xxorb.orb_meta_object omo,
xxorb.orb_localizedstring_flat olf
where 
omo.id=olf.meta_object_id and
olf.property_key = &apos;name&apos; and
omo.obj_type=12 and
olf.property_value=:$flex$.report_folder_name
)
)</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
<!-- loader xml for Enginatics Blitz Report lov: ORB Report Type -->
 <LOVS_ROW>
  <GUID>1F0480A8258B6E8BE0636ADA860A3BB8</GUID>
  <LOV_NAME>ORB Report Type</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select  &apos;Data Report&apos; value , null description from dual union
select  &apos;Pivot Report&apos; value , null description from dual union
select  &apos;Custom Report&apos; value , null description from dual union
select  &apos;Dashboard Report&apos; value , null description from dual union
select  &apos;Script Report&apos; value , null description from dual union
select  &apos;Publisher Report&apos; value , null description from dual union
select  &apos;Analysis Report&apos; value , null description from dual</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
<!-- loader xml for Enginatics Blitz Report lov: Yes -->
 <LOVS_ROW>
  <GUID>8E2FF36EDEA679D2E0530100007F1FF2</GUID>
  <LOV_NAME>Yes</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
</LOVS>
<REPORTS>
<!-- loader xml for Enginatics Blitz Report: ORB Report and Details -->
 <REPORTS_ROW>
  <GUID>1F0480A825886E8BE0636ADA860A3BB8</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select 
orr.report_id,
orr.report_name,
orr.report_description,
orr.report_folder_name,
orr.domain_name,
orr.report_type,
orr.widget_type,
orr.inherited_object_key business_object_key,
ordv.category_name,
ordv.logical_model_name,
ordv.physical_model_name,
ordv.datasource_name,
orr.report_language,
orr.created_by,
orr.created_date,
orr.last_modified_by,
orr.last_modified_date
from (
select 
orr.id report_id,
olf_repname.property_value report_name,
olf_repdesc.property_value report_description,
olf_repfolname.property_value report_folder_name,
olf_domain.property_value domain_name,
case
when orr.widget_type = &apos;oper&apos;  then  &apos;Data Report&apos;
when orr.widget_type in (&apos;Pivot-grid&apos;, &apos;pivot-grid&apos;) then  &apos;Pivot Report&apos;
when orr.widget_type = &apos;custom&apos; then  &apos;Custom Report&apos;
when orr.widget_type = &apos;dashboard&apos; then  &apos;Dashboard Report&apos;
when orr.widget_type = &apos;script&apos; then  &apos;Script Report&apos;
when orr.widget_type = &apos;pub&apos; then  &apos;Publisher Report&apos;
else &apos;Analysis Report&apos;
end report_type,
orr.widget_type,
omo_inh_obj.obj_key inherited_object_key,
olf_repname.locale report_language,
xxen_orb_util.orb_user(omo_rep.created_by) created_by,
xxen_util.client_time(omo_rep.created_date) created_date,
xxen_orb_util.orb_user(omo_rep.last_modified_by) last_modified_by,
xxen_util.client_time(omo_rep.last_modified_date) last_modified_date
from 
xxorb.orb_report orr,
xxorb.orb_meta_object omo_rep,
xxorb.orb_meta_object omo_inh_obj,
xxorb.orb_meta_object omo_lm,
xxorb.orb_meta_object omo_domain,
xxorb.orb_localizedstring_flat olf_repname,
xxorb.orb_meta_object omo_rep_folder,
xxorb.orb_localizedstring_flat olf_repdesc,
xxorb.orb_localizedstring_flat olf_repfolname,
xxorb.orb_localizedstring_flat olf_domain
where 
omo_rep.id = orr.id and
omo_rep.parent_id =   omo_rep_folder.id(+) and
olf_repname.meta_object_id = omo_rep.id and
omo_rep.inherited_meta_obj_id = omo_inh_obj.id and
omo_inh_obj.parent_id = omo_lm.id and
omo_lm.parent_id = omo_domain.id and
olf_domain.meta_object_id = omo_domain.id and
olf_domain.property_key = &apos;name&apos; and
olf_repname.property_key = &apos;name&apos; and
omo_rep.id = olf_repdesc.meta_object_id(+) and
olf_repdesc.property_key(+)  = &apos;description&apos; and
omo_rep_folder.id =  olf_repfolname.meta_object_id(+) and
olf_repfolname.property_key(+)  = &apos;name&apos; and
omo_rep.obj_type = 13 and 
omo_rep_folder.obj_type(+) = 12 and
omo_inh_obj.obj_type = 10 and
omo_lm.obj_type = 6 and
omo_domain.obj_type = 1 
union all
select 
orr.id report_id,
olf_repname.property_value report_name,
olf_repdesc.property_value report_description,
olf_repfolname.property_value report_folder_name,
null domain_name,
case
when orr.widget_type = &apos;oper&apos;  then  &apos;Data Report&apos;
when orr.widget_type in (&apos;Pivot-grid&apos;, &apos;pivot-grid&apos;) then  &apos;Pivot Report&apos;
when orr.widget_type = &apos;custom&apos; then  &apos;Custom Report&apos;
when orr.widget_type = &apos;dashboard&apos; then  &apos;Dashboard Report&apos;
when orr.widget_type = &apos;script&apos; then  &apos;Script Report&apos;
when orr.widget_type = &apos;pub&apos; then  &apos;Publisher Report&apos;
else &apos;Analysis Report&apos;
end report_type,
orr.widget_type,
null inherited_object_key,
olf_repname.locale report_language,
xxen_orb_util.orb_user(omo_rep.created_by) created_by,
xxen_util.client_time(omo_rep.created_date) created_date,
xxen_orb_util.orb_user(omo_rep.last_modified_by) last_modified_by,
xxen_util.client_time(omo_rep.last_modified_date) last_modified_date
from 
xxorb.orb_report orr,
xxorb.orb_meta_object omo_rep,
xxorb.orb_localizedstring_flat olf_repname,
xxorb.orb_meta_object omo_rep_folder,
xxorb.orb_localizedstring_flat olf_repdesc,
xxorb.orb_localizedstring_flat olf_repfolname
where 
omo_rep.id = orr.id and
omo_rep.parent_id =   omo_rep_folder.id(+) and
olf_repname.meta_object_id(+) = omo_rep.id and
omo_rep.inherited_meta_obj_id is null and
olf_repname.property_key(+) = &apos;name&apos; and
omo_rep.id = olf_repdesc.meta_object_id(+) and
olf_repdesc.property_key(+)  = &apos;description&apos; and
omo_rep_folder.id =  olf_repfolname.meta_object_id(+) and
olf_repfolname.property_key(+)  = &apos;name&apos; and
omo_rep.obj_type = 13 and 
orr.widget_type&lt;&gt;&apos;oper&apos; and
omo_rep_folder.obj_type(+) = 12
) orr,
xxorb.orb_report_domain_v ordv
where 1=1 and
orr.report_id=ordv.report_id(+)</SQL_TEXT>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>ORB Report and Details</REPORT_NAME>
    <DESCRIPTION>Orbit Reporting reports, folders ,business object ,logical model ,physical model and domain these reports resides in.</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>ORBIT</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>1=1</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
   <PARAMETERS_ROW>
    <SORT_ORDER>1</SORT_ORDER>
    <DISPLAY_SEQUENCE>10</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>orr.report_folder_name=:report_folder_name</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>ORB Report Folder Name</LOV_NAME>
    <LOV_GUID>1F77CC607BF4DF42E0636ADA860AA93F</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select 
olf.property_value value,
olf_desc.property_value description
from 
xxorb.orb_meta_object omo,
xxorb.orb_localizedstring_flat olf,
xxorb.orb_localizedstring_flat olf_desc
where 
omo.id=olf.meta_object_id and
olf.property_key = &apos;name&apos; and
omo.obj_type=12 and
omo.id=olf_desc.meta_object_id(+) and
olf_desc.property_key(+) = &apos;description&apos;</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Report Folder Name</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>2</SORT_ORDER>
    <DISPLAY_SEQUENCE>20</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>orr.report_name=:report_name</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>ORB Report Name</LOV_NAME>
    <LOV_GUID>1F0480A825896E8BE0636ADA860A3BB8</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
olf_name.property_value value,
olf_desc.property_value description
from
xxorb.orb_report orr,
xxorb.orb_meta_object omo,
xxorb.orb_localizedstring_flat olf_name,
xxorb.orb_localizedstring_flat olf_desc
where
olf_name.meta_object_id = orr.id and
olf_name.property_key = &apos;name&apos; and
olf_desc.meta_object_id(+) = orr.id and
omo.id=orr.id and
olf_desc.property_key(+) = &apos;description&apos; and 
(:$flex$.report_folder_name is null or
omo.parent_id=(
select 
omo.id
from 
xxorb.orb_meta_object omo,
xxorb.orb_localizedstring_flat olf
where 
omo.id=olf.meta_object_id and
olf.property_key = &apos;name&apos; and
omo.obj_type=12 and
olf.property_value=:$flex$.report_folder_name
)
)</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Report Name</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>3</SORT_ORDER>
    <DISPLAY_SEQUENCE>30</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>orr.domain_name=:domain_name</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>ORB Domain Name</LOV_NAME>
    <LOV_GUID>1F0480A8258A6E8BE0636ADA860A3BB8</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
olf_name.property_value value,
olf_desc.property_value description
from
xxorb.orb_meta_object omo,
xxorb.orb_localizedstring_flat olf_name,
xxorb.orb_localizedstring_flat olf_desc
where
olf_name.meta_object_id = omo.id and
olf_name.property_key = &apos;name&apos; and
olf_desc.meta_object_id(+) = omo.id and
olf_desc.property_key(+) = &apos;description&apos; and
omo.obj_type=1</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Domain Name</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>4</SORT_ORDER>
    <DISPLAY_SEQUENCE>40</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>orr.report_type=:report_type</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>ORB Report Type</LOV_NAME>
    <LOV_GUID>1F0480A8258B6E8BE0636ADA860A3BB8</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select  &apos;Data Report&apos; value , null description from dual union
select  &apos;Pivot Report&apos; value , null description from dual union
select  &apos;Custom Report&apos; value , null description from dual union
select  &apos;Dashboard Report&apos; value , null description from dual union
select  &apos;Script Report&apos; value , null description from dual union
select  &apos;Publisher Report&apos; value , null description from dual union
select  &apos;Analysis Report&apos; value , null description from dual</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Report Type</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>5</SORT_ORDER>
    <DISPLAY_SEQUENCE>50</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>orr.report_folder_name is not null</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
    <DEFAULT_VALUE>Y</DEFAULT_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Active</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>
