DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_PREFS_SWI dependencies on HR_MULTI_MESSAGE

Line 75: hr_multi_message.enable_message_list;

71: savepoint create_notification_prefs_swi;
72: --
73: -- Initialise Multiple Message Detection
74: --
75: hr_multi_message.enable_message_list;
76: --
77: -- Remember IN OUT parameter IN values
78: --
79: --

Line 151: p_return_status := hr_multi_message.get_return_status_disable;

147: -- Derive the API return status value based on whether
148: -- messages of any type exist in the Multiple Message List.
149: -- Also disable Multiple Message Detection.
150: --
151: p_return_status := hr_multi_message.get_return_status_disable;
152: hr_utility.set_location(' Leaving:' || l_proc,20);
153: --
154: exception
155: when hr_multi_message.error_message_exist then

Line 155: when hr_multi_message.error_message_exist then

151: p_return_status := hr_multi_message.get_return_status_disable;
152: hr_utility.set_location(' Leaving:' || l_proc,20);
153: --
154: exception
155: when hr_multi_message.error_message_exist then
156: --
157: -- Catch the Multiple Message List exception which
158: -- indicates API processing has been aborted because
159: -- at least one error message exists in the list.

Line 166: p_return_status := hr_multi_message.get_return_status_disable;

162: --
163: -- Reset IN OUT paramters and set OUT parameters
164: --
165: p_object_version_number := null;
166: p_return_status := hr_multi_message.get_return_status_disable;
167: hr_utility.set_location(' Leaving:' || l_proc,30);
168: when others then
169: --
170: -- When Multiple Message Detection is enabled catch

Line 177: if hr_multi_message.unexpected_error_add(l_proc) then

173: -- Multiple Message List. Otherwise re-raise
174: -- the error.
175: --
176: rollback to create_notification_prefs_swi;
177: if hr_multi_message.unexpected_error_add(l_proc) then
178: hr_utility.set_location(' Leaving:' || l_proc, 40);
179: raise;
180: end if;
181: --

Line 185: p_return_status := hr_multi_message.get_return_status_disable;

181: --
182: -- Reset IN OUT parameters and set OUT parameters
183: --
184: p_object_version_number := null;
185: p_return_status := hr_multi_message.get_return_status_disable;
186: hr_utility.set_location(' Leaving: ' || l_proc, 50);
187: end create_notification_prefs;
188: -- ----------------------------------------------------------------------------
189: -- |-----------------------< delete_notification_prefs >-----------------------|

Line 214: hr_multi_message.enable_message_list;

210: savepoint delete_notification_prefs_swi;
211: --
212: -- Initialise Multiple Message Detection
213: --
214: hr_multi_message.enable_message_list;
215: --
216: -- Remember IN OUT parameter IN values
217: --
218: --

Line 247: p_return_status := hr_multi_message.get_return_status_disable;

243: -- Derive the API return status value based on whether
244: -- messages of any type exist in the Multiple Message List.
245: -- Also disable Multiple Message Detection.
246: --
247: p_return_status := hr_multi_message.get_return_status_disable;
248: hr_utility.set_location(' Leaving:' || l_proc,20);
249: --
250: exception
251: when hr_multi_message.error_message_exist then

Line 251: when hr_multi_message.error_message_exist then

247: p_return_status := hr_multi_message.get_return_status_disable;
248: hr_utility.set_location(' Leaving:' || l_proc,20);
249: --
250: exception
251: when hr_multi_message.error_message_exist then
252: --
253: -- Catch the Multiple Message List exception which
254: -- indicates API processing has been aborted because
255: -- at least one error message exists in the list.

Line 261: p_return_status := hr_multi_message.get_return_status_disable;

257: rollback to delete_notification_prefs_swi;
258: --
259: -- Reset IN OUT paramters and set OUT parameters
260: --
261: p_return_status := hr_multi_message.get_return_status_disable;
262: hr_utility.set_location(' Leaving:' || l_proc,30);
263: when others then
264: --
265: -- When Multiple Message Detection is enabled catch

Line 272: if hr_multi_message.unexpected_error_add(l_proc) then

268: -- Multiple Message List. Otherwise re-raise
269: -- the error.
270: --
271: rollback to delete_notification_prefs_swi;
272: if hr_multi_message.unexpected_error_add(l_proc) then
273: hr_utility.set_location(' Leaving:' || l_proc, 40);
274: raise;
275: end if;
276: --

Line 279: p_return_status := hr_multi_message.get_return_status_disable;

275: end if;
276: --
277: -- Reset IN OUT parameters and set OUT parameters
278: --
279: p_return_status := hr_multi_message.get_return_status_disable;
280: hr_utility.set_location(' Leaving: ' || l_proc, 50);
281: end delete_notification_prefs;
282: -- ----------------------------------------------------------------------------
283: -- |-----------------------< update_notification_prefs >-----------------------|

Line 350: hr_multi_message.enable_message_list;

346: savepoint update_notification_prefs_swi;
347: --
348: -- Initialise Multiple Message Detection
349: --
350: hr_multi_message.enable_message_list;
351: --
352: -- Remember IN OUT parameter IN values
353: --
354: l_object_version_number := p_object_version_number;

Line 425: p_return_status := hr_multi_message.get_return_status_disable;

421: -- Derive the API return status value based on whether
422: -- messages of any type exist in the Multiple Message List.
423: -- Also disable Multiple Message Detection.
424: --
425: p_return_status := hr_multi_message.get_return_status_disable;
426: hr_utility.set_location(' Leaving:' || l_proc,20);
427: --
428: exception
429: when hr_multi_message.error_message_exist then

Line 429: when hr_multi_message.error_message_exist then

425: p_return_status := hr_multi_message.get_return_status_disable;
426: hr_utility.set_location(' Leaving:' || l_proc,20);
427: --
428: exception
429: when hr_multi_message.error_message_exist then
430: --
431: -- Catch the Multiple Message List exception which
432: -- indicates API processing has been aborted because
433: -- at least one error message exists in the list.

Line 440: p_return_status := hr_multi_message.get_return_status_disable;

436: --
437: -- Reset IN OUT paramters and set OUT parameters
438: --
439: p_object_version_number := l_object_version_number;
440: p_return_status := hr_multi_message.get_return_status_disable;
441: hr_utility.set_location(' Leaving:' || l_proc,30);
442: when others then
443: --
444: -- When Multiple Message Detection is enabled catch

Line 451: if hr_multi_message.unexpected_error_add(l_proc) then

447: -- Multiple Message List. Otherwise re-raise
448: -- the error.
449: --
450: rollback to update_notification_prefs_swi;
451: if hr_multi_message.unexpected_error_add(l_proc) then
452: hr_utility.set_location(' Leaving:' || l_proc, 40);
453: raise;
454: end if;
455: --

Line 459: p_return_status := hr_multi_message.get_return_status_disable;

455: --
456: -- Reset IN OUT parameters and set OUT parameters
457: --
458: p_object_version_number := l_object_version_number;
459: p_return_status := hr_multi_message.get_return_status_disable;
460: hr_utility.set_location(' Leaving: ' || l_proc, 50);
461: end update_notification_prefs;
462: end irc_notification_prefs_swi;