DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 36: from hr_organization_information hoi

32: -- replaced per_people_f with per_all_people_f in this cursor.
33: --
34: cursor csr_sec_grp is
35: select hoi.org_information14, hoi.org_information9
36: from hr_organization_information hoi
37: , per_all_people_f per
38: where per.person_id = p_person_id
39: and hoi.organization_id = per.business_group_id
40: and hoi.org_information_context||'' = 'Business Group Information';