DBA Data[Home] [Help]

APPS.GHR_PER_SUM dependencies on PER_ALL_PEOPLE_F

Line 755: select current_employee_flag from per_all_people_f

751: ,p_person_id IN NUMBER
752: ,p_current_emp_flag OUT NOCOPY VARCHAR2) IS
753:
754: CURSOR cur_emp_flag IS
755: select current_employee_flag from per_all_people_f
756: where person_id = p_person_id
757: and p_effective_date
758: between effective_start_date and effective_end_date;
759: