DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SS dependencies on HR_PERSON_NAME

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

2091: -- Should rely on the person_id to get the name in correct format
2092:
2093: begin
2094: if l_current_person_id is not null then
2095: l_current_disp_name := hr_person_name.get_person_name(l_current_person_id,sysdate );
2096: end if;
2097: exception
2098: when others then
2099: l_current_disp_name := null;