DBA Data[Home] [Help]

APPS.HR_FI_VALIDATE_PKG dependencies on PER_ALL_PEOPLE_F

Line 2313: from per_all_people_f

2309: ) IS
2310:
2311: cursor get_start_date(p_person_id number) is
2312: select min(effective_start_date)
2313: from per_all_people_f
2314: where person_id=p_person_id;
2315: l_start_date date;
2316:
2317: BEGIN

Line 2354: from per_all_people_f

2350: ) IS
2351:
2352: cursor get_start_date(l_person_id number) is
2353: select min(effective_start_date)
2354: from per_all_people_f
2355: where person_id=l_person_id;
2356:
2357: cursor get_person_id(p_absence_attendance_id in number) is
2358: select person_id