DBA Data[Home] [Help]

APPS.OTA_RESOURCE_DEFINITION_SWI dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

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

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

332: -- messages of any type exist in the Multiple Message List.
333: -- Also disable Multiple Message Detection.
334: --
335: p_return_status := hr_multi_message.get_return_status_disable;
336: hr_utility.set_location(' Leaving:' || l_proc,20);
337: --
338: exception
339: when hr_multi_message.error_message_exist then
340: --

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

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

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

358: -- error.
359: --
360: rollback to update_resource_definition_swi;
361: if hr_multi_message.unexpected_error_add(l_proc) then
362: hr_utility.set_location(' Leaving:' || l_proc,40);
363: raise;
364: end if;
365: --
366: -- Reset IN OUT and set OUT parameters

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

366: -- Reset IN OUT and set OUT parameters
367: --
368: p_object_version_number := l_object_version_number;
369: p_return_status := hr_multi_message.get_return_status_disable;
370: hr_utility.set_location(' Leaving:' || l_proc,50);
371: end update_resource_definition;
372: -- ----------------------------------------------------------------------------
373: -- |----------------------< delete_resource_definition >----------------------|
374: -- ----------------------------------------------------------------------------

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

386: --
387: -- Other variables
388: l_proc varchar2(72) := g_package ||'delete_resource_definition';
389: Begin
390: hr_utility.set_location(' Entering:' || l_proc,10);
391: --
392: -- Issue a savepoint
393: --
394: savepoint delete_resource_definition_swi;

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

428: -- messages of any type exist in the Multiple Message List.
429: -- Also disable Multiple Message Detection.
430: --
431: p_return_status := hr_multi_message.get_return_status_disable;
432: hr_utility.set_location(' Leaving:' || l_proc,20);
433: --
434: exception
435: when hr_multi_message.error_message_exist then
436: --

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

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

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

453: -- error.
454: --
455: rollback to delete_resource_definition_swi;
456: if hr_multi_message.unexpected_error_add(l_proc) then
457: hr_utility.set_location(' Leaving:' || l_proc,40);
458: raise;
459: end if;
460: --
461: -- Reset IN OUT and set OUT parameters

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

460: --
461: -- Reset IN OUT and set OUT parameters
462: --
463: p_return_status := hr_multi_message.get_return_status_disable;
464: hr_utility.set_location(' Leaving:' || l_proc,50);
465: end delete_resource_definition;
466: end ota_resource_definition_swi;