DBA Data[Home] [Help]

APPS.OTA_OPEN_FC_ENROLLMENT_SWI dependencies on HR_UTILITY

Line 33: hr_utility.set_location(' Entering:' || l_proc,10);

29: -- Other variables
30: l_proc varchar2(72) := g_package ||'create_open_fc_enrollment';
31: l_enrollment_id number;
32: Begin
33: hr_utility.set_location(' Entering:' || l_proc,10);
34: --
35: -- Issue a savepoint
36: --
37: savepoint create_open_fc_enrollment_swi;

Line 86: hr_utility.set_location(' Leaving:' || l_proc,20);

82: -- messages of any type exist in the Multiple Message List.
83: -- Also disable Multiple Message Detection.
84: --
85: p_return_status := hr_multi_message.get_return_status_disable;
86: hr_utility.set_location(' Leaving:' || l_proc,20);
87: --
88: exception
89: when hr_multi_message.error_message_exist then
90: --

Line 102: hr_utility.set_location(' Leaving:' || l_proc, 30);

98: --
99: l_enrollment_id := null;
100: p_object_version_number := null;
101: p_return_status := hr_multi_message.get_return_status_disable;
102: hr_utility.set_location(' Leaving:' || l_proc, 30);
103: when others then
104: --
105: -- When Multiple Message Detection is enabled catch
106: -- any Application specific or other unexpected

Line 113: hr_utility.set_location(' Leaving:' || l_proc,40);

109: -- error.
110: --
111: rollback to create_open_fc_enrollment_swi;
112: if hr_multi_message.unexpected_error_add(l_proc) then
113: hr_utility.set_location(' Leaving:' || l_proc,40);
114: raise;
115: end if;
116: --
117: -- Reset IN OUT and set OUT parameters

Line 122: hr_utility.set_location(' Leaving:' || l_proc,50);

118: --
119: l_enrollment_id := null;
120: p_object_version_number := null;
121: p_return_status := hr_multi_message.get_return_status_disable;
122: hr_utility.set_location(' Leaving:' || l_proc,50);
123: end create_open_fc_enrollment;
124: -- ----------------------------------------------------------------------------
125: -- |-----------------------< update_open_fc_enrollment >----------------------|
126: -- ----------------------------------------------------------------------------

Line 149: hr_utility.set_location(' Entering:' || l_proc,10);

145: --
146: -- Other variables
147: l_proc varchar2(72) := g_package ||'update_open_fc_enrollment';
148: Begin
149: hr_utility.set_location(' Entering:' || l_proc,10);
150: --
151: -- Issue a savepoint
152: --
153: savepoint update_open_fc_enrollment_swi;

Line 198: hr_utility.set_location(' Leaving:' || l_proc,20);

194: -- messages of any type exist in the Multiple Message List.
195: -- Also disable Multiple Message Detection.
196: --
197: p_return_status := hr_multi_message.get_return_status_disable;
198: hr_utility.set_location(' Leaving:' || l_proc,20);
199: --
200: exception
201: when hr_multi_message.error_message_exist then
202: --

Line 213: hr_utility.set_location(' Leaving:' || l_proc, 30);

209: -- Reset IN OUT parameters and set OUT parameters
210: --
211: p_object_version_number := l_object_version_number;
212: p_return_status := hr_multi_message.get_return_status_disable;
213: hr_utility.set_location(' Leaving:' || l_proc, 30);
214: when others then
215: --
216: -- When Multiple Message Detection is enabled catch
217: -- any Application specific or other unexpected

Line 224: hr_utility.set_location(' Leaving:' || l_proc,40);

220: -- error.
221: --
222: rollback to update_open_fc_enrollment_swi;
223: if hr_multi_message.unexpected_error_add(l_proc) then
224: hr_utility.set_location(' Leaving:' || l_proc,40);
225: raise;
226: end if;
227: --
228: -- Reset IN OUT and set OUT parameters

Line 232: hr_utility.set_location(' Leaving:' || l_proc,50);

228: -- Reset IN OUT and set OUT parameters
229: --
230: p_object_version_number := l_object_version_number;
231: p_return_status := hr_multi_message.get_return_status_disable;
232: hr_utility.set_location(' Leaving:' || l_proc,50);
233: end update_open_fc_enrollment;
234: -- ----------------------------------------------------------------------------
235: -- |-----------------------< delete_open_fc_enrollment >----------------------|
236: -- ----------------------------------------------------------------------------

Line 252: hr_utility.set_location(' Entering:' || l_proc,10);

248: --
249: -- Other variables
250: l_proc varchar2(72) := g_package ||'delete_open_fc_enrollment';
251: Begin
252: hr_utility.set_location(' Entering:' || l_proc,10);
253: --
254: -- Issue a savepoint
255: --
256: savepoint delete_open_fc_enrollment_swi;

Line 294: hr_utility.set_location(' Leaving:' || l_proc,20);

290: -- messages of any type exist in the Multiple Message List.
291: -- Also disable Multiple Message Detection.
292: --
293: p_return_status := hr_multi_message.get_return_status_disable;
294: hr_utility.set_location(' Leaving:' || l_proc,20);
295: --
296: exception
297: when hr_multi_message.error_message_exist then
298: --

Line 308: hr_utility.set_location(' Leaving:' || l_proc, 30);

304: --
305: -- Reset IN OUT parameters and set OUT parameters
306: --
307: p_return_status := hr_multi_message.get_return_status_disable;
308: hr_utility.set_location(' Leaving:' || l_proc, 30);
309: when others then
310: --
311: -- When Multiple Message Detection is enabled catch
312: -- any Application specific or other unexpected

Line 319: hr_utility.set_location(' Leaving:' || l_proc,40);

315: -- error.
316: --
317: rollback to delete_open_fc_enrollment_swi;
318: if hr_multi_message.unexpected_error_add(l_proc) then
319: hr_utility.set_location(' Leaving:' || l_proc,40);
320: raise;
321: end if;
322: --
323: -- Reset IN OUT and set OUT parameters

Line 326: hr_utility.set_location(' Leaving:' || l_proc,50);

322: --
323: -- Reset IN OUT and set OUT parameters
324: --
325: p_return_status := hr_multi_message.get_return_status_disable;
326: hr_utility.set_location(' Leaving:' || l_proc,50);
327: end delete_open_fc_enrollment;
328: end ota_open_fc_enrollment_swi;