DBA Data[Home] [Help]

APPS.HR_PERSON_ADDRESS_API dependencies on PER_ALL_PEOPLE_F

Line 103: from per_all_people_f per

99: -- 3078778
100: --
101: cursor csr_bus_grp is
102: select per.business_group_id
103: from per_all_people_f per
104: where per.person_id = p_person_id;
105: --
106: -- Bug# 2968022 End Here
107: --