<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: CUSTOM IDC_BTA -->
 <REPORTS_ROW>
  <GUID>82288223EF693869E053B46B63588994</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>         select distinct a.person_id, 
	 B.full_name as Name,
	 C.location_code as &quot;Duty Location&quot;,
	 D.job_id as &quot;Job Opening ID&quot;,
	 D.status as &quot;Job Opening Status&quot;,
	 to_char(D.date_from, &apos;DD-Mon-RRRR&apos;) as &quot;Issued On&quot;,
	 D.name as &quot;Jobcode/Title&quot;,
	 e.name || &apos; &apos; || d.name as &quot;Job Pay Plan&quot;,
	 f.attempt_id as &quot;Attempt ID&quot;,
	 g.score Result, 
	 decode(g.attempt_status,&apos;P&apos;,&apos;Passed&apos;,&apos;F&apos;, &apos;Failed&apos;) AS &quot;Test Results&quot;,
	 null as &quot;Social Security Number&quot;,
	 A.vacancy_id || &apos;1&apos; as &quot;Certificate Number&quot;
	 from PER_ALL_ASSIGNMENTS_F A, 
	 PER_ALL_PEOPLE_F B,
	 HR_LOCATIONS_ALL_VL C,
	 PER_ALL_VACANCIES D,
	 per_grades e,
	 IRC_ASSIGNMENT_DETAILS_F F,
	 OTA_ATTEMPTS G,
	 per_all_people_d h
	 WHERE A.vacancy_id = :param1
	 AND A.ASSIGNMENT_TYPE != &apos;E&apos;
	 AND A.EFFECTIVE_END_DATE &gt; SYSDATE--person_id = 23206
	 AND B.person_id(+) = A.person_id
	 AND B.effective_end_date &gt; SYSDATE
	 AND C.location_id(+) = A.location_id
	 AND d.vacancy_id(+) = A.vacancy_id
	 and e.grade_id(+) = d.grade_id
	 AND f.assignment_id(+) = A.assignment_id
	 AND g.attempt_id(+) = f.attempt_id
	 and h.person_id(+) = A.person_id
	 and h.effective_end_date &gt; sysdate
	 order by g.score desc
</SQL_TEXT>
  <XDO_APPLICATION_SHORT_NAME>CUSTOM</XDO_APPLICATION_SHORT_NAME>
  <XDO_DATA_SOURCE_CODE>IDC_BTA</XDO_DATA_SOURCE_CODE>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>CUSTOM IDC_BTA</REPORT_NAME>
    <DESCRIPTION>Application: Custom Development
Source: 
Short Name: IDC_BTA
DB package: </DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>BI Publisher</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>:param1</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
  </PARAMETERS>
  <TEMPLATES>
  </TEMPLATES>
  <DEFAULT_TEMPLATES>
  </DEFAULT_TEMPLATES>
  <UPLOAD_COLUMNS>
  </UPLOAD_COLUMNS>
  <UPLOAD_PARAMETERS>
  </UPLOAD_PARAMETERS>
  <UPLOAD_SQLS>
  </UPLOAD_SQLS>
 </REPORTS_ROW>
</REPORTS>
</ROOT>
