<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: PAY Employee Bank Accounts -->
 <REPORTS_ROW>
  <GUID>ABA473038CFE1B45E053B46B6358313F</GUID>
  <SQL_TEXT>select distinct
      (ron.employee_number)
     ,ron.full_name
     ,ron.effective_start_date
     ,ron.effective_end_date
     ,bnk.bank_name
     ,bnk.branch_name
     ,asg.assignment_number
     ,pay.payroll_name
     ,asg.assignment_type
     ,acc.segment1 branch_code
     ,decode(acc.segment2,&apos;1&apos;,&apos;Current Account&apos;,&apos;2&apos;,&apos;Savings Account&apos;,&apos;3&apos;,&apos;Transmission Account&apos;,&apos;4&apos;,&apos;Bond&apos;,&apos;5&apos;,&apos;Subscription&apos;,acc.segment2) acc_type
     ,acc.segment3 acc_number
     ,acc.segment4 payee
     from pay_personal_payment_methods_f met
   ,pay_external_accounts acc
   ,per_all_assignments_f asg
   ,per_all_people_f ron
   ,pay_za_branch_cdv_details bnk
   ,pay_payrolls_f pay
where met.external_account_id    = acc.external_account_id
and    met.assignment_id = asg.assignment_id
and    acc.segment1 = bnk.branch_code(+)
and    ron.person_id = asg.person_id
and    pay.payroll_id = asg.payroll_id
--and    met.effective_start_date &lt;= sysdate
--and    ron.effective_end_date &gt;= sysdate
--and    asg.effective_start_date &lt;= sysdate
---and    ron.effective_end_date &gt;= sysdate
order by ron.employee_number</SQL_TEXT>
  <ENABLED>Y</ENABLED>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>PAY Employee Bank Accounts</REPORT_NAME>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>Draft</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
  </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>
