899: and language = userenv('LANG');
900:
901: cursor cur_ele_employee is
902: select full_name||'(Person ID='||person_id||')'
903: from per_people_f
904: where person_id = to_number(p_ele_employee)
905: and fnd_date.canonical_to_date(p_date_earned)
906: between effective_start_date and effective_end_date;
907:
3028: and language = userenv('LANG');
3029:
3030: cursor cur_ele_employee is
3031: select full_name||'(Person ID='||person_id||')'
3032: from per_people_f
3033: where person_id = to_number(p_ele_employee)
3034: and fnd_date.canonical_to_date(p_date_earned)
3035: between effective_start_date and effective_end_date;
3036: