DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_SWI dependencies on WF_DIRECTORY

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

2801: hr_utility.set_location('Building subject for NtfId:'||document_id,17);
2802: end if;
2803: if(l_creator_person_id=l_current_person_id) then
2804: if g_debug then
2805: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,18);
2806: end if;
2807:
2808: -- get creator display name from role
2809: wf_directory.GetUserName

Line 2809: wf_directory.GetUserName

2805: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,18);
2806: end if;
2807:
2808: -- get creator display name from role
2809: wf_directory.GetUserName
2810: (p_orig_system => 'PER'
2811: ,p_orig_system_id => l_creator_person_id
2812: ,p_name => l_creator_username
2813: ,p_display_name => l_creator_disp_name);

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

2827:
2828: else
2829: -- get creator display name from role
2830: if g_debug then
2831: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,20);
2832: end if;
2833: wf_directory.GetUserName
2834: (p_orig_system => 'PER'
2835: ,p_orig_system_id => l_creator_person_id

Line 2833: wf_directory.GetUserName

2829: -- get creator display name from role
2830: if g_debug then
2831: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_creator_person_id,20);
2832: end if;
2833: wf_directory.GetUserName
2834: (p_orig_system => 'PER'
2835: ,p_orig_system_id => l_creator_person_id
2836: ,p_name => l_creator_username
2837: ,p_display_name => l_creator_disp_name);

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

2837: ,p_display_name => l_creator_disp_name);
2838:
2839: -- get current person display name from role
2840: if g_debug then
2841: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_current_person_id,21);
2842: end if;
2843: wf_directory.GetUserName
2844: (p_orig_system => 'PER'
2845: ,p_orig_system_id => l_current_person_id

Line 2843: wf_directory.GetUserName

2839: -- get current person display name from role
2840: if g_debug then
2841: hr_utility.set_location('calling wf_directory.GetUserName for person_id:'||l_current_person_id,21);
2842: end if;
2843: wf_directory.GetUserName
2844: (p_orig_system => 'PER'
2845: ,p_orig_system_id => l_current_person_id
2846: ,p_name => l_current_username
2847: ,p_display_name => l_current_disp_name);