Human Capital Management - EBS (MOSC)

MOSC Banner

HR: Multiple assignment records

edited Oct 4, 2010 3:26AM in Human Capital Management - EBS (MOSC) 4 commentsAnswered
Hi All,
I have requirement like, need to display multiple assignment and person records.

select pf.employee_number
,pf.full_name
,pf.email_address,
,paf.supervisor_id
,paf.job_id
from per_all_people_f pf
,per_all_assignments_f paf
where pf.person_id = paf.person_id
group by
pf.employee_number
,pf.full_name
,pf.email_address,
,paf.supervisor_id
,paf.job_id
having count(*)>=1;

I need to display multiple assignment records as well as person records. But above query taking too much time.
kindly explainme how to modify the query.

for ex: 1234 as employee number exists in application.
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center