DBA Data[Home] [Help]

APPS.OTA_EXTERNAL_LEARNING_SWI dependencies on HR_UTILITY

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

64: -- Other variables
65: l_nota_history_id number;
66: l_proc varchar2(72) := g_package ||'create_external_learning';
67: Begin
68: hr_utility.set_location(' Entering:' || l_proc,10);
69: --
70: -- Issue a savepoint
71: --
72: savepoint create_external_learning_swi;

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

148: -- messages of any type exist in the Multiple Message List.
149: -- Also disable Multiple Message Detection.
150: --
151: p_return_status := hr_multi_message.get_return_status_disable;
152: hr_utility.set_location(' Leaving:' || l_proc,20);
153: --
154: exception
155: when hr_multi_message.error_message_exist then
156: --

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

163: -- Reset IN OUT parameters and set OUT parameters
164: --
165: p_object_version_number := null;
166: p_return_status := hr_multi_message.get_return_status_disable;
167: hr_utility.set_location(' Leaving:' || l_proc, 30);
168: when others then
169: --
170: -- When Multiple Message Detection is enabled catch
171: -- any Application specific or other unexpected

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

174: -- error.
175: --
176: rollback to create_external_learning_swi;
177: if hr_multi_message.unexpected_error_add(l_proc) then
178: hr_utility.set_location(' Leaving:' || l_proc,40);
179: raise;
180: end if;
181: --
182: -- Reset IN OUT and set OUT parameters

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

182: -- Reset IN OUT and set OUT parameters
183: --
184: p_object_version_number := null;
185: p_return_status := hr_multi_message.get_return_status_disable;
186: hr_utility.set_location(' Leaving:' || l_proc,50);
187: end create_external_learning;
188: -- ----------------------------------------------------------------------------
189: -- |-----------------------< update_external_learning >-----------------------|
190: -- ----------------------------------------------------------------------------

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

244: --
245: -- Other variables
246: l_proc varchar2(72) := g_package ||'update_external_learning';
247: Begin
248: hr_utility.set_location(' Entering:' || l_proc,10);
249: --
250: -- Issue a savepoint
251: --
252: savepoint update_external_learning_swi;

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

327: -- messages of any type exist in the Multiple Message List.
328: -- Also disable Multiple Message Detection.
329: --
330: p_return_status := hr_multi_message.get_return_status_disable;
331: hr_utility.set_location(' Leaving:' || l_proc,20);
332: --
333: exception
334: when hr_multi_message.error_message_exist then
335: --

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

342: -- Reset IN OUT parameters and set OUT parameters
343: --
344: p_object_version_number := l_object_version_number;
345: p_return_status := hr_multi_message.get_return_status_disable;
346: hr_utility.set_location(' Leaving:' || l_proc, 30);
347: when others then
348: --
349: -- When Multiple Message Detection is enabled catch
350: -- any Application specific or other unexpected

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

353: -- error.
354: --
355: rollback to update_external_learning_swi;
356: if hr_multi_message.unexpected_error_add(l_proc) then
357: hr_utility.set_location(' Leaving:' || l_proc,40);
358: raise;
359: end if;
360: --
361: -- Reset IN OUT and set OUT parameters

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

361: -- Reset IN OUT and set OUT parameters
362: --
363: p_object_version_number := l_object_version_number;
364: p_return_status := hr_multi_message.get_return_status_disable;
365: hr_utility.set_location(' Leaving:' || l_proc,50);
366: end update_external_learning;
367: -- ----------------------------------------------------------------------------
368: -- |-----------------------< delete_external_learning >-----------------------|
369: -- ----------------------------------------------------------------------------

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

381: --
382: -- Other variables
383: l_proc varchar2(72) := g_package ||'delete_external_learning';
384: Begin
385: hr_utility.set_location(' Entering:' || l_proc,10);
386: --
387: -- Issue a savepoint
388: --
389: savepoint delete_external_learning_swi;

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

423: -- messages of any type exist in the Multiple Message List.
424: -- Also disable Multiple Message Detection.
425: --
426: p_return_status := hr_multi_message.get_return_status_disable;
427: hr_utility.set_location(' Leaving:' || l_proc,20);
428: --
429: exception
430: when hr_multi_message.error_message_exist then
431: --

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

437: --
438: -- Reset IN OUT parameters and set OUT parameters
439: --
440: p_return_status := hr_multi_message.get_return_status_disable;
441: hr_utility.set_location(' Leaving:' || l_proc, 30);
442: when others then
443: --
444: -- When Multiple Message Detection is enabled catch
445: -- any Application specific or other unexpected

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

448: -- error.
449: --
450: rollback to delete_external_learning_swi;
451: if hr_multi_message.unexpected_error_add(l_proc) then
452: hr_utility.set_location(' Leaving:' || l_proc,40);
453: raise;
454: end if;
455: --
456: -- Reset IN OUT and set OUT parameters

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

455: --
456: -- Reset IN OUT and set OUT parameters
457: --
458: p_return_status := hr_multi_message.get_return_status_disable;
459: hr_utility.set_location(' Leaving:' || l_proc,50);
460: end delete_external_learning;
461: end ota_external_learning_swi;