SQL to pull Position and Parent Position
Select DISTINCT papf_empp.person_number employee_number,ppnf.first_name||’ ‘||ppnf.last_name employee_name,(select hapft.namefrom hr_all_positions_f hapf, HR_ALL_POSITIONS_F_TL...
Select DISTINCT papf_empp.person_number employee_number,ppnf.first_name||’ ‘||ppnf.last_name employee_name,(select hapft.namefrom hr_all_positions_f hapf, HR_ALL_POSITIONS_F_TL...