DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_SWI dependencies on HR_PERSON_NAME

Line 2856: l_current_disp_name := hr_person_name.get_person_name(l_current_person_id,sysdate );

2852: -- Should rely on the person_id to get the name in correct format
2853:
2854: begin
2855: if l_current_person_id is not null then
2856: l_current_disp_name := hr_person_name.get_person_name(l_current_person_id,sysdate );
2857: end if;
2858: exception
2859: when others then
2860: l_current_disp_name := null;