Since 2010, OraERP is a Oracle Forums, Community of Oracle Professionals including Fusion/Cloud Application Consultants, Enterprise Architects, ERP Cloud, HCM Cloud, CX Cloud and OCI Experts, ERP Experts, Oracle Apps Functional Consultants, Apps DBAs, DBAs, Cloud DBAs, Digital Architect, PaaS Experts, IaaS, OCI Architects, Technical Consultants, Fusion Middleware Experts, SQL, PL/SQL Developers and Project Managers. Welcome to OraERP.com Social Community, a friendly and active community of Oracle Technology Professionals who believe that technology can ‘make the world a better place’. By joining Oracle ERP Community you will have the ability to Post Topics, Receive our Newsletter, subscribe to threads and access many other special features. Registration is Quick and Simple. Get unlimited access to Oracle Tutorials, Articles, eBooks, Tools and Tips .
Thread Rating:
  • 31 Vote(s) - 2.84 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Query Oracle iRecruitment candidates basic information
07-02-2015, 09:21 PM,
#1
Query Oracle iRecruitment candidates basic information
Oracle iRecruitment is a full-cycle recruitment solution. It automates every phase of the recruitment process. iRecruitment integrates with Oracle HRMS to manage the entire workforce lifecycle. Information that the two applications share simplifies your day-to-day administrative tasks. For example, after you hire an applicant, your administrative staff need not spend time filling our forms about the new hire. The employee's assignment details are already available.

Basic info of candidate iscript

select distinct
       ppf.person_id,ppt.user_person_type,
       ppf.last_name family_name,
       ppf.first_name first_name,
       ppf.date_of_birth,
       ppf.email_address,
       apps.hr_general.decode_lookup ('MAR_STATUS',ppf.marital_status)marital_status,
       apps.hr_general.decode_lookup ('AE_NATIONALITY',ppf.per_information18) nationality,
       pa.address_line1,
       pa.address_line2,
       trunc(ppf.creation_date) created_date,
       fu.user_name created_by
  from apps.per_all_people_f ppf,
       apps.per_person_type_usages_f pptu,
       apps.per_person_types ppt,
       apps.per_addresses pa,
       apps.fnd_user fu
 where 1=1
   and ppf.person_id = pptu.person_id
   and pptu.person_type_id = ppt.person_type_id
   and ppf.person_id = pa.person_id
   and ppf.created_by = fu.user_id
   and ppt.user_person_type = 'Candidate'
   and trunc(sysdate) between ppf.effective_start_date and ppf.effective_end_date
   and trunc(sysdate) between pptu.effective_start_date and pptu.effective_end_date
   and ppf.creation_date between :p_from and :p_to
   and ppf.person_id :p_id
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Oracle EBS R12 Financials Configurations Summary Presentation M Irfan 1 14,186 01-02-2023, 06:50 AM
Last Post: leo.chen
  Oracle eBusiness Suite Practice Instance Free Access Kashif Manzoor 3 51,842 05-26-2022, 06:45 PM
Last Post: Kashif Manzoor
  Oracle R12 i-Procurement step-by-step setup document admin 3 39,535 04-05-2022, 10:48 PM
Last Post: Kashif Manzoor
  Oracle Financials - Data Flow From SLA to GL admin 9 94,369 11-17-2021, 05:53 AM
Last Post: kmorad
  Oracle HCM Cloud Interview Questions MM Ifan 1 55,814 06-06-2021, 12:16 AM
Last Post: zaidmd
  Oracle Implementation Project Plan admin 35 161,186 04-29-2021, 06:59 AM
Last Post: Cwahsayz
  Oracle ERP Implementation Project Schedule based on OUM Kashif Manzoor 7 30,802 03-31-2021, 11:45 PM
Last Post: haydara
  Oracle Inventory Module End User Training Material James Robert 1 31,949 08-27-2020, 08:59 PM
Last Post: shahid
  Oracle Inventory Miscellaneous Transactions Mark Donald 1 31,215 08-20-2020, 05:34 PM
Last Post: shahid
  Oracle Fusion Financials General Ledger Essentials M Irfan 5 100,915 08-20-2020, 05:32 PM
Last Post: shahid



Users browsing this thread: 1 Guest(s)