DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SS dependencies on WF_DIRECTORY

Line 497: wf_directory.GetUserName

493: result := 'COMPLETE:F';
494:
495: else
496: --
497: wf_directory.GetUserName
498: (p_orig_system => 'PER'
499: ,p_orig_system_id => l_forward_to_person_id
500: ,p_name => l_forward_to_username
501: ,p_display_name => l_forward_to_disp_name);

Line 533: wf_directory.GetUserName

529: --
530: -- Get the username and display name for forward from person
531: -- and save to item attributes
532: --
533: wf_directory.GetUserName
534: (p_orig_system => 'PER'
535: ,p_orig_system_id => l_current_forward_to_id
536: ,p_name => l_forward_from_username
537: ,p_display_name => l_forward_from_disp_name);

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

2040: hr_utility.set_location('Building subject for NtfId:'||document_id,17);
2041: end if;
2042: if(l_creator_person_id=l_current_person_id) then
2043: if g_debug then
2044: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,18);
2045: end if;
2046:
2047: -- get creator display name from role
2048: wf_directory.GetUserName

Line 2048: wf_directory.GetUserName

2044: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,18);
2045: end if;
2046:
2047: -- get creator display name from role
2048: wf_directory.GetUserName
2049: (p_orig_system => 'PER'
2050: ,p_orig_system_id => l_creator_person_id
2051: ,p_name => l_creator_username
2052: ,p_display_name => l_creator_disp_name);

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

2066:
2067: else
2068: -- get creator display name from role
2069: if g_debug then
2070: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,20);
2071: end if;
2072: wf_directory.GetUserName
2073: (p_orig_system => 'PER'
2074: ,p_orig_system_id => l_creator_person_id

Line 2072: wf_directory.GetUserName

2068: -- get creator display name from role
2069: if g_debug then
2070: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,20);
2071: end if;
2072: wf_directory.GetUserName
2073: (p_orig_system => 'PER'
2074: ,p_orig_system_id => l_creator_person_id
2075: ,p_name => l_creator_username
2076: ,p_display_name => l_creator_disp_name);

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

2076: ,p_display_name => l_creator_disp_name);
2077:
2078: -- get current person display name from role
2079: if g_debug then
2080: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_current_person_id,21);
2081: end if;
2082: wf_directory.GetUserName
2083: (p_orig_system => 'PER'
2084: ,p_orig_system_id => l_current_person_id

Line 2082: wf_directory.GetUserName

2078: -- get current person display name from role
2079: if g_debug then
2080: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_current_person_id,21);
2081: end if;
2082: wf_directory.GetUserName
2083: (p_orig_system => 'PER'
2084: ,p_orig_system_id => l_current_person_id
2085: ,p_name => l_current_username
2086: ,p_display_name => l_current_disp_name);

Line 2380: wf_directory.GetUserName(p_orig_system => 'PER'

2376: -- check if the ln_nextApprover_person_id is null
2377: if(ln_nextApprover_person_id is null) then
2378: return fnd_global.user_name;
2379: else
2380: wf_directory.GetUserName(p_orig_system => 'PER'
2381: ,p_orig_system_id => ln_nextApprover_person_id
2382: ,p_name => ln_nextApprover_userName
2383: ,p_display_name => ln_nextApprover_dispName);
2384:

Line 2414: userRoles Wf_Directory.RoleTable;

2410: from_role varchar2(320);
2411: more_info_role varchar2(320);
2412:
2413: l_username fnd_user.user_name%TYPE default null;
2414: userRoles Wf_Directory.RoleTable;
2415: matchFound boolean;
2416: begin
2417:
2418: l_username := wf_advanced_worklist.Authenticate(p_username, p_nid, p_nkey);

Line 2426: Wf_Directory.GetUserRoles(p_username,userRoles);

2422: into recipient, orig_recipient, from_role, more_info_role
2423: from WF_NOTIFICATIONS WN
2424: where WN.NOTIFICATION_ID = p_nid;
2425:
2426: Wf_Directory.GetUserRoles(p_username,userRoles);
2427: matchFound := false;
2428:
2429: -- loop through the roles and validate if the user role matches
2430: -- to orig_recipient