<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: FND User Name -->
 <LOVS_ROW>
  <GUID>8E2FF36EDE8479D2E0530100007F1FF2</GUID>
  <LOV_NAME>FND User Name</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <FILTER_BEFORE_DISPLAY>Y</FILTER_BEFORE_DISPLAY>
  <LOV_QUERY>select
fu.user_name value,
trim(coalesce(
trim(papf.first_name||&apos; &apos;||papf.last_name),
fu.description,
fu.email_address,
papf.email_address
)||fu.inactive) description
from
(select case when sysdate between fu.start_date and nvl(fu.end_date,sysdate) then null else &apos; (inactive)&apos; end inactive, fu.* from fnd_user fu) fu,
(select papf.* from per_all_people_f papf where sysdate between papf.effective_start_date and papf.effective_end_date) papf,
(
select distinct
furg.user_id,
count(*) over (partition by furg.user_id) resp_count,
max(fr.responsibility_key) over (partition by furg.user_id) max_responsibility_key
from
fnd_responsibility fr,
fnd_user_resp_groups_direct furg
where
fr.responsibility_id=furg.responsibility_id and
fr.application_id=furg.responsibility_application_id
) furg
where
fu.employee_id=papf.person_id(+) and
fu.user_id=furg.user_id(+) and
not (furg.resp_count=1 and furg.max_responsibility_key=&apos;IRC_EXT_CANDIDATE&apos;)
order by
fu.inactive desc,
fu.user_name</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <DESCRIPTION>FND user names, excluding iRecruitment candidates.</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
</LOVS>
<REPORTS>
<!-- loader xml for Enginatics Blitz Report: XXAP Supplier Sites Audit -->
 <REPORTS_ROW>
  <GUID>0178BE43F499C912E06362FB09054E90</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select
&apos;Address1&apos; address1,
:audit_table audit_table,
xxen_util.client_time(aud_a.audit_timestamp) audit_timestamp,
xxen_util.meaning(aud_ac1.audit_transaction_type,&apos;FND_AUDIT_TRANS_TYPE&apos;,0)  audit_transaction_type,
xxen_util.user_name(aud_ac1.audit_user_name) audit_transaction_user,
xtab.segment1 &quot;AP_SUPPLIERS.SEGMENT1&quot;,
xtab.vendor_name &quot;AP_SUPPLIERS.VENDOR_NAME&quot;,
case when aud_a.accts_pay_code_combination_id is null and nvl(substr(aud_a.audit_true_nulls,2,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.accts_pay_code_combination_id end old_accts_pay_code_combination,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.accts_pay_code_combination_id else case when aud_a.accts_pay_code_combination_id is null and nvl(substr(aud_a.audit_true_nulls,2,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.accts_pay_code_combination_id end end new_accts_pay_code_combination,
case when aud_a.allow_awt_flag is null and nvl(substr(aud_a.audit_true_nulls,3,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.allow_awt_flag end old_allow_awt_flag,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.allow_awt_flag else case when aud_a.allow_awt_flag is null and nvl(substr(aud_a.audit_true_nulls,3,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.allow_awt_flag end end new_allow_awt_flag,
case when aud_a.always_take_disc_flag is null and nvl(substr(aud_a.audit_true_nulls,4,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.always_take_disc_flag end old_always_take_disc_flag,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.always_take_disc_flag else case when aud_a.always_take_disc_flag is null and nvl(substr(aud_a.audit_true_nulls,4,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.always_take_disc_flag end end new_always_take_disc_flag,
case when aud_a.awt_group_id is null and nvl(substr(aud_a.audit_true_nulls,5,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.awt_group_id end old_awt_group_id,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.awt_group_id else case when aud_a.awt_group_id is null and nvl(substr(aud_a.audit_true_nulls,5,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.awt_group_id end end new_awt_group_id,
case when aud_a.bank_charge_bearer is null and nvl(substr(aud_a.audit_true_nulls,6,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.bank_charge_bearer end old_bank_charge_bearer,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.bank_charge_bearer else case when aud_a.bank_charge_bearer is null and nvl(substr(aud_a.audit_true_nulls,6,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.bank_charge_bearer end end new_bank_charge_bearer,
case when aud_a.bill_to_location_id is null and nvl(substr(aud_a.audit_true_nulls,7,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.bill_to_location_id end old_bill_to_location_id,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.bill_to_location_id else case when aud_a.bill_to_location_id is null and nvl(substr(aud_a.audit_true_nulls,7,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.bill_to_location_id end end new_bill_to_location_id,
case when aud_a.fob_lookup_code is null and nvl(substr(aud_a.audit_true_nulls,8,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.fob_lookup_code end old_fob_lookup_code,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.fob_lookup_code else case when aud_a.fob_lookup_code is null and nvl(substr(aud_a.audit_true_nulls,8,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.fob_lookup_code end end new_fob_lookup_code,
case when aud_a.freight_terms_lookup_code is null and nvl(substr(aud_a.audit_true_nulls,9,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.freight_terms_lookup_code end old_freight_terms_lookup_code,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.freight_terms_lookup_code else case when aud_a.freight_terms_lookup_code is null and nvl(substr(aud_a.audit_true_nulls,9,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.freight_terms_lookup_code end end new_freight_terms_lookup_code,
case when aud_a.future_dated_payment_ccid is null and nvl(substr(aud_a.audit_true_nulls,10,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.future_dated_payment_ccid end old_future_dated_payment_ccid,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.future_dated_payment_ccid else case when aud_a.future_dated_payment_ccid is null and nvl(substr(aud_a.audit_true_nulls,10,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.future_dated_payment_ccid end end new_future_dated_payment_ccid,
case when aud_a.hold_unmatched_invoices_flag is null and nvl(substr(aud_a.audit_true_nulls,11,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.hold_unmatched_invoices_flag end old_hold_unmatched_invoices_fl,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.hold_unmatched_invoices_flag else case when aud_a.hold_unmatched_invoices_flag is null and nvl(substr(aud_a.audit_true_nulls,11,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.hold_unmatched_invoices_flag end end new_hold_unmatched_invoices_fl,
case when aud_a.invoice_currency_code is null and nvl(substr(aud_a.audit_true_nulls,12,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.invoice_currency_code end old_invoice_currency_code,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.invoice_currency_code else case when aud_a.invoice_currency_code is null and nvl(substr(aud_a.audit_true_nulls,12,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.invoice_currency_code end end new_invoice_currency_code,
case when aud_a.match_option is null and nvl(substr(aud_a.audit_true_nulls,13,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.match_option end old_match_option,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.match_option else case when aud_a.match_option is null and nvl(substr(aud_a.audit_true_nulls,13,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.match_option end end new_match_option,
case when aud_a.payment_currency_code is null and nvl(substr(aud_a.audit_true_nulls,14,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.payment_currency_code end old_payment_currency_code,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.payment_currency_code else case when aud_a.payment_currency_code is null and nvl(substr(aud_a.audit_true_nulls,14,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.payment_currency_code end end new_payment_currency_code,
case when aud_a.payment_method_lookup_code is null and nvl(substr(aud_a.audit_true_nulls,15,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.payment_method_lookup_code end old_payment_method_lookup_code,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.payment_method_lookup_code else case when aud_a.payment_method_lookup_code is null and nvl(substr(aud_a.audit_true_nulls,15,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.payment_method_lookup_code end end new_payment_method_lookup_code,
case when aud_a.pay_date_basis_lookup_code is null and nvl(substr(aud_a.audit_true_nulls,16,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.pay_date_basis_lookup_code end old_pay_date_basis_lookup_code,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.pay_date_basis_lookup_code else case when aud_a.pay_date_basis_lookup_code is null and nvl(substr(aud_a.audit_true_nulls,16,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.pay_date_basis_lookup_code end end new_pay_date_basis_lookup_code,
case when aud_a.prepay_code_combination_id is null and nvl(substr(aud_a.audit_true_nulls,17,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.prepay_code_combination_id end old_prepay_code_combination_id,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.prepay_code_combination_id else case when aud_a.prepay_code_combination_id is null and nvl(substr(aud_a.audit_true_nulls,17,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.prepay_code_combination_id end end new_prepay_code_combination_id,
case when aud_a.ship_to_location_id is null and nvl(substr(aud_a.audit_true_nulls,18,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.ship_to_location_id end old_ship_to_location_id,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.ship_to_location_id else case when aud_a.ship_to_location_id is null and nvl(substr(aud_a.audit_true_nulls,18,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.ship_to_location_id end end new_ship_to_location_id,
case when aud_a.ship_via_lookup_code is null and nvl(substr(aud_a.audit_true_nulls,19,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.ship_via_lookup_code end old_ship_via_lookup_code,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.ship_via_lookup_code else case when aud_a.ship_via_lookup_code is null and nvl(substr(aud_a.audit_true_nulls,19,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.ship_via_lookup_code end end new_ship_via_lookup_code,
case when aud_a.terms_date_basis is null and nvl(substr(aud_a.audit_true_nulls,20,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.terms_date_basis end old_terms_date_basis,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.terms_date_basis else case when aud_a.terms_date_basis is null and nvl(substr(aud_a.audit_true_nulls,20,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.terms_date_basis end end new_terms_date_basis,
case when aud_a.terms_id is null and nvl(substr(aud_a.audit_true_nulls,21,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.terms_id end old_terms_id,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.terms_id else case when aud_a.terms_id is null and nvl(substr(aud_a.audit_true_nulls,21,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.terms_id end end new_terms_id,
case when aud_a.validation_number is null and nvl(substr(aud_a.audit_true_nulls,22,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.validation_number end old_validation_number,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.validation_number else case when aud_a.validation_number is null and nvl(substr(aud_a.audit_true_nulls,22,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.validation_number end end new_validation_number,
case when aud_a.vendor_id is null and nvl(substr(aud_a.audit_true_nulls,23,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.vendor_id end old_vendor_id,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.vendor_id else case when aud_a.vendor_id is null and nvl(substr(aud_a.audit_true_nulls,23,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.vendor_id end end new_vendor_id,
case when aud_a.vendor_site_code is null and nvl(substr(aud_a.audit_true_nulls,24,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.vendor_site_code end old_vendor_site_code,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.vendor_site_code else case when aud_a.vendor_site_code is null and nvl(substr(aud_a.audit_true_nulls,24,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.vendor_site_code end end new_vendor_site_code,
case when aud_a.bank_account_name is null and nvl(substr(aud_a.audit_true_nulls,25,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.bank_account_name end old_bank_account_name,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.bank_account_name else case when aud_a.bank_account_name is null and nvl(substr(aud_a.audit_true_nulls,25,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.bank_account_name end end new_bank_account_name,
case when aud_a.bank_account_num is null and nvl(substr(aud_a.audit_true_nulls,26,1),&apos;N&apos;)=&apos;N&apos; then null else aud_a.bank_account_num end old_bank_account_num,
case aud_a.audit_transaction_type when &apos;D&apos; then null when &apos;I&apos; then aud_ac1.bank_account_num else case when aud_a.bank_account_num is null and nvl(substr(aud_a.audit_true_nulls,26,1),&apos;N&apos;)=&apos;N&apos; then null else aud_ac1.bank_account_num end end new_bank_account_num,
to_char(aud_a.row_key) audit_row_key,
aud_a.audit_session_id,
aud_a.audit_sequence_id,
aud_a.audit_commit_id
from
ap_supplier_sites_all_a aud_a,
ap_supplier_sites_all_ac1 aud_ac1,
ap_supplier_sites_all tab,
ap_suppliers xtab
where
aud_a.row_key=aud_ac1.row_key and
aud_a.vendor_site_id=aud_ac1.vendor_site_id and
aud_a.vendor_site_id=tab.vendor_site_id(+) and
aud_a.vendor_id=xtab.vendor_id(+) and
1=1
order by
aud_a.row_key desc
/*x in (select dbms_lob.substr(xrrpv.value) from xxen_report_run_param_values xrrpv where xrrpv.parameter_id=386398 and xrrpv.run_id=:run_id)*/</SQL_TEXT>
  <COPIED_FROM_GUID>A790D194F1302B5BE0530100007F1E26</COPIED_FROM_GUID>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>XXAP Supplier Sites Audit</REPORT_NAME>
    <DESCRIPTION>Reports all changes to an audited application table.

The report has one row per audit transaction showing the old and new values for all audited columns in a single row.</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>1=1</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:audit_table</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
   <PARAMETERS_ROW>
    <SORT_ORDER>1</SORT_ORDER>
    <DISPLAY_SEQUENCE>20</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>aud_a.audit_timestamp&gt;=:date_from</SQL_TEXT>
    <PARAMETER_TYPE_DSP>DateTime</PARAMETER_TYPE_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Date de l&apos;audit Du</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Audit Date From</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>2</SORT_ORDER>
    <DISPLAY_SEQUENCE>30</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>aud_a.audit_timestamp&lt;=:date_to</SQL_TEXT>
    <PARAMETER_TYPE_DSP>DateTime</PARAMETER_TYPE_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Date de l&apos;audit au</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Audit Date To</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>3</SORT_ORDER>
    <DISPLAY_SEQUENCE>40</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>aud_a.audit_user_name=:audited_user</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>FND User Name</LOV_NAME>
    <LOV_GUID>8E2FF36EDE8479D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <FILTER_BEFORE_DISPLAY_DSP>Y</FILTER_BEFORE_DISPLAY_DSP>
    <LOV_QUERY_DSP>select
fu.user_name value,
trim(coalesce(
trim(papf.first_name||&apos; &apos;||papf.last_name),
fu.description,
fu.email_address,
papf.email_address
)||fu.inactive) description
from
(select case when sysdate between fu.start_date and nvl(fu.end_date,sysdate) then null else &apos; (inactive)&apos; end inactive, fu.* from fnd_user fu) fu,
(select papf.* from per_all_people_f papf where sysdate between papf.effective_start_date and papf.effective_end_date) papf,
(
select distinct
furg.user_id,
count(*) over (partition by furg.user_id) resp_count,
max(fr.responsibility_key) over (partition by furg.user_id) max_responsibility_key
from
fnd_responsibility fr,
fnd_user_resp_groups_direct furg
where
fr.responsibility_id=furg.responsibility_id and
fr.application_id=furg.responsibility_application_id
) furg
where
fu.employee_id=papf.person_id(+) and
fu.user_id=furg.user_id(+) and
not (furg.resp_count=1 and furg.max_responsibility_key=&apos;IRC_EXT_CANDIDATE&apos;)
order by
fu.inactive desc,
fu.user_name</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Utilisateur vérifié</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Audited User</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>
