<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: PER Pay Element Details -->
 <REPORTS_ROW>
  <GUID>ABA5B4470E162B2BE053B46B6358580F</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select
petf.element_name,
petf.reporting_name,
petf.description,
pec.classification_name,
pec.legislation_code,
petf.input_currency_code,
petf.output_currency_code,
xxen_util.meaning(petf.additional_entry_allowed_flag,&apos;YES_NO&apos;,0) additional_entry_allowed,
xxen_util.meaning(petf.adjustment_only_flag,&apos;YES_NO&apos;,0) adjustment_only,
xxen_util.meaning(petf.closed_for_entry_flag,&apos;YES_NO&apos;,0) closed_for_entry,
xxen_util.meaning(petf.multiple_entries_allowed_flag,&apos;YES_NO&apos;,0) multiple_entries_allowed,
xxen_util.meaning(petf.process_in_run_flag,&apos;YES_NO&apos;,0) process_in_run,
xxen_util.meaning(petf.standard_link_flag,&apos;YES_NO&apos;,0) standard_link,
xxen_util.meaning(petf.processing_type,&apos;PROCESSING_TYPE&apos;,3) processing_type,
xxen_util.meaning(petf.post_termination_rule,&apos;TERMINATION_RULE&apos;,3) post_termination_rule,
petf.effective_start_date,
petf.effective_end_date,
petf.processing_priority,
xxen_util.user_name(petf.created_by) created_by,
xxen_util.client_time(petf.creation_date) creation_date,
xxen_util.user_name(petf.last_updated_by) last_updated_by,
xxen_util.client_time(petf.last_update_date) last_update_date,
petf.element_type_id
from
pay_element_types_f petf, 
pay_element_classifications pec
where
1=1 and
petf.classification_id=pec.classification_id</SQL_TEXT>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>PER Pay Element Details</REPORT_NAME>
    <DESCRIPTION>Master data report showing HR payroll element details.
Elements are the units used to build all the earnings, deductions and benefits that companies can give to employees.</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>Draft</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>1=1</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
   <PARAMETERS_ROW>
    <SORT_ORDER>1</SORT_ORDER>
    <DISPLAY_SEQUENCE>200</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>:effective_date between petf.effective_start_date and petf.effective_end_date</SQL_TEXT>
    <PARAMETER_TYPE_DSP>Date</PARAMETER_TYPE_DSP>
    <DEFAULT_VALUE>sysdate</DEFAULT_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Effective Date</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>
