DBA Data[Home] [Help]

APPS.HR_DOCUMENT_EXTRA_INFO_SWI dependencies on HR_MULTI_MESSAGE

Line 115: hr_multi_message.enable_message_list;

111: savepoint create_doc_extra_info_swi;
112: --
113: -- Initialise Multiple Message Detection
114: --
115: hr_multi_message.enable_message_list;
116: --
117: -- Remember IN OUT parameter IN values
118: --
119: --

Line 231: p_return_status := hr_multi_message.get_return_status_disable;

227: -- Derive the API return status value based on whether
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

Line 235: when hr_multi_message.error_message_exist then

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: --
237: -- Catch the Multiple Message List exception which
238: -- indicates API processing has been aborted because
239: -- at least one message exists in the list.

Line 246: p_return_status := hr_multi_message.get_return_status_disable;

242: --
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

Line 257: if hr_multi_message.unexpected_error_add(l_proc) then

253: -- Multiple Message List. Otherwise re-raise the
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: --

Line 265: p_return_status := hr_multi_message.get_return_status_disable;

261: --
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 >------------------------|

Line 375: hr_multi_message.enable_message_list;

371: savepoint update_doc_extra_info_swi;
372: --
373: -- Initialise Multiple Message Detection
374: --
375: hr_multi_message.enable_message_list;
376: --
377: -- Remember IN OUT parameter IN values
378: --
379: l_object_version_number := p_object_version_number;

Line 489: p_return_status := hr_multi_message.get_return_status_disable;

485: -- Derive the API return status value based on whether
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

Line 493: when hr_multi_message.error_message_exist then

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: --
495: -- Catch the Multiple Message List exception which
496: -- indicates API processing has been aborted because
497: -- at least one message exists in the list.

Line 504: p_return_status := hr_multi_message.get_return_status_disable;

500: --
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

Line 515: if hr_multi_message.unexpected_error_add(l_proc) then

511: -- Multiple Message List. Otherwise re-raise the
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: --

Line 523: p_return_status := hr_multi_message.get_return_status_disable;

519: --
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 >------------------------|

Line 552: hr_multi_message.enable_message_list;

548: savepoint delete_doc_extra_info_swi;
549: --
550: -- Initialise Multiple Message Detection
551: --
552: hr_multi_message.enable_message_list;
553: --
554: -- Remember IN OUT parameter IN values
555: --
556: --

Line 585: p_return_status := hr_multi_message.get_return_status_disable;

581: -- Derive the API return status value based on whether
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

Line 589: when hr_multi_message.error_message_exist then

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: --
591: -- Catch the Multiple Message List exception which
592: -- indicates API processing has been aborted because
593: -- at least one message exists in the list.

Line 599: p_return_status := hr_multi_message.get_return_status_disable;

595: rollback to delete_doc_extra_info_swi;
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

Line 610: if hr_multi_message.unexpected_error_add(l_proc) then

606: -- Multiple Message List. Otherwise re-raise the
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: --

Line 617: p_return_status := hr_multi_message.get_return_status_disable;

613: end if;
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;