DBA Data[Home] [Help]

APPS.PAY_FR_TERMINATION_PKG dependencies on PER_ALL_PEOPLE_F

Line 296: from per_all_people_f

292: and business_group_id = p_business_group_id;
293:
294: select min(start_date)
295: into l_hire_date
296: from per_all_people_f
297: where person_id = l_person_id;
298:
299: If add_months(l_hire_date, 120) < p_termination_date Then
300: -- l_greater_than_10_years_service = 'Y'