DBA Data[Home] [Help]

APPS.PER_CHECKLISTS_SWI dependencies on HR_UTILITY

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

71: -- Other variables
72: l_checklist_id number;
73: l_proc varchar2(72) := g_package ||'create_checklist';
74: Begin
75: hr_utility.set_location(' Entering:' || l_proc,10);
76: --
77: -- Issue a savepoint
78: --
79: savepoint create_checklist_swi;

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

165: -- messages of any type exist in the Multiple Message List.
166: -- Also disable Multiple Message Detection.
167: --
168: p_return_status := hr_multi_message.get_return_status_disable;
169: hr_utility.set_location(' Leaving:' || l_proc,20);
170: --
171: exception
172: when hr_multi_message.error_message_exist then
173: --

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

180: -- Reset IN OUT parameters and set OUT parameters
181: --
182: p_object_version_number := null;
183: p_return_status := hr_multi_message.get_return_status_disable;
184: hr_utility.set_location(' Leaving:' || l_proc, 30);
185: when others then
186: --
187: -- When Multiple Message Detection is enabled catch
188: -- any Application specific or other unexpected

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

191: -- error.
192: --
193: rollback to create_checklist_swi;
194: if hr_multi_message.unexpected_error_add(l_proc) then
195: hr_utility.set_location(' Leaving:' || l_proc,40);
196: raise;
197: end if;
198: --
199: -- Reset IN OUT and set OUT parameters

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

199: -- Reset IN OUT and set OUT parameters
200: --
201: p_object_version_number := null;
202: p_return_status := hr_multi_message.get_return_status_disable;
203: hr_utility.set_location(' Leaving:' || l_proc,50);
204: end create_checklist;
205: -- ----------------------------------------------------------------------------
206: -- |---------------------------< update_checklist >---------------------------|
207: -- ----------------------------------------------------------------------------

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

268: --
269: -- Other variables
270: l_proc varchar2(72) := g_package ||'update_checklist';
271: Begin
272: hr_utility.set_location(' Entering:' || l_proc,10);
273: --
274: -- Issue a savepoint
275: --
276: savepoint update_checklist_swi;

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

359: -- messages of any type exist in the Multiple Message List.
360: -- Also disable Multiple Message Detection.
361: --
362: p_return_status := hr_multi_message.get_return_status_disable;
363: hr_utility.set_location(' Leaving:' || l_proc,20);
364: --
365: exception
366: when hr_multi_message.error_message_exist then
367: --

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

374: -- Reset IN OUT parameters and set OUT parameters
375: --
376: p_object_version_number := l_object_version_number;
377: p_return_status := hr_multi_message.get_return_status_disable;
378: hr_utility.set_location(' Leaving:' || l_proc, 30);
379: when others then
380: --
381: -- When Multiple Message Detection is enabled catch
382: -- any Application specific or other unexpected

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

385: -- error.
386: --
387: rollback to update_checklist_swi;
388: if hr_multi_message.unexpected_error_add(l_proc) then
389: hr_utility.set_location(' Leaving:' || l_proc,40);
390: raise;
391: end if;
392: --
393: -- Reset IN OUT and set OUT parameters

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

393: -- Reset IN OUT and set OUT parameters
394: --
395: p_object_version_number := l_object_version_number;
396: p_return_status := hr_multi_message.get_return_status_disable;
397: hr_utility.set_location(' Leaving:' || l_proc,50);
398: end update_checklist;
399: -- ----------------------------------------------------------------------------
400: -- |---------------------------< delete_checklist >---------------------------|
401: -- ----------------------------------------------------------------------------

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

413: --
414: -- Other variables
415: l_proc varchar2(72) := g_package ||'delete_checklist';
416: Begin
417: hr_utility.set_location(' Entering:' || l_proc,10);
418: --
419: -- Issue a savepoint
420: --
421: savepoint delete_checklist_swi;

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

455: -- messages of any type exist in the Multiple Message List.
456: -- Also disable Multiple Message Detection.
457: --
458: p_return_status := hr_multi_message.get_return_status_disable;
459: hr_utility.set_location(' Leaving:' || l_proc,20);
460: --
461: exception
462: when hr_multi_message.error_message_exist then
463: --

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

469: --
470: -- Reset IN OUT parameters and set OUT parameters
471: --
472: p_return_status := hr_multi_message.get_return_status_disable;
473: hr_utility.set_location(' Leaving:' || l_proc, 30);
474: when others then
475: --
476: -- When Multiple Message Detection is enabled catch
477: -- any Application specific or other unexpected

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

480: -- error.
481: --
482: rollback to delete_checklist_swi;
483: if hr_multi_message.unexpected_error_add(l_proc) then
484: hr_utility.set_location(' Leaving:' || l_proc,40);
485: raise;
486: end if;
487: --
488: -- Reset IN OUT and set OUT parameters

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

487: --
488: -- Reset IN OUT and set OUT parameters
489: --
490: p_return_status := hr_multi_message.get_return_status_disable;
491: hr_utility.set_location(' Leaving:' || l_proc,50);
492: end delete_checklist;
493: end per_checklists_swi;