DBA Data[Home] [Help]

APPS.PER_CHECKLIST_EVENTS dependencies on PER_ALL_PEOPLE_F

Line 819: from per_all_people_f

815: l_user_key varchar2(240) := l_Item_Key;
816: --
817: CURSOR csr_person_name is
818: select FULL_NAME
819: from per_all_people_f
820: where person_id = p_person_id
821: and trunc(sysdate) between effective_start_date and effective_end_date;
822:
823: varname Wf_Engine.NameTabTyp;