<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: RKD Employee Salary Element Wise -->
 <REPORTS_ROW>
  <GUID>9847D1D9A6AD9259E053B46B635869B1</GUID>
  <SQL_TEXT>select
ppf.employee_number,
ppf.full_name,
ppa.effective_date,
tp.period_name,
sum(decode(ety.element_name,&apos;REN Basic&apos;,to_number(rrv.result_value),0))Basic,
sum(decode(ety.element_name,&apos;REN PF Employee&apos;,to_number(rrv.result_value),0))PF_Employee,
sum(decode(ety.element_name,&apos;Health Insurance Premium Upload&apos;,to_number(rrv.result_value),0)) Health_insurance
from
per_all_people_f ppf,
per_all_assignments_f paf,
pay_assignment_actions pas ,
pay_payroll_actions ppa,
pay_run_results rr,
pay_run_result_values rrv,
pay_element_types_f ety,
pay_input_values_f i ,
per_time_periods tp
where 1=1 and 
ppf.person_id=paf.person_id and
paf.assignment_id=pas.assignment_id and
pas.assignment_action_id=rr.assignment_action_id and
ppa.payroll_action_id=pas.payroll_action_id and
rr.element_type_id=ety.element_type_id and
i.element_type_id=ety.element_type_id and
rrv.run_result_id=rr.run_result_id and
rrv.input_value_id=i.input_value_id and
tp.time_period_id=ppa.time_period_id and
i.name=&apos;Pay Value&apos;
group by  
ppf.full_name,
ppa.time_period_id,
ppa.effective_date,
ppf.employee_number,
ppf.person_id,
tp.period_name
order by ppa.effective_date</SQL_TEXT>
  <ENABLED>Y</ENABLED>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>RKD Employee Salary Element Wise</REPORT_NAME>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>1=1</ANCHOR>
   </ANCHORS_ROW>
  </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>
