DBA Data[Home] [Help]

APPS.HR_SFLUTIL_SS dependencies on FND_PROFILE

Line 481: fnd_profile.value('BEN_DISPLAY_EMPLOYEE_NAME')

477: if(l_current_username is null OR l_current_disp_name is null) then
478: -- default to the value set in the item attribute CURRENT_PERSON_DISPLAY_NAME
479: begin
480: select decode(
481: fnd_profile.value('BEN_DISPLAY_EMPLOYEE_NAME')
482: ,'FN',full_name,first_name||' '|| last_name||' '||suffix) FULL_NAME
483: into l_current_disp_name
484: from per_all_people_f
485: where person_id=l_current_person_id