DBA Data[Home] [Help]

APPS.GHR_SS_RPA_CREATION dependencies on PER_ALL_PEOPLE_F

Line 55: FROM per_all_people_f

51:
52: CURSOR c_get_ppl_data
53: IS
54: SELECT full_name, employee_number
55: FROM per_all_people_f
56: WHERE person_id = p_person_id
57: AND p_effective_date between effective_start_date
58: and effective_end_date;
59: