DBA Data[Home] [Help]

APPS.PAY_ASSG_COST_WF dependencies on PER_ALL_PEOPLE_F

Line 256: from per_all_people_f

252: l_admin_display_name varchar2(240);
253:
254: CURSOR csr_person_name is
255: select FULL_NAME
256: from per_all_people_f
257: where person_id = p_person_id
258: and trunc(sysdate) between effective_start_date and effective_end_date;
259: BEGIN
260: hr_utility.set_location('Entering....'||l_proc,10);