DBA Data[Home] [Help]

APPS.HR_FI_VALIDATE_PKG dependencies on PER_ALL_PEOPLE_F

Line 2293: from per_all_people_f

2289: ) IS
2290:
2291: cursor get_start_date(p_person_id number) is
2292: select min(effective_start_date)
2293: from per_all_people_f
2294: where person_id=p_person_id;
2295: l_start_date date;
2296:
2297: BEGIN

Line 2334: from per_all_people_f

2330: ) IS
2331:
2332: cursor get_start_date(l_person_id number) is
2333: select min(effective_start_date)
2334: from per_all_people_f
2335: where person_id=l_person_id;
2336:
2337: cursor get_person_id(p_absence_attendance_id in number) is
2338: select person_id