DBA Data[Home] [Help]

APPS.IRC_LOCATION_PREFERENCES_SWI dependencies on HR_MULTI_MESSAGE

Line 38: hr_multi_message.enable_message_list;

34: savepoint create_vac_rec_area_value_swi;
35: --
36: -- Initialise Multiple Message Detection
37: --
38: hr_multi_message.enable_message_list;
39: --
40: -- Remember IN OUT parameter IN values
41: --
42: --

Line 80: p_return_status := hr_multi_message.get_return_status_disable;

76: -- Derive the API return status value based on whether
77: -- messages of any type exist in the Multiple Message List.
78: -- Also disable Multiple Message Detection.
79: --
80: p_return_status := hr_multi_message.get_return_status_disable;
81: hr_utility.set_location(' Leaving:' || l_proc,20);
82: --
83: exception
84: when hr_multi_message.error_message_exist then

Line 84: when hr_multi_message.error_message_exist then

80: p_return_status := hr_multi_message.get_return_status_disable;
81: hr_utility.set_location(' Leaving:' || l_proc,20);
82: --
83: exception
84: when hr_multi_message.error_message_exist then
85: --
86: -- Catch the Multiple Message List exception which
87: -- indicates API processing has been aborted because
88: -- at least one message exists in the list.

Line 96: p_return_status := hr_multi_message.get_return_status_disable;

92: -- Reset IN OUT parameters and set OUT parameters
93: --
94: p_vac_rec_area_id := null;
95: p_object_version_number := null;
96: p_return_status := hr_multi_message.get_return_status_disable;
97: hr_utility.set_location(' Leaving:' || l_proc, 30);
98: when others then
99: --
100: -- When Multiple Message Detection is enabled catch

Line 107: if hr_multi_message.unexpected_error_add(l_proc) then

103: -- Multiple Message List. Otherwise re-raise the
104: -- error.
105: --
106: rollback to create_vac_rec_area_value_swi;
107: if hr_multi_message.unexpected_error_add(l_proc) then
108: hr_utility.set_location(' Leaving:' || l_proc,40);
109: raise;
110: end if;
111: --

Line 116: p_return_status := hr_multi_message.get_return_status_disable;

112: -- Reset IN OUT and set OUT parameters
113: --
114: p_vac_rec_area_id := null;
115: p_object_version_number := null;
116: p_return_status := hr_multi_message.get_return_status_disable;
117: hr_utility.set_location(' Leaving:' || l_proc,50);
118: end create_vac_rec_area_value;
119: --
120: -- ----------------------------------------------------------------------------

Line 146: hr_multi_message.enable_message_list;

142: savepoint delete_location_preference_swi;
143: --
144: -- Initialise Multiple Message Detection
145: --
146: hr_multi_message.enable_message_list;
147: --
148: -- Remember IN OUT parameter IN values
149: --
150: --

Line 179: p_return_status := hr_multi_message.get_return_status_disable;

175: -- Derive the API return status value based on whether
176: -- messages of any type exist in the Multiple Message List.
177: -- Also disable Multiple Message Detection.
178: --
179: p_return_status := hr_multi_message.get_return_status_disable;
180: hr_utility.set_location(' Leaving:' || l_proc,20);
181: --
182: exception
183: when hr_multi_message.error_message_exist then

Line 183: when hr_multi_message.error_message_exist then

179: p_return_status := hr_multi_message.get_return_status_disable;
180: hr_utility.set_location(' Leaving:' || l_proc,20);
181: --
182: exception
183: when hr_multi_message.error_message_exist then
184: --
185: -- Catch the Multiple Message List exception which
186: -- indicates API processing has been aborted because
187: -- at least one message exists in the list.

Line 193: p_return_status := hr_multi_message.get_return_status_disable;

189: rollback to delete_location_preference_swi;
190: --
191: -- Reset IN OUT parameters and set OUT parameters
192: --
193: p_return_status := hr_multi_message.get_return_status_disable;
194: hr_utility.set_location(' Leaving:' || l_proc, 30);
195: when others then
196: --
197: -- When Multiple Message Detection is enabled catch

Line 204: if hr_multi_message.unexpected_error_add(l_proc) then

200: -- Multiple Message List. Otherwise re-raise the
201: -- error.
202: --
203: rollback to delete_location_preference_swi;
204: if hr_multi_message.unexpected_error_add(l_proc) then
205: hr_utility.set_location(' Leaving:' || l_proc,40);
206: raise;
207: end if;
208: --

Line 211: p_return_status := hr_multi_message.get_return_status_disable;

207: end if;
208: --
209: -- Reset IN OUT and set OUT parameters
210: --
211: p_return_status := hr_multi_message.get_return_status_disable;
212: hr_utility.set_location(' Leaving:' || l_proc,50);
213: end delete_location_preference;
214: --
215: -- ----------------------------------------------------------------------------

Line 280: hr_multi_message.enable_message_list;

276: savepoint create_location_preference_swi;
277: --
278: -- Initialise Multiple Message Detection
279: --
280: hr_multi_message.enable_message_list;
281: --
282: -- Remember IN OUT parameter IN values
283: --
284: --

Line 354: p_return_status := hr_multi_message.get_return_status_disable;

350: -- Derive the API return status value based on whether
351: -- messages of any type exist in the Multiple Message List.
352: -- Also disable Multiple Message Detection.
353: --
354: p_return_status := hr_multi_message.get_return_status_disable;
355: hr_utility.set_location(' Leaving:' || l_proc,20);
356: --
357: exception
358: when hr_multi_message.error_message_exist then

Line 358: when hr_multi_message.error_message_exist then

354: p_return_status := hr_multi_message.get_return_status_disable;
355: hr_utility.set_location(' Leaving:' || l_proc,20);
356: --
357: exception
358: when hr_multi_message.error_message_exist then
359: --
360: -- Catch the Multiple Message List exception which
361: -- indicates API processing has been aborted because
362: -- at least one message exists in the list.

Line 369: p_return_status := hr_multi_message.get_return_status_disable;

365: --
366: -- Reset IN OUT parameters and set OUT parameters
367: --
368: p_object_version_number := null;
369: p_return_status := hr_multi_message.get_return_status_disable;
370: hr_utility.set_location(' Leaving:' || l_proc, 30);
371: when others then
372: --
373: -- When Multiple Message Detection is enabled catch

Line 380: if hr_multi_message.unexpected_error_add(l_proc) then

376: -- Multiple Message List. Otherwise re-raise the
377: -- error.
378: --
379: rollback to create_location_preference_swi;
380: if hr_multi_message.unexpected_error_add(l_proc) then
381: hr_utility.set_location(' Leaving:' || l_proc,40);
382: raise;
383: end if;
384: --

Line 388: p_return_status := hr_multi_message.get_return_status_disable;

384: --
385: -- Reset IN OUT and set OUT parameters
386: --
387: p_object_version_number := null;
388: p_return_status := hr_multi_message.get_return_status_disable;
389: hr_utility.set_location(' Leaving:' || l_proc,50);
390: end create_location_preference;
391: --
392: -- ----------------------------------------------------------------------------

Line 418: hr_multi_message.enable_message_list;

414: savepoint delete_vac_rec_area_value_swi;
415: --
416: -- Initialise Multiple Message Detection
417: --
418: hr_multi_message.enable_message_list;
419: --
420: -- Remember IN OUT parameter IN values
421: --
422: --

Line 451: p_return_status := hr_multi_message.get_return_status_disable;

447: -- Derive the API return status value based on whether
448: -- messages of any type exist in the Multiple Message List.
449: -- Also disable Multiple Message Detection.
450: --
451: p_return_status := hr_multi_message.get_return_status_disable;
452: hr_utility.set_location(' Leaving:' || l_proc,20);
453: --
454: exception
455: when hr_multi_message.error_message_exist then

Line 455: when hr_multi_message.error_message_exist then

451: p_return_status := hr_multi_message.get_return_status_disable;
452: hr_utility.set_location(' Leaving:' || l_proc,20);
453: --
454: exception
455: when hr_multi_message.error_message_exist then
456: --
457: -- Catch the Multiple Message List exception which
458: -- indicates API processing has been aborted because
459: -- at least one message exists in the list.

Line 465: p_return_status := hr_multi_message.get_return_status_disable;

461: rollback to delete_vac_rec_area_value_swi;
462: --
463: -- Reset IN OUT parameters and set OUT parameters
464: --
465: p_return_status := hr_multi_message.get_return_status_disable;
466: hr_utility.set_location(' Leaving:' || l_proc, 30);
467: when others then
468: --
469: -- When Multiple Message Detection is enabled catch

Line 476: if hr_multi_message.unexpected_error_add(l_proc) then

472: -- Multiple Message List. Otherwise re-raise the
473: -- error.
474: --
475: rollback to delete_vac_rec_area_value_swi;
476: if hr_multi_message.unexpected_error_add(l_proc) then
477: hr_utility.set_location(' Leaving:' || l_proc,40);
478: raise;
479: end if;
480: --

Line 483: p_return_status := hr_multi_message.get_return_status_disable;

479: end if;
480: --
481: -- Reset IN OUT and set OUT parameters
482: --
483: p_return_status := hr_multi_message.get_return_status_disable;
484: hr_utility.set_location(' Leaving:' || l_proc,50);
485: end delete_vac_rec_area_value;
486: --
487: -- ----------------------------------------------------------------------------

Line 518: hr_multi_message.enable_message_list;

514: savepoint update_vac_rec_area_value_swi;
515: --
516: -- Initialise Multiple Message Detection
517: --
518: hr_multi_message.enable_message_list;
519: --
520: -- Remember IN OUT parameter IN values
521: --
522: l_object_version_number := p_object_version_number;

Line 555: p_return_status := hr_multi_message.get_return_status_disable;

551: -- Derive the API return status value based on whether
552: -- messages of any type exist in the Multiple Message List.
553: -- Also disable Multiple Message Detection.
554: --
555: p_return_status := hr_multi_message.get_return_status_disable;
556: hr_utility.set_location(' Leaving:' || l_proc,20);
557: --
558: exception
559: when hr_multi_message.error_message_exist then

Line 559: when hr_multi_message.error_message_exist then

555: p_return_status := hr_multi_message.get_return_status_disable;
556: hr_utility.set_location(' Leaving:' || l_proc,20);
557: --
558: exception
559: when hr_multi_message.error_message_exist then
560: --
561: -- Catch the Multiple Message List exception which
562: -- indicates API processing has been aborted because
563: -- at least one message exists in the list.

Line 570: p_return_status := hr_multi_message.get_return_status_disable;

566: --
567: -- Reset IN OUT parameters and set OUT parameters
568: --
569: p_object_version_number := l_object_version_number;
570: p_return_status := hr_multi_message.get_return_status_disable;
571: hr_utility.set_location(' Leaving:' || l_proc, 30);
572: when others then
573: --
574: -- When Multiple Message Detection is enabled catch

Line 581: if hr_multi_message.unexpected_error_add(l_proc) then

577: -- Multiple Message List. Otherwise re-raise the
578: -- error.
579: --
580: rollback to update_vac_rec_area_value_swi;
581: if hr_multi_message.unexpected_error_add(l_proc) then
582: hr_utility.set_location(' Leaving:' || l_proc,40);
583: raise;
584: end if;
585: --

Line 589: p_return_status := hr_multi_message.get_return_status_disable;

585: --
586: -- Reset IN OUT and set OUT parameters
587: --
588: p_object_version_number := l_object_version_number;
589: p_return_status := hr_multi_message.get_return_status_disable;
590: hr_utility.set_location(' Leaving:' || l_proc,50);
591: end update_vac_rec_area_value;
592: --
593: -- ----------------------------------------------------------------------------