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(+) |