DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PER_PEOPLE_F

Line 625: from per_people_f

621: and language = userenv('LANG');
622:
623: cursor cur_ele_employee is
624: select full_name||'(Person ID='||person_id||')'
625: from per_people_f
626: where person_id = to_number(p_ele_employee)
627: and fnd_date.canonical_to_date(p_date_earned)
628: between effective_start_date and effective_end_date;
629: