2047: -- Should rely on the person_id to get the name in correct format
2048:
2049: begin
2050: if l_current_person_id is not null then
2051: l_current_disp_name := hr_person_name.get_person_name(l_current_person_id,sysdate );
2052: end if;
2053: exception
2054: when others then
2055: l_current_disp_name := null;