<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: XXEOS ZM-Bericht AR (1) -->
 <REPORTS_ROW>
  <GUID>103C731B0912442AE0633CC4730A52ED</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select
		ft.territory_short_name cty_name,
		ft.territory_code country_code,
		nvl (ptp1.rep_registration_number, tax_reg.registration_number ) vat_no,
		ract.invoice_currency_code currency_code,
		sum (nvl (racg.amount, 0)) line_tot,
		sum (nvl (racg.acctd_amount, 0)) line_acctd_tot,
		:p_reptype p_reptype,
	XXEOSARYVTSLD.C_LINE_NO_p C_LINE_NO
from
		hz_cust_acct_sites ra,
		hz_party_sites party_site,
		hz_locations loc,
		fnd_territories_vl ft,
		hz_cust_accounts racu,
		ra_customer_trx ract,
		ra_cust_trx_types ractt,
		ra_customer_trx_lines racl,
		ra_cust_trx_line_gl_dist racg,
		hz_cust_site_uses rasu,
		zx_party_tax_profile ptp1,
		gl_code_combinations gcc,
		(
			select
					*
				from
					(
						select
								party_tax_profile_id,
								registration_number,
								count (registration_number) over (partition by party_tax_profile_id) reg_count
							from
								zx_registrations
							where
								sysdate between effective_from and nvl (effective_to, sysdate + 1)
					)
					reg
				where
					reg.reg_count = 1
		)
		tax_reg
	where
		rasu.cust_acct_site_id = ra.cust_acct_site_id
	and ra.party_site_id    = party_site.party_site_id
	and loc.location_id     = party_site.location_id
					and loc.country                                                               = ft.territory_code
	and ft.alternate_territory_code                                              is not null
	and loc.country                                                              != :c_country
	and ractt.cust_trx_type_id                                                    = ract.cust_trx_type_id
	and decode (ractt.type, &apos;CM&apos;, :p_remit_to_address, &apos;INV&apos;, :p_remit_to_address, ract.remit_to_address_id ) =
		:p_remit_to_address
	and racl.customer_trx_id      = ract.customer_trx_id
	and racl.customer_trx_line_id = racg.customer_trx_line_id
	and racg.gl_date between :p_startdate and :p_enddate
	and ract.set_of_books_id      = :p_set_of_books_id
	and racl.line_type           != &apos;TAX&apos;
	and ract.complete_flag        = &apos;Y&apos;
	and ptp1.party_id             = party_site.party_site_id
	and ptp1.party_type_code      = &apos;THIRD_PARTY_SITE&apos;
	and ptp1.party_tax_profile_id = tax_reg.party_tax_profile_id(+)
	and racg.code_combination_id  = gcc.code_combination_id
	and exists
		(
			select
					&apos;X&apos;
				from
					zx_lines_v
				where
					trx_id = ract.customer_trx_id
				and upper(tax_rate_code) = upper(:p_tax_rate_code)
		)
	and not exists
		(
			select
					&apos;X&apos;
				from
					fnd_lookup_values_vl flv
				where
					lookup_type                = &apos;XXEOS_ACCOUNT_EXCLUSION&apos;
				and nvl (enabled_flag, &apos;Y&apos;) = &apos;Y&apos;
				and flv.meaning             = gcc.segment2
		)
		&amp;lp_where
	group by
		ft.territory_code,
		ft.territory_short_name,
		nvl (ptp1.rep_registration_number, tax_reg.registration_number),
		ract.invoice_currency_code
		&amp;c_group_by
union
select
		ft.territory_short_name cty_name,
		ft.territory_code country_code,
		nvl (ptp1.rep_registration_number, tax_reg.registration_number ) vat_no,
		ract.invoice_currency_code currency_code,
		sum (nvl(ad.amount_cr, 0)            - nvl(ad.amount_dr, 0) ) line_tot ,
		sum (nvl(ad.acctd_amount_cr, 0) - nvl(ad.acctd_amount_dr, 0) ) line_acctd_tot,
		:p_reptype p_reptype,
	XXEOSARYVTSLD.C_LINE_NO_p C_LINE_NO
from
		hz_cust_acct_sites ra,
		hz_party_sites party_site,
		hz_locations loc,
		fnd_territories_vl ft,
		hz_cust_accounts racu,
		ra_customer_trx ract,
		ra_cust_trx_types ractt,
		ra_customer_trx_lines racl,
		ra_cust_trx_line_gl_dist racg,
		hz_cust_site_uses rasu,
		zx_party_tax_profile ptp1,
		gl_code_combinations gcc,
		(
			select
					*
				from
					(
						select
								party_tax_profile_id,
								registration_number,
								count (registration_number) over (partition by party_tax_profile_id) reg_count
							from
								zx_registrations
							where
								sysdate between effective_from and nvl (effective_to, sysdate + 1)
					)
					reg
				where
					reg.reg_count = 1
		)
		tax_reg
	where
		rasu.cust_acct_site_id = ra.cust_acct_site_id
	and ra.party_site_id    = party_site.party_site_id
	and loc.location_id     = party_site.location_id
					and loc.country                                                               = ft.territory_code
	and ft.alternate_territory_code                                              is not null
	and loc.country                                                              != :c_country
	and ractt.cust_trx_type_id                                                    = ract.cust_trx_type_id
	and decode (ractt.type, &apos;CM&apos;, :p_remit_to_address, &apos;INV&apos;, :p_remit_to_address, ract.remit_to_address_id ) =
		:p_remit_to_address
	and racl.customer_trx_id      = ract.customer_trx_id
	and racl.customer_trx_line_id = racg.customer_trx_line_id
	and racg.gl_date between :p_startdate and :p_enddate
	and ract.set_of_books_id      = :p_set_of_books_id
	and racl.line_type           != &apos;TAX&apos;
	and ract.complete_flag        = &apos;Y&apos;
	and ptp1.party_id             = party_site.party_site_id
	and ptp1.party_type_code      = &apos;THIRD_PARTY_SITE&apos;
	and ptp1.party_tax_profile_id = tax_reg.party_tax_profile_id(+)
	and racg.code_combination_id  = gcc.code_combination_id
	and exists
		(
			select
					&apos;X&apos;
				from
					zx_lines_v
				where
					trx_id = ract.customer_trx_id
				and upper(tax_rate_code) = upper(:p_tax_rate_code)
		)
	and not exists
		(
			select
					&apos;X&apos;
				from
					fnd_lookup_values_vl flv
				where
					lookup_type                = &apos;XXEOS_ACCOUNT_EXCLUSION&apos;
				and nvl (enabled_flag, &apos;Y&apos;) = &apos;Y&apos;
				and flv.meaning             = gcc.segment2
		)
		&amp;lp_where
	group by
		ft.territory_code,
		ft.territory_short_name,
		nvl (ptp1.rep_registration_number, tax_reg.registration_number),
		ract.invoice_currency_code
		&amp;c_group_by
union all
select
		ft.territory_short_name cty_name,
		ft.territory_code country_code,
		nvl (ptp1.rep_registration_number, tax_reg.registration_number ) vat_no,
		ract.invoice_currency_code currency_code,
		sum (nvl(ad.amount_cr, 0)            - nvl(ad.amount_dr, 0) ) line_tot ,
		sum (nvl(ad.acctd_amount_cr, 0) - nvl(ad.acctd_amount_dr, 0) ) line_acctd_tot,
		:p_reptype p_reptype
	from
		ar_adjustments_v adj ,
		ar_distributions_all ad ,
		gl_code_combinations gcc,
		ra_customer_trx_partial_v ract,
		hz_cust_acct_sites ra,
		hz_party_sites party_site,
		hz_locations loc,
		fnd_territories_vl ft,
		hz_cust_accounts racu,
		hz_cust_site_uses rasu,
		zx_party_tax_profile ptp1,
		(
			select
					*
				from
					(
						select
								party_tax_profile_id,
								registration_number,
								count (registration_number) over (partition by party_tax_profile_id) reg_count
							from
								zx_registrations
							where
								sysdate between effective_from and nvl (effective_to, sysdate + 1)
					)
					reg
				where
					reg.reg_count = 1
		)
		tax_reg
	where
		ad.source_id              = adj.adjustment_id
	and ad.code_combination_id = gcc.code_combination_id
	and ad.source_table        = &apos;ADJ&apos;
	and ad.source_type        &lt;&gt; &apos;TAX&apos;
	and not exists
		(
			select
					&apos;X&apos;
				from
					fnd_lookup_values_vl flv
				where
					lookup_type                = &apos;XXEOS_ACCOUNT_EXCLUSION&apos;
				and nvl (enabled_flag, &apos;Y&apos;) = &apos;Y&apos;
				and flv.meaning             = gcc.segment2
		)
	and adj.gl_date between :p_startdate and :p_enddate
	and adj.customer_trx_id                                                           = ract.customer_trx_id
	and rasu.cust_acct_site_id                                                        = ra.cust_acct_site_id
	and ra.party_site_id                                                              = party_site.party_site_id
	and loc.location_id                                                               = party_site.location_id
	and loc.country                                                                   = ft.territory_code
	and ft.alternate_territory_code                                                  is not null
	and loc.country                                                                  != :c_country
	and decode (ract.ctt_class, &apos;CM&apos;, :p_remit_to_address, &apos;INV&apos;, :p_remit_to_address,ract.remit_to_address_id ) =
		:p_remit_to_address
	and adj.set_of_books_id       = :p_set_of_books_id
	and adj.gl_posted_date       is not null
	and ptp1.party_id             = party_site.party_site_id
	and ptp1.party_type_code      = &apos;THIRD_PARTY_SITE&apos;
	and ptp1.party_tax_profile_id = tax_reg.party_tax_profile_id(+)
	and exists
		(
			select
					&apos;X&apos;
				from
					zx_lines_v
				where
					trx_id = ract.customer_trx_id
				and upper(tax_rate_code) = upper(:p_tax_rate_code)
		)
		&amp;lp_where
	group by
		ft.territory_code,
		ft.territory_short_name,
		nvl (ptp1.rep_registration_number, tax_reg.registration_number),
		ract.invoice_currency_code
		&amp;c_group_by_adj
	order by
		1,3</SQL_TEXT>
  <XDO_APPLICATION_SHORT_NAME>XXEOS</XDO_APPLICATION_SHORT_NAME>
  <XDO_DATA_SOURCE_CODE>XXEOSARYVTSLD_XML</XDO_DATA_SOURCE_CODE>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>XXEOS ZM-Bericht AR (1)</REPORT_NAME>
    <DESCRIPTION>Imported from BI Publisher
Description: ZM-Bericht AR
Application: Customizations EOS
Source: EOS: ZM-Bericht AR (XML)
Short Name: XXEOSARYVTSLD_XML
DB package: XXEOSARYVTSLD</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>RDF</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>1=1</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_addr_id</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_branch</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_city</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_country</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_group_by</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_group_by_adj</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_industry_code</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_line_no</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_postal_code</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_reptype</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_sales_title</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_sobcurr</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_sobname</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_street</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:c_tdr_vat_no</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:lp_where</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:p_chart_of_accounts_id</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:p_conc_request_id</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:p_enddate</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:p_remit_to_address</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:p_reptype</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:p_set_of_books_id</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:p_site_use_code</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:p_startdate</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:p_tax_rate_code</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
   <PARAMETERS_ROW>
    <SORT_ORDER>1</SORT_ORDER>
    <DISPLAY_SEQUENCE>-20</DISPLAY_SEQUENCE>
    <ANCHOR>:p_set_of_books_id</ANCHOR>
    <PARAMETER_TYPE_DSP>LOV Oracle</PARAMETER_TYPE_DSP>
    <LOV_NAME>AR_SRS_SET_OF_BOOKS_ID</LOV_NAME>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
set_of_books_id id,
set_of_books_id value,
null description
from
ar_system_parameters
order by value,description</LOV_QUERY_DSP>
    <DEFAULT_VALUE>SELECT set_of_books_id FROM ar_system_parameters</DEFAULT_VALUE>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>D</LANGUAGE>
      <PARAMETER_NAME>Buchkennung</PARAMETER_NAME>
      <DESCRIPTION>Buchkennung</DESCRIPTION>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>2</SORT_ORDER>
    <DISPLAY_SEQUENCE>-10</DISPLAY_SEQUENCE>
    <ANCHOR>:p_chart_of_accounts_id</ANCHOR>
    <PARAMETER_TYPE_DSP>LOV Oracle</PARAMETER_TYPE_DSP>
    <LOV_NAME>AR_CHART_OF_ACCOUNTS</LOV_NAME>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
sb.chart_of_accounts_id id,
sb.chart_of_accounts_id value,
null description
from
gl_sets_of_books sb,ar_system_parameters sp
where sb.set_of_books_id=sp.set_of_books_id
order by value,description</LOV_QUERY_DSP>
    <DEFAULT_VALUE>select sb.chart_of_accounts_id from  gl_sets_of_books sb, ar_system_parameters sp  where sb.set_of_books_id = sp.set_of_books_id</DEFAULT_VALUE>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>D</LANGUAGE>
      <PARAMETER_NAME>Kontenplankennung</PARAMETER_NAME>
      <DESCRIPTION>Kontenplankennung</DESCRIPTION>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>3</SORT_ORDER>
    <DISPLAY_SEQUENCE>10</DISPLAY_SEQUENCE>
    <ANCHOR>:p_reptype</ANCHOR>
    <PARAMETER_TYPE_DSP>LOV Oracle</PARAMETER_TYPE_DSP>
    <LOV_NAME>AR_REPORT_TYPE</LOV_NAME>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
lookup_code id,
meaning value,
null description
from
ar_lookups
where lookup_type=&apos;REPORT_TYPE_SD&apos;
and enabled_flag=&apos;Y&apos;
and sysdate between nvl(start_date_active,sysdate)
and nvl(end_date_active,sysdate)
order by meaning,lookup_code
</LOV_QUERY_DSP>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>D</LANGUAGE>
      <PARAMETER_NAME>Details/Übersicht</PARAMETER_NAME>
      <DESCRIPTION>Details/Übersicht</DESCRIPTION>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>4</SORT_ORDER>
    <DISPLAY_SEQUENCE>20</DISPLAY_SEQUENCE>
    <ANCHOR>:p_startdate</ANCHOR>
    <PARAMETER_TYPE_DSP>Date</PARAMETER_TYPE_DSP>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>D</LANGUAGE>
      <PARAMETER_NAME>Von Datum</PARAMETER_NAME>
      <DESCRIPTION>Von Datum</DESCRIPTION>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>5</SORT_ORDER>
    <DISPLAY_SEQUENCE>30</DISPLAY_SEQUENCE>
    <ANCHOR>:p_enddate</ANCHOR>
    <PARAMETER_TYPE_DSP>Date</PARAMETER_TYPE_DSP>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>D</LANGUAGE>
      <PARAMETER_NAME>Bis</PARAMETER_NAME>
      <DESCRIPTION>Bis</DESCRIPTION>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>6</SORT_ORDER>
    <DISPLAY_SEQUENCE>40</DISPLAY_SEQUENCE>
    <ANCHOR>:p_remit_to_address</ANCHOR>
    <PARAMETER_TYPE_DSP>LOV Oracle</PARAMETER_TYPE_DSP>
    <LOV_NAME>AR_SRS_BRANCH_ID</LOV_NAME>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
acct_site.cust_acct_site_id id,
acct_site.cust_acct_site_id value,
loc.address1 description
from
hz_cust_acct_sites acct_site,hz_party_sites ps,hz_locations loc
where acct_site.party_site_id=ps.party_site_id
and loc.location_id=ps.location_id and
acct_site.cust_account_id=-1
order by loc.address1</LOV_QUERY_DSP>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>D</LANGUAGE>
      <PARAMETER_NAME>(überwiesen an) Zweigstelle</PARAMETER_NAME>
      <DESCRIPTION>Kennung Zweigstelle Zahlungsempfänger</DESCRIPTION>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>7</SORT_ORDER>
    <DISPLAY_SEQUENCE>50</DISPLAY_SEQUENCE>
    <ANCHOR>:p_site_use_code</ANCHOR>
    <PARAMETER_TYPE_DSP>LOV Oracle</PARAMETER_TYPE_DSP>
    <LOV_NAME>OE_SITE_USE_CODES</LOV_NAME>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
lookup_code id,
meaning value,
null description
from
ar_lookups
where lookup_type=&apos;SITE_USE_CODE&apos; and lookup_code in
(&apos;BILL_TO&apos;,&apos;SHIP_TO&apos;)
order by meaning</LOV_QUERY_DSP>
    <DEFAULT_VALUE>select meaning from ar_lookups where lookup_type = &apos;SITE_USE_CODE&apos; and lookup_code = &apos;BILL_TO&apos;</DEFAULT_VALUE>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>D</LANGUAGE>
      <PARAMETER_NAME>Ausgewertete Adresse</PARAMETER_NAME>
      <DESCRIPTION>Ausgewertete Adresse</DESCRIPTION>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>8</SORT_ORDER>
    <DISPLAY_SEQUENCE>60</DISPLAY_SEQUENCE>
    <ANCHOR>:p_tax_rate_code</ANCHOR>
    <PARAMETER_TYPE_DSP>Char</PARAMETER_TYPE_DSP>
    <DEFAULT_VALUE>U EU (UST-ID)</DEFAULT_VALUE>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>D</LANGUAGE>
      <PARAMETER_NAME>relevanter Steuersatz</PARAMETER_NAME>
      <DESCRIPTION>Tax Rate Code</DESCRIPTION>
     </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>
