<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: GL Category and subledger entities -->
 <REPORTS_ROW>
  <GUID>823831F1A889305FE053B46B635899EE</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select
count(*) count,
je_source,
user_source,
je_category,
user_category,
event_type,
entity_code
from
(
select
--gl.name ledger,
gjh.je_source,
(select gjsv.user_je_source_name from gl_je_sources_vl gjsv where gjh.je_source=gjsv.je_source_name) user_source,
gjh.je_category,
(select gjcv.user_je_category_name from gl_je_categories_vl gjcv where gjh.je_category=gjcv.je_category_name) user_category,
gjl.je_header_id,
gjl.je_line_num,
(select xett.name from xla_event_types_tl xett where xte.application_id=xett.application_id and xte.entity_code=xett.entity_code and xe.event_type_code=xett.event_type_code and xett.language=userenv(&apos;lang&apos;)) event_type,
xte.entity_code,
xe.entity_id,
xe.application_id
from
gl_ledgers gl,
gl_periods gp,
gl_je_batches gjb,
gl_je_headers gjh,
gl_je_sources_vl gjsv,
gl_je_categories_vl gjcv,
gl_je_lines gjl,
gl_import_references gir,
xla_ae_lines xal,
xla_ae_headers xah,
xla.xla_events xe,
xla.xla_transaction_entities xte
where
--aia.vendor_id=:vendor_id and
--gjh.period_name=&apos;Apr-07&apos; and
--gp.start_date between :start_date and :end_date and
--gl.name=:ledger_name and
--gjh.je_source in (&apos;Payables&apos;,&apos;Receivables&apos;) and
--gjh.je_category=:je_category and
--gjh.je_source=&apos;Payables&apos; and
--gjl.je_header_id=77151 and
--gjl.je_line_num=1 and
1=1 and
--gjl.je_header_id=5908781 and
--gjl.je_line_num=1 and
gl.period_set_name=gp.period_set_name and
gp.adjustment_period_flag=&apos;N&apos; and
gp.period_name=gjh.period_name and
gl.ledger_id=gjh.ledger_id and
gjh.status=&apos;P&apos; and
gjh.actual_flag=&apos;A&apos; and
gjb.je_batch_id=gjh.je_batch_id and
gjh.je_source=gjsv.je_source_name(+) and
gjh.je_category=gjcv.je_category_name(+) and
gjh.je_header_id=gjl.je_header_id and
gjl.je_header_id=gir.je_header_id and
gjl.je_line_num=gir.je_line_num and
gir.gl_sl_link_id=xal.gl_sl_link_id and
gir.gl_sl_link_table=xal.gl_sl_link_table and
xal.ae_header_id=xah.ae_header_id and
xal.application_id=xah.application_id and
xah.gl_transfer_status_code=&apos;Y&apos; and
xah.accounting_entry_status_code=&apos;F&apos; and
xah.event_id=xe.event_id and
xah.application_id=xe.application_id and
xe.entity_id=xte.entity_id(+) and
xe.application_id=xte.application_id(+)
)
group by
je_source,
user_source,
je_category,
user_category,
event_type,
entity_code
order by count(*) desc</SQL_TEXT>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>GL Category and subledger entities</REPORT_NAME>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>1=1</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
  </PARAMETERS>
  <TEMPLATES>
  </TEMPLATES>
  <DEFAULT_TEMPLATES>
  </DEFAULT_TEMPLATES>
  <UPLOAD_COLUMNS>
  </UPLOAD_COLUMNS>
  <UPLOAD_PARAMETERS>
  </UPLOAD_PARAMETERS>
  <UPLOAD_SQLS>
  </UPLOAD_SQLS>
 </REPORTS_ROW>
</REPORTS>
</ROOT>
