Payables and Cash Management - EBS (MOSC)

MOSC Banner

Query to Find whether a person has more than one supervisor record

edited Jun 5, 2013 8:45PM in Payables and Cash Management - EBS (MOSC) 2 commentsAnswered
Hi

Could you please provide me  a query to see whether a user has more than one Supervisor record details in PER_ALL_ASSIGNMENTS_F

SELECT b.person_id,b.supervisor_idFROM apps.per_all_assignments_f b, apps.per_all_people_f a

WHERE a.person_id = b.person_idAND TRUNC (SYSDATE) BETWEEN a.effective_start_dateAND a.effective_end_dateAND TRUNC (SYSDATE) BETWEEN b.effective_start_dateAND b.effective_end_dateAND a.suffix in

Regards

Harish

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