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 376: hr_multi_message.enable_message_list;

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

Line 494: p_return_status := hr_multi_message.get_return_status_disable;

490: -- Derive the API return status value based on whether
491: -- messages of any type exist in the Multiple Message List.
492: -- Also disable Multiple Message Detection.
493: --
494: p_return_status := hr_multi_message.get_return_status_disable;
495: hr_utility.set_location(' Leaving:' || l_proc,20);
496: --
497: exception
498: when hr_multi_message.error_message_exist then

Line 498: when hr_multi_message.error_message_exist then

494: p_return_status := hr_multi_message.get_return_status_disable;
495: hr_utility.set_location(' Leaving:' || l_proc,20);
496: --
497: exception
498: when hr_multi_message.error_message_exist then
499: --
500: -- Catch the Multiple Message List exception which
501: -- indicates API processing has been aborted because
502: -- at least one message exists in the list.

Line 509: p_return_status := hr_multi_message.get_return_status_disable;

505: --
506: -- Reset IN OUT parameters and set OUT parameters
507: --
508: p_object_version_number := l_object_version_number;
509: p_return_status := hr_multi_message.get_return_status_disable;
510: hr_utility.set_location(' Leaving:' || l_proc, 30);
511: when others then
512: --
513: -- When Multiple Message Detection is enabled catch

Line 520: if hr_multi_message.unexpected_error_add(l_proc) then

516: -- Multiple Message List. Otherwise re-raise the
517: -- error.
518: --
519: rollback to update_doc_extra_info_swi;
520: if hr_multi_message.unexpected_error_add(l_proc) then
521: hr_utility.set_location(' Leaving:' || l_proc,40);
522: raise;
523: end if;
524: --

Line 528: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 557: hr_multi_message.enable_message_list;

553: savepoint delete_doc_extra_info_swi;
554: --
555: -- Initialise Multiple Message Detection
556: --
557: hr_multi_message.enable_message_list;
558: --
559: -- Remember IN OUT parameter IN values
560: --
561: --

Line 590: p_return_status := hr_multi_message.get_return_status_disable;

586: -- Derive the API return status value based on whether
587: -- messages of any type exist in the Multiple Message List.
588: -- Also disable Multiple Message Detection.
589: --
590: p_return_status := hr_multi_message.get_return_status_disable;
591: hr_utility.set_location(' Leaving:' || l_proc,20);
592: --
593: exception
594: when hr_multi_message.error_message_exist then

Line 594: when hr_multi_message.error_message_exist then

590: p_return_status := hr_multi_message.get_return_status_disable;
591: hr_utility.set_location(' Leaving:' || l_proc,20);
592: --
593: exception
594: when hr_multi_message.error_message_exist then
595: --
596: -- Catch the Multiple Message List exception which
597: -- indicates API processing has been aborted because
598: -- at least one message exists in the list.

Line 604: p_return_status := hr_multi_message.get_return_status_disable;

600: rollback to delete_doc_extra_info_swi;
601: --
602: -- Reset IN OUT parameters and set OUT parameters
603: --
604: p_return_status := hr_multi_message.get_return_status_disable;
605: hr_utility.set_location(' Leaving:' || l_proc, 30);
606: when others then
607: --
608: -- When Multiple Message Detection is enabled catch

Line 615: if hr_multi_message.unexpected_error_add(l_proc) then

611: -- Multiple Message List. Otherwise re-raise the
612: -- error.
613: --
614: rollback to delete_doc_extra_info_swi;
615: if hr_multi_message.unexpected_error_add(l_proc) then
616: hr_utility.set_location(' Leaving:' || l_proc,40);
617: raise;
618: end if;
619: --

Line 622: p_return_status := hr_multi_message.get_return_status_disable;

618: end if;
619: --
620: -- Reset IN OUT and set OUT parameters
621: --
622: p_return_status := hr_multi_message.get_return_status_disable;
623: hr_utility.set_location(' Leaving:' || l_proc,50);
624: end delete_doc_extra_info;
625:
626: -- -------------------------------------------------------------------------------