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 E-Business Suite (EBS)
›
Human Resources
Queries for HRMS Hirecount,Termination Count,Head Count
Queries for HRMS Hirecount,Termination Count,Head Count
Queries for HRMS Hirecount,Termination Count,Head Count
|
02-21-2013, 04:39 AM,
|
|||
|
|||
Queries for HRMS Hirecount,Termination Count,Head Count
Thanks in advance. |
|||
02-22-2013, 09:43 AM,
|
|||
|
|||
RE: Queries for HRMS Hirecount,Termination Count,Head Count
select b.full_name, b.applicant_number, a.current_employer, d.name job, e.date_start Actual_DOJ, b.business_group_id from per_applications a, per_all_people_f b, per_all_assignments_f c, per_jobs d, per_periods_of_service e where 1=1 and a.person_id(+) = b.person_id and b.person_id = c.person_id and trunc(sysdate) between b.effective_start_date and b.effective_end_date and trunc(sysdate) between c.effective_start_date and c.effective_end_date and C.JOB_ID = D.JOB_ID(+) and E.PERSON_ID = B.PERSON_ID and e.date_start between to_date('01-JAN-2013','DD-MON-YYYY') and to_date('31-JAN-2013','DD-MON-YYYY') 2. Employees left between two dates select b.full_name, b.applicant_number, a.current_employer, d.name job, e.date_start Actual_DOJ, b.business_group_id from per_applications a, per_all_people_f b, per_all_assignments_f c, per_jobs d, per_periods_of_service e where 1=1 and a.person_id(+) = b.person_id and b.person_id = c.person_id and trunc(sysdate) between b.effective_start_date and b.effective_end_date and trunc(sysdate) between c.effective_start_date and c.effective_end_date and C.JOB_ID = D.JOB_ID(+) and E.PERSON_ID = B.PERSON_ID and e.date_start between to_date('01-JAN-2013','DD-MON-YYYY') and to_date('31-JAN-2013','DD-MON-YYYY') |
|||
09-12-2013, 08:06 PM,
|
|||
|
|||
RE: Queries for HRMS Hirecount,Termination Count,Head Count
Regards, Surendra |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
BR 100 document for HRMS | uniquenaga | 4 | 6,846 |
05-04-2016, 03:13 PM Last Post: braganza.jude@yahoo.in |
|
Oracle HRMS Techno Functional Training | fanni339 | 0 | 4,468 |
07-05-2015, 05:35 PM Last Post: fanni339 |
|
Measure your HRMS Skill Set in Free | fanni339 | 0 | 3,096 |
06-29-2015, 07:16 AM Last Post: fanni339 |
|
Practice Solutions for Oracle HRMS Beginners | fanni339 | 0 | 3,293 |
05-17-2015, 03:32 PM Last Post: fanni339 |
|
HRMS - Leave Accrual Plan | Rubab Ali | 2 | 12,033 |
03-18-2014, 04:38 PM Last Post: fanni339 |
|
Termination of employee | Sara Khan | 1 | 6,196 |
12-28-2013, 11:54 PM Last Post: Kashif Manzoor |
Users browsing this thread: 1 Guest(s)
Current time: 11-23-2024, 06:06 AM
Powered By MyBB, © 2002-2024 MyBB Group.