DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on PER_PEOPLE_F

Line 9377: select date_of_birth from per_people_f

9373: l_legislation_code per_business_groups.legislation_code%TYPE;
9374: l_leg_code per_business_groups.legislation_code%TYPE;
9375:
9376: cursor csr_get_person_dob is
9377: select date_of_birth from per_people_f
9378: where person_id = p_person_id
9379: and p_effective_date between effective_start_date
9380: and effective_end_date;
9381: