DBA Data[Home] [Help]

APPS.HR_FR_CONTRACT_API dependencies on PER_ALL_PEOPLE_F

Line 83: from per_all_people_f per

79: l_amount varchar2(30);
80: --
81: cursor csr_get_business_group_id is
82: select per.business_group_id
83: from per_all_people_f per
84: where per.person_id = p_person_id
85: and p_effective_date between per.effective_start_date
86: and per.effective_end_date;
87: --

Line 295: from per_all_people_f per

291: l_amount varchar2(30);
292: --
293: cursor csr_get_business_group_id is
294: select per.business_group_id
295: from per_all_people_f per
296: where per.person_id = p_person_id
297: and p_effective_date between per.effective_start_date
298: and per.effective_end_date;
299: --