DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on PER_PEOPLE_F

Line 8797: select date_of_birth from per_people_f

8793: l_date_of_birth per_all_people_f.date_of_birth%type;
8794: l_legislation_code per_business_groups.legislation_code%TYPE;
8795:
8796: cursor csr_get_person_dob is
8797: select date_of_birth from per_people_f
8798: where person_id = p_person_id
8799: and p_effective_date between effective_start_date
8800: and effective_end_date;
8801: