DBA Data[Home] [Help]

APPS.HR_BE_CONTRACT_API dependencies on PER_ALL_PEOPLE_F

Line 73: from per_all_people_f per

69: l_legislation_code varchar2(2);
70: --
71: cursor csr_get_business_group_id is
72: select per.business_group_id
73: from per_all_people_f per
74: where per.person_id = p_person_id
75: and p_effective_date between per.effective_start_date
76: and per.effective_end_date;
77: --

Line 259: from per_all_people_f per

255: l_legislation_code varchar2(2);
256: --
257: cursor csr_get_business_group_id is
258: select per.business_group_id
259: from per_all_people_f per
260: where per.person_id = p_person_id
261: and p_effective_date between per.effective_start_date
262: and per.effective_end_date;
263: --