DBA Data[Home] [Help]

APPS.HR_PL_PREVIOUS_EMPLOYMENT_API dependencies on PER_ALL_PEOPLE_F

Line 105: from per_all_people_f pe

101: cursor csr_bg is
102: select legislation_code
103: from per_business_groups pbg
104: where pbg.business_group_id in (select pe.business_group_id
105: from per_all_people_f pe
106: where pe.PERSON_ID = p_person_id);
107:
108: l_period_years number;
109: l_period_months number;