DBA Data[Home] [Help]

APPS.HR_GB_PROCESS_P11D_ENTRIES_PKG dependencies on PER_PEOPLE_F

Line 2313: from per_people_f

2309:
2310: cursor csr_person(p_effective_date date)
2311: is
2312: select FULL_NAME
2313: from per_people_f
2314: where person_ID = l_person_id
2315: and p_effective_date between
2316: nvl(effective_start_date,p_effective_date)
2317: and nvl(effective_start_date,p_effective_date);