DBA Data[Home] [Help]

APPS.HR_GB_PROCESS_P11D_ENTRIES_PKG dependencies on PER_PEOPLE_F

Line 1861: from per_people_f

1857:
1858: cursor csr_person(p_effective_date date)
1859: is
1860: select FULL_NAME
1861: from per_people_f
1862: where person_ID = l_person_id
1863: and p_effective_date between
1864: nvl(effective_start_date,p_effective_date)
1865: and nvl(effective_start_date,p_effective_date);