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 .
Oracle Forum - The Knowledge Center for Oracle Professionals - Looking Beyond the Possibilities
›
Oracle Applications
›
Oracle Tutorials, Articles, eBooks, Tools & Tips
Query Oracle iRecruitment candidates basic information
Query Oracle iRecruitment candidates basic information
Query Oracle iRecruitment candidates basic information
|
07-02-2015, 09:21 PM,
|
|||
|
|||
Query Oracle iRecruitment candidates basic information
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 |
|||
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)
Current time: 11-22-2024, 01:36 PM
Powered By MyBB, © 2002-2024 MyBB Group.