<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: orgs -->
 <REPORTS_ROW>
  <GUID>F4A3B649D30D0FF7E05362FB0905280A</GUID>
  <SQL_TEXT>select 
org.organization_id
,mp.organization_code
,org.name
,mp.CALENDAR_CODE
,mp.ATTRIBUTE6
--,mp.LPN_PREFIX
,org.creation_date
,org.DATE_FROM
,org.DATE_TO
,gl.currency_code
,org_def.operating_unit operating_unit_id
,org_def_ou.name operating_unit
,org_def.legal_entity legal_entity_ID,
xep.name                   &quot;Legal Entity&quot;
from apps.HR_ORGANIZATION_UNITS_V  org
,apps.MTL_PARAMETERS MP
,apps.org_organization_definitions org_def
,apps.HR_ORGANIZATION_UNITS_V org_def_ou
,apps.xle_entity_profiles xep
, apps.gl_ledgers gl
, apps.HR_ORGANIZATION_INFORMATION_V hoi
where  1=1
and org_def.ORGANIZATION_ID = hoi.ORGANIZATION_ID
and hoi.ORG_INFORMATION_CONTEXT = &apos;Accounting Information&apos;
and hoi.ORG_INFORMATION1 = gl.LEDGER_ID
and xep.legal_entity_id = org_def.legal_entity
and org.organization_id = mp.organization_id(+)
and org_def.organization_id = mp.organization_id
and org_def_ou.organization_id(+) = org_def.operating_unit
--and org.DATE_TO is null
--and mp.organization_code in(&apos;W11&apos;,&apos;W12&apos;,&apos;W41&apos;,&apos;M01&apos;,&apos;M02&apos;,&apos;M03&apos;)
order by 1 asc</SQL_TEXT>
  <ENABLED>Y</ENABLED>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>orgs</REPORT_NAME>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>1=1</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
  </PARAMETERS>
  <PARAMETER_DEPENDENCIES>
  </PARAMETER_DEPENDENCIES>
  <TEMPLATES>
  </TEMPLATES>
  <DEFAULT_TEMPLATES>
  </DEFAULT_TEMPLATES>
  <UPLOAD_COLUMNS>
  </UPLOAD_COLUMNS>
  <UPLOAD_PARAMETERS>
  </UPLOAD_PARAMETERS>
  <UPLOAD_SQLS>
  </UPLOAD_SQLS>
  <UPLOAD_DEPENDENCIES>
  </UPLOAD_DEPENDENCIES>
 </REPORTS_ROW>
</REPORTS>
</ROOT>
