DBA Data[Home] [Help]

APPS.HR_IN_PERSON_EXTRA_INFO_API dependencies on PER_PEOPLE_F

Line 15: cursor check_legislation(p_person_id per_people_f.person_id%TYPE) IS

11: )
12: IS
13: l_legislation_code per_business_groups.legislation_code%type;
14: --
15: cursor check_legislation(p_person_id per_people_f.person_id%TYPE) IS
16: select business_group_id
17: from per_people_f
18: where person_id = p_person_id;
19:

Line 17: from per_people_f

13: l_legislation_code per_business_groups.legislation_code%type;
14: --
15: cursor check_legislation(p_person_id per_people_f.person_id%TYPE) IS
16: select business_group_id
17: from per_people_f
18: where person_id = p_person_id;
19:
20: BEGIN
21: