DBA Data[Home] [Help]

APPS.HR_DOCUMENT_EXTRA_INFO_SWI dependencies on HR_UTILITY

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

103: -- Other variables
104: l_document_extra_info_id number;
105: l_proc varchar2(72) := g_package ||'create_doc_extra_info';
106: Begin
107: hr_utility.set_location(' Entering:' || l_proc,10);
108: --
109: -- Issue a savepoint
110: --
111: savepoint create_doc_extra_info_swi;

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

228: -- messages of any type exist in the Multiple Message List.
229: -- Also disable Multiple Message Detection.
230: --
231: p_return_status := hr_multi_message.get_return_status_disable;
232: hr_utility.set_location(' Leaving:' || l_proc,20);
233: --
234: exception
235: when hr_multi_message.error_message_exist then
236: --

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

243: -- Reset IN OUT parameters and set OUT parameters
244: --
245: p_object_version_number := null;
246: p_return_status := hr_multi_message.get_return_status_disable;
247: hr_utility.set_location(' Leaving:' || l_proc, 30);
248: when others then
249: --
250: -- When Multiple Message Detection is enabled catch
251: -- any Application specific or other unexpected

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

254: -- error.
255: --
256: rollback to create_doc_extra_info_swi;
257: if hr_multi_message.unexpected_error_add(l_proc) then
258: hr_utility.set_location(' Leaving:' || l_proc,40);
259: raise;
260: end if;
261: --
262: -- Reset IN OUT and set OUT parameters

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

262: -- Reset IN OUT and set OUT parameters
263: --
264: p_object_version_number := null;
265: p_return_status := hr_multi_message.get_return_status_disable;
266: hr_utility.set_location(' Leaving:' || l_proc,50);
267: end create_doc_extra_info;
268: -- ----------------------------------------------------------------------------
269: -- |-------------------------< update_doc_extra_info >------------------------|
270: -- ----------------------------------------------------------------------------

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

363: --
364: -- Other variables
365: l_proc varchar2(72) := g_package ||'update_doc_extra_info';
366: Begin
367: hr_utility.set_location(' Entering:' || l_proc,10);
368: --
369: -- Issue a savepoint
370: --
371: savepoint update_doc_extra_info_swi;

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

486: -- messages of any type exist in the Multiple Message List.
487: -- Also disable Multiple Message Detection.
488: --
489: p_return_status := hr_multi_message.get_return_status_disable;
490: hr_utility.set_location(' Leaving:' || l_proc,20);
491: --
492: exception
493: when hr_multi_message.error_message_exist then
494: --

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

501: -- Reset IN OUT parameters and set OUT parameters
502: --
503: p_object_version_number := l_object_version_number;
504: p_return_status := hr_multi_message.get_return_status_disable;
505: hr_utility.set_location(' Leaving:' || l_proc, 30);
506: when others then
507: --
508: -- When Multiple Message Detection is enabled catch
509: -- any Application specific or other unexpected

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

512: -- error.
513: --
514: rollback to update_doc_extra_info_swi;
515: if hr_multi_message.unexpected_error_add(l_proc) then
516: hr_utility.set_location(' Leaving:' || l_proc,40);
517: raise;
518: end if;
519: --
520: -- Reset IN OUT and set OUT parameters

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

520: -- Reset IN OUT and set OUT parameters
521: --
522: p_object_version_number := l_object_version_number;
523: p_return_status := hr_multi_message.get_return_status_disable;
524: hr_utility.set_location(' Leaving:' || l_proc,50);
525: end update_doc_extra_info;
526: -- ----------------------------------------------------------------------------
527: -- |-------------------------< delete_doc_extra_info >------------------------|
528: -- ----------------------------------------------------------------------------

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

540: --
541: -- Other variables
542: l_proc varchar2(72) := g_package ||'delete_doc_extra_info';
543: Begin
544: hr_utility.set_location(' Entering:' || l_proc,10);
545: --
546: -- Issue a savepoint
547: --
548: savepoint delete_doc_extra_info_swi;

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

582: -- messages of any type exist in the Multiple Message List.
583: -- Also disable Multiple Message Detection.
584: --
585: p_return_status := hr_multi_message.get_return_status_disable;
586: hr_utility.set_location(' Leaving:' || l_proc,20);
587: --
588: exception
589: when hr_multi_message.error_message_exist then
590: --

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

596: --
597: -- Reset IN OUT parameters and set OUT parameters
598: --
599: p_return_status := hr_multi_message.get_return_status_disable;
600: hr_utility.set_location(' Leaving:' || l_proc, 30);
601: when others then
602: --
603: -- When Multiple Message Detection is enabled catch
604: -- any Application specific or other unexpected

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

607: -- error.
608: --
609: rollback to delete_doc_extra_info_swi;
610: if hr_multi_message.unexpected_error_add(l_proc) then
611: hr_utility.set_location(' Leaving:' || l_proc,40);
612: raise;
613: end if;
614: --
615: -- Reset IN OUT and set OUT parameters

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

614: --
615: -- Reset IN OUT and set OUT parameters
616: --
617: p_return_status := hr_multi_message.get_return_status_disable;
618: hr_utility.set_location(' Leaving:' || l_proc,50);
619: end delete_doc_extra_info;
620: end hr_document_extra_info_swi;