<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 Currency Codes -->
 <LOVS_ROW>
  <GUID>DD3BDFF9582F51D0E0530100007FEDB0</GUID>
  <LOV_NAME>FND Currency Codes</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select
fct.currency_code id,
fct.currency_code value,
fct.description
from
fnd_currencies_tl fct
where
fct.source_lang=userenv(&apos;LANG&apos;)
order by
fct.currency_code</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
<!-- loader xml for Enginatics Blitz Report lov: HR Operating Unit -->
 <LOVS_ROW>
  <GUID>8E2FF36EDEB979D2E0530100007F1FF2</GUID>
  <LOV_NAME>HR Operating Unit</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select
hou.name value,
null description
from
hr_operating_units hou
where
sysdate between hou.date_from and nvl(hou.date_to,sysdate) and
(:$flex$.ledger is null or hou.set_of_books_id in (select gl.ledger_id from gl_ledgers gl where xxen_util.contains(:$flex$.ledger,gl.name)=&apos;Y&apos;)) and
hou.organization_id in (select mgoat.organization_id from mo_glob_org_access_tmp mgoat union select fnd_global.org_id from dual where fnd_release.major_version=11)
order by
hou.name</LOV_QUERY>
  <VERSION_COMMENTS>Fixed where clause duplication</VERSION_COMMENTS>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>AR</LANGUAGE>
    <DESCRIPTION>وحدة التشغيل مقيدة بالتحكم في الوصول متعدد المنظمات (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>D</LANGUAGE>
    <DESCRIPTION>Bedieneinheit eingeschränkt durch Multi Org Access Control (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>E</LANGUAGE>
    <DESCRIPTION>Unidad operativa restringida por el control de acceso multiorgánico (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>F</LANGUAGE>
    <DESCRIPTION>Unité opérationnelle restreinte par un contrôle d&apos;accès multi-organismes (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>I</LANGUAGE>
    <DESCRIPTION>Unità operativa limitata dal controllo di accesso multiorgano (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>JA</LANGUAGE>
    <DESCRIPTION>多機関アクセス制御(MOAC)で制限された操作ユニット</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>KO</LANGUAGE>
    <DESCRIPTION>다중 조직 액세스 제어 (MOAC)에 의해 제한되는 운영 단위</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>PTB</LANGUAGE>
    <DESCRIPTION>Unidade operacional restrita por controle de acesso multi org (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>RU</LANGUAGE>
    <DESCRIPTION>Операционное устройство, ограниченное мультиорганизованным контролем доступа (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>S</LANGUAGE>
    <DESCRIPTION>Styrenhet begränsad av multi-org access control (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>TR</LANGUAGE>
    <DESCRIPTION>Çoklu kuruluş erişim kontrolü (MOAC) tarafından kısıtlanan işletim birimi</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <DESCRIPTION>Operating unit restricted by multi org access control (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>ZHS</LANGUAGE>
    <DESCRIPTION>受多机构访问控制（MOAC）限制的操作单元。</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
</LOVS>
<REPORTS>
<!-- loader xml for Enginatics Blitz Report: AR HSBC FAA Asset File (France) -->
 <REPORTS_ROW>
  <GUID>BAAD13D2C39D49E686E28BA14AA03EAA</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select
&apos;FAA&apos;||&apos;;&apos;||
lpad(nvl(substr(regexp_replace(:seller_account_number,&apos;[^0-9]&apos;),1,5),&apos;0&apos;),5,&apos;0&apos;)||&apos;;&apos;||
to_char(greatest(xxen_util.client_time(sysdate),max(y.document_date) over ()),&apos;YYYYMMDDHH24MI&apos;)||&apos;;&apos;||
rpad(nvl(substr(y.debtor_identifier,1,15),&apos; &apos;),15)||&apos;;&apos;||
lpad(nvl(substr(regexp_replace(y.debtor_id_number,&apos;[^0-9]&apos;),1,9),&apos;0&apos;),9,&apos;0&apos;)||&apos;;&apos;||
lpad(nvl(substr(regexp_replace(y.debtor_activity_code,&apos;[^0-9]&apos;),1,5),&apos;0&apos;),5,&apos;0&apos;)||&apos;;&apos;||
rpad(nvl(substr(y.country,1,2),&apos; &apos;),2)||&apos;;&apos;||
rpad(nvl(substr(y.debtor_name,1,40),&apos; &apos;),40)||&apos;;&apos;||
rpad(nvl(substr(y.trade_name,1,40),&apos; &apos;),40)||&apos;;&apos;||
rpad(nvl(substr(y.address1,1,30),&apos; &apos;),30)||&apos;;&apos;||
rpad(nvl(substr(y.address2,1,30),&apos; &apos;),30)||&apos;;&apos;||
rpad(nvl(substr(y.address3,1,30),&apos; &apos;),30)||&apos;;&apos;||
rpad(nvl(substr(y.town,1,30),&apos; &apos;),30)||&apos;;&apos;||
rpad(nvl(substr(y.postal_code,1,10),&apos; &apos;),10)||&apos;;&apos;||
rpad(nvl(substr(y.contact_name,1,20),&apos; &apos;),20)||&apos;;&apos;||
rpad(nvl(substr(y.telephone,1,15),&apos; &apos;),15)||&apos;;&apos;||
rpad(nvl(substr(y.fax,1,15),&apos; &apos;),15)||&apos;;&apos;||
y.document_type||&apos;;&apos;||
rpad(nvl(substr(y.document_number,1,20),&apos; &apos;),20)||&apos;;&apos;||
&apos;D&apos;||&apos;;&apos;||
rpad(nvl(substr(y.credited_invoice_number,1,20),&apos; &apos;),20)||&apos;;&apos;||
nvl(to_char(y.document_date,&apos;YYYYMMDD&apos;),&apos;00000000&apos;)||&apos;;&apos;||
nvl(to_char(y.due_date,&apos;YYYYMMDD&apos;),&apos;00000000&apos;)||&apos;;&apos;||
rpad(nvl(substr(y.currency,1,3),&apos; &apos;),3)||&apos;;&apos;||
lpad(to_char(round(abs(nvl(y.amount_including_tax,0))*power(10,nvl(y.currency_precision,2))),&apos;FM999999999999999&apos;),15,&apos;0&apos;)||&apos;;&apos;||
lpad(to_char(round(abs(nvl(y.amount_excluding_tax,0))*power(10,nvl(y.currency_precision,2))),&apos;FM999999999999999&apos;),15,&apos;0&apos;)||&apos;;&apos;||
lpad(to_char(round(nvl(y.vat_rate,0)*100),&apos;FM9999&apos;),4,&apos;0&apos;)||&apos;;&apos;||
rpad(nvl(substr(y.order_reference,1,10),&apos; &apos;),10)||&apos;;&apos;||
rpad(nvl(substr(y.other_reference,1,25),&apos; &apos;),25)||&apos;;&apos;||
rpad(nvl(substr(y.invoice_status,1,30),&apos; &apos;),30)||&apos;;&apos;||
rpad(nvl(substr(y.free_field,1,30),&apos; &apos;),30)||&apos;;&apos; faa_record
from
(
select
translate(hca.account_number,chr(9)||chr(10)||chr(13)||&apos;;&apos;,&apos;    &apos;) debtor_identifier,
hp.jgzz_fiscal_code debtor_id_number,
hp.sic_code debtor_activity_code,
hl.country,
translate(hp.party_name,chr(9)||chr(10)||chr(13)||&apos;;&apos;,&apos;    &apos;) debtor_name,
translate(hp.known_as,chr(9)||chr(10)||chr(13)||&apos;;&apos;,&apos;    &apos;) trade_name,
translate(hl.address1,chr(9)||chr(10)||chr(13)||&apos;;&apos;,&apos;    &apos;) address1,
translate(hl.address2,chr(9)||chr(10)||chr(13)||&apos;;&apos;,&apos;    &apos;) address2,
translate(hl.address3,chr(9)||chr(10)||chr(13)||&apos;;&apos;,&apos;    &apos;) address3,
translate(hl.city,chr(9)||chr(10)||chr(13)||&apos;;&apos;,&apos;    &apos;) town,
translate(hl.postal_code,chr(9)||chr(10)||chr(13)||&apos;;&apos;,&apos;    &apos;) postal_code,
to_char(null) contact_name,
to_char(null) telephone,
to_char(null) fax,
decode(x.class,&apos;CM&apos;,&apos;A&apos;,&apos;F&apos;) document_type,
translate(x.trx_number,chr(9)||chr(10)||chr(13)||&apos;;&apos;,&apos;    &apos;) document_number,
translate(ci.credited_invoice_number,chr(9)||chr(10)||chr(13)||&apos;;&apos;,&apos;    &apos;) credited_invoice_number,
x.trx_date document_date,
x.due_date,
x.invoice_currency_code currency,
fc.precision currency_precision,
x.amount_including_tax,
x.amount_including_tax-x.tax_amount amount_excluding_tax,
(select max(zxl.tax_rate) from zx_lines zxl where x.customer_trx_id=zxl.trx_id and zxl.application_id=222 and zxl.entity_code=&apos;TRANSACTIONS&apos;) vat_rate,
translate(x.purchase_order,chr(9)||chr(10)||chr(13)||&apos;;&apos;,&apos;    &apos;) order_reference,
to_char(null) other_reference,
x.invoice_status,
to_char(null) free_field
from
(
select
rcta.customer_trx_id,
rcta.trx_number,
rcta.trx_date,
rcta.invoice_currency_code,
rcta.bill_to_customer_id,
rcta.bill_to_site_use_id,
rcta.purchase_order,
apsa.class,
sum(apsa.amount_due_original) amount_including_tax,
min(apsa.due_date) due_date,
case when sum(nvl(apsa.amount_in_dispute,0))&lt;&gt;0 then &apos;LIT1&apos; else &apos;RGL&apos; end invoice_status,
nvl((select sum(rctla.extended_amount) from ra_customer_trx_lines_all rctla where rcta.customer_trx_id=rctla.customer_trx_id and rctla.line_type=&apos;TAX&apos;),0) tax_amount
from
ra_customer_trx_all rcta,
ar_payment_schedules_all apsa,
hr_operating_units hou
where
1=1 and
rcta.org_id=hou.organization_id and
rcta.complete_flag=&apos;Y&apos; and
rcta.customer_trx_id=apsa.customer_trx_id and
apsa.class in (&apos;INV&apos;,&apos;CM&apos;)
group by
rcta.customer_trx_id,
rcta.trx_number,
rcta.trx_date,
rcta.invoice_currency_code,
rcta.bill_to_customer_id,
rcta.bill_to_site_use_id,
rcta.purchase_order,
apsa.class
) x,
(
select
araa.customer_trx_id,
max(rcta_inv.trx_number) keep (dense_rank first order by abs(araa.amount_applied) desc, rcta_inv.trx_number) credited_invoice_number
from
ar_receivable_applications_all araa,
ra_customer_trx_all rcta_inv
where
araa.application_type=&apos;CM&apos; and
araa.status=&apos;APP&apos; and
araa.display=&apos;Y&apos; and
araa.applied_customer_trx_id=rcta_inv.customer_trx_id
group by
araa.customer_trx_id
) ci,
hz_cust_accounts hca,
hz_parties hp,
hz_cust_site_uses_all hcsua,
hz_cust_acct_sites_all hcasa,
hz_party_sites hps,
hz_locations hl,
fnd_currencies fc
where
x.customer_trx_id=ci.customer_trx_id(+) and
x.bill_to_customer_id=hca.cust_account_id and
hca.party_id=hp.party_id and
x.bill_to_site_use_id=hcsua.site_use_id(+) and
hcsua.cust_acct_site_id=hcasa.cust_acct_site_id(+) and
hcasa.party_site_id=hps.party_site_id(+) and
hps.location_id=hl.location_id(+) and
x.invoice_currency_code=fc.currency_code(+)
) y
order by
y.debtor_identifier,
y.document_number</SQL_TEXT>
  <VERSION_COMMENTS>Rebuilt to the HSBC FACTORING FRANCE FAA specification: 31 zones, 532 characters per record, document type F or A with positive amounts, amounts in the smallest currency unit, and separate amounts including and excluding tax.</VERSION_COMMENTS>
  <OUTPUT_FORMAT>TSV</OUTPUT_FORMAT>
  <CUSTOM_POSTPROCESS>hsbc_faa_rename.sh</CUSTOM_POSTPROCESS>
  <OUTPUT_FILE_NAME>FAA&lt;Seller_Account_Number&gt;_&lt;YYYYMMDD&gt;</OUTPUT_FILE_NAME>
  <SERVER_FILE_NAME>FAA&lt;Seller_Account_Number&gt;_&lt;YYYYMMDD&gt;</SERVER_FILE_NAME>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>AR HSBC FAA Asset File (France)</REPORT_NAME>
    <DESCRIPTION>Extracts completed Receivables invoices and credit memos in the HSBC FACTORING FRANCE FAA file format, for invoice discounting. One 532 character record per document.

The report is implemented from the HSBC specification document &quot;HFF - Invoice Discounting - Asset File IT Protocol.pdf&quot; dated 09/09/2025, and its output has been validated against both the field table in that document and the sample file supplied with it. The 31 zones are, in order, each followed by a semicolon: File type FAA (3), Seller account number (5), File creation date YYYYMMDDHHMM (12), Debtor&apos;s Seller Identifier (15), Debtor ID number (9), Debtor Activity Code (5), Debtor Country Code (2), Debtor&apos;s corporate name (40), Debtor&apos;s trade name (40), Debtor Address 1 to 3 (30 each), Debtor Town (30), Debtor postal code (10), Debtor contact name (20), Debtor telephone (15), Debtor fax (15), Document type (1), Document number (20), Document&apos;s secondary number (1), Credited invoice number (20), Document issue date YYYYMMDD (8), Document due date YYYYMMDD (8), Document currency (3), Document amount including tax (15), Document amount excluding tax (15), Document VAT rate (4), Order reference (10), Other invoice reference (25), Invoice Status (30), Free field (30).

Document type is F for an invoice and A for a credit note. Amounts are always positive, are expressed in the smallest unit of the invoice currency with no decimal separator, and are zero filled to the left. The VAT rate is the highest rate on the document, expressed without a decimal point, so 20 per cent is 2000. The credited invoice number is populated on a credit memo with the invoice it is applied to, and is blank on an invoice.

Amount including tax is the document total, being the sum of all instalments. Amount excluding tax is that total less the tax lines. The due date is the earliest instalment due date. The debtor name, address, town and postal code come from the bill to site. Invoice Status is RGL, or LIT1 when the document has an amount in dispute. Semicolons, tabs and line breaks are removed from text zones so they cannot break a record.

Run with Output Format set to TSV and Exclude Column Headers set to Yes, and set the Server Output Directory runtime option to the directory the file should be written to. The file is written as FAA&lt;seller account number&gt;_&lt;YYYYMMDD&gt;.

HSBC require a .txt extension, CR LF line endings and ANSI encoding. The report carries hsbc_faa_rename.sh as its Custom Postprocess to apply all three, so the script must be installed as $XXEN_TOP/bin/custom/hsbc_faa_rename.sh and be executable. It only acts on the file in the Server Output Directory, so the concurrent request output is unaffected and View Output continues to work.

The Seller account number is allocated by HSBC and differs by currency for the same seller, so a file must cover a single currency. Currency is therefore a required parameter, defaulted to the functional currency of the selected operating unit. Where invoices are raised in more than one currency, run the report once per currency with the matching Seller account number.</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>Enginatics</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>R12 only</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>1=1</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:seller_account_number</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
   <PARAMETERS_ROW>
    <SORT_ORDER>1</SORT_ORDER>
    <DISPLAY_SEQUENCE>10</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>hou.name=:operating_unit</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>HR Operating Unit</LOV_NAME>
    <LOV_GUID>8E2FF36EDEB979D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
hou.name value,
null description
from
hr_operating_units hou
where
sysdate between hou.date_from and nvl(hou.date_to,sysdate) and
(:$flex$.ledger is null or hou.set_of_books_id in (select gl.ledger_id from gl_ledgers gl where xxen_util.contains(:$flex$.ledger,gl.name)=&apos;Y&apos;)) and
hou.organization_id in (select mgoat.organization_id from mo_glob_org_access_tmp mgoat union select fnd_global.org_id from dual where fnd_release.major_version=11)
order by
hou.name</LOV_QUERY_DSP>
    <DEFAULT_VALUE>coalesce(xxen_util.default_operating_unit,xxen_util.previous_parameter_value(:parameter_id))</DEFAULT_VALUE>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Operating Unit</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>2</SORT_ORDER>
    <DISPLAY_SEQUENCE>20</DISPLAY_SEQUENCE>
    <ANCHOR>:seller_account_number</ANCHOR>
    <PARAMETER_TYPE_DSP>Char</PARAMETER_TYPE_DSP>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Seller Account Number</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>rcta.invoice_currency_code=:currency</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>FND Currency Codes</LOV_NAME>
    <LOV_GUID>DD3BDFF9582F51D0E0530100007FEDB0</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
fct.currency_code id,
fct.currency_code value,
fct.description
from
fnd_currencies_tl fct
where
fct.source_lang=userenv(&apos;LANG&apos;)
order by
fct.currency_code</LOV_QUERY_DSP>
    <DEFAULT_VALUE>select gl.currency_code from hr_operating_units hou, gl_ledgers gl where hou.name=:$flex$.Operating_Unit and hou.set_of_books_id=gl.ledger_id</DEFAULT_VALUE>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Currency</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>rcta.trx_date&gt;=:invoice_date_from</SQL_TEXT>
    <PARAMETER_TYPE_DSP>Date</PARAMETER_TYPE_DSP>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Invoice Date From</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>rcta.trx_date&lt;:invoice_date_to+1</SQL_TEXT>
    <PARAMETER_TYPE_DSP>Date</PARAMETER_TYPE_DSP>
    <DEFAULT_VALUE>last_day(:$flex$.Invoice_Date_From)</DEFAULT_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Invoice Date To</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>
