SQL Query for Create job requisition for replacement ID for value set — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

SQL Query for Create job requisition for replacement ID for value set

Summary:

On the Create Job Requisition page, When we try to replace the person from the Recruiting replacement on current position, By SQL on the Replacement id

DFF by Value set, it should show the current incumbent person id and name.

SELECT

substr(person_number

FROM

PER_PERSON_NAMES_F

Where

per_person_names_f.person_id = per_all_people_f.person_id

and trunc(SYSDATE) between per_person_names_f.effective_start_date(+) and per_person_names_f.effective_end_date(+)

and trunc(SYSDATE) between per_all_people_f.effective_start_date(+) and per_all_people_f.effective_end_date(+)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!