DBA Data[Home] [Help]

APPS.HR_SFLUTIL_SS dependencies on WF_DIRECTORY

Line 435: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,18);

431: hr_utility.set_location('Building subject for transaction:'||ln_transaction_id,17);
432: end if;
433: if(l_creator_person_id=l_current_person_id or lr_hr_api_transaction_rec.transaction_ref_table = 'PER_ALL_VACANCIES') then
434: if g_debug then
435: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,18);
436: end if;
437:
438: -- get creator display name from role
439: wf_directory.GetUserName

Line 439: wf_directory.GetUserName

435: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,18);
436: end if;
437:
438: -- get creator display name from role
439: wf_directory.GetUserName
440: (p_orig_system => 'PER'
441: ,p_orig_system_id => l_creator_person_id
442: ,p_name => l_creator_username
443: ,p_display_name => l_creator_disp_name);

Line 458: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,20);

454:
455: else
456: -- get creator display name from role
457: if g_debug then
458: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,20);
459: end if;
460: wf_directory.GetUserName
461: (p_orig_system => 'PER'
462: ,p_orig_system_id => l_creator_person_id

Line 460: wf_directory.GetUserName

456: -- get creator display name from role
457: if g_debug then
458: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,20);
459: end if;
460: wf_directory.GetUserName
461: (p_orig_system => 'PER'
462: ,p_orig_system_id => l_creator_person_id
463: ,p_name => l_creator_username
464: ,p_display_name => l_creator_disp_name);

Line 468: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_current_person_id,21);

464: ,p_display_name => l_creator_disp_name);
465:
466: -- get current person display name from role
467: if g_debug then
468: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_current_person_id,21);
469: end if;
470: wf_directory.GetUserName
471: (p_orig_system => 'PER'
472: ,p_orig_system_id => l_current_person_id

Line 470: wf_directory.GetUserName

466: -- get current person display name from role
467: if g_debug then
468: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_current_person_id,21);
469: end if;
470: wf_directory.GetUserName
471: (p_orig_system => 'PER'
472: ,p_orig_system_id => l_current_person_id
473: ,p_name => l_current_username
474: ,p_display_name => l_current_disp_name);

Line 947: wf_directory.getusername

943: -- appraisal specfic
944:
945: -- set the item attributes specific to appraisals
946: -- get the wf role info for the login user
947: wf_directory.getusername
948: (p_orig_system => 'PER'
949: ,p_orig_system_id => fnd_global.employee_id
950: ,p_name => lv_loginPersonUserName
951: ,p_display_name => lv_loginPersonDispName);