DBA Data[Home] [Help]

APPS.PAY_ASSG_COST_WF dependencies on PER_ALL_PEOPLE_F

Line 353: from per_all_people_f

349: l_admin_display_name varchar2(240);
350:
351: CURSOR csr_person_name is
352: select FULL_NAME
353: from per_all_people_f
354: where person_id = p_person_id
355: and trunc(sysdate) between effective_start_date and effective_end_date;
356:
357: BEGIN