DBA Data[Home] [Help]

APPS.HR_EMPL_VERF_UTIL dependencies on HR_UTILITY

Line 119: hr_utility.set_location(' Entering: ' || g_package || '.' || l_proc,5);

115: l_proc varchar2(50) := 'send_notification';
116:
117:
118: BEGIN
119: hr_utility.set_location(' Entering: ' || g_package || '.' || l_proc,5);
120:
121: lv_role_name := null;
122: --Fix 4778117
123: begin

Line 155: hr_utility.set_location(' Exception when calling wf_directory.createadhocrole ' || SQLERRM, 55);

151: parent_orig_system => null,
152: parent_orig_system_id => null,
153: owner_tag => 'PER');
154: exception when others then
155: hr_utility.set_location(' Exception when calling wf_directory.createadhocrole ' || SQLERRM, 55);
156: hr_utility.set_location(' Leaving ' || l_proc, 60);
157: end;
158:
159:

Line 156: hr_utility.set_location(' Leaving ' || l_proc, 60);

152: parent_orig_system_id => null,
153: owner_tag => 'PER');
154: exception when others then
155: hr_utility.set_location(' Exception when calling wf_directory.createadhocrole ' || SQLERRM, 55);
156: hr_utility.set_location(' Leaving ' || l_proc, 60);
157: end;
158:
159:
160: