DBA Data[Home] [Help]

APPS.GHR_PER_SUM dependencies on PER_ALL_PEOPLE_F

Line 764: select current_employee_flag from per_all_people_f

760: ,p_person_id IN NUMBER
761: ,p_current_emp_flag OUT NOCOPY VARCHAR2) IS
762:
763: CURSOR cur_emp_flag IS
764: select current_employee_flag from per_all_people_f
765: where person_id = p_person_id
766: and p_effective_date
767: between effective_start_date and effective_end_date;
768: