DBA Data[Home] [Help]

APPS.IRC_PENDING_DATA_SWI dependencies on HR_MULTI_MESSAGE

Line 88: hr_multi_message.enable_message_list;

84: savepoint create_pending_data_swi;
85: --
86: -- Initialise Multiple Message Detection
87: --
88: hr_multi_message.enable_message_list;
89: --
90: --
91: -- Convert constant values to their corresponding boolean value
92: --

Line 175: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 179: when hr_multi_message.error_message_exist then

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

Line 189: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 200: if hr_multi_message.unexpected_error_add(l_proc) then

196: -- Multiple Message List. Otherwise re-raise the
197: -- error.
198: --
199: rollback to create_pending_data_swi;
200: if hr_multi_message.unexpected_error_add(l_proc) then
201: hr_utility.set_location(' Leaving:' || l_proc,40);
202: raise;
203: end if;
204: --

Line 207: p_return_status := hr_multi_message.get_return_status_disable;

203: end if;
204: --
205: -- Reset IN OUT and set OUT parameters
206: --
207: p_return_status := hr_multi_message.get_return_status_disable;
208: hr_utility.set_location(' Leaving:' || l_proc,50);
209: end create_pending_data;
210: -- ----------------------------------------------------------------------------
211: -- |--------------------------< update_pending_data >-------------------------|

Line 289: hr_multi_message.enable_message_list;

285: savepoint update_pending_data_swi;
286: --
287: -- Initialise Multiple Message Detection
288: --
289: hr_multi_message.enable_message_list;
290: --
291: -- Convert constant values to their corresponding boolean value
292: --
293: l_validate :=

Line 369: p_return_status := hr_multi_message.get_return_status_disable;

365: -- Derive the API return status value based on whether
366: -- messages of any type exist in the Multiple Message List.
367: -- Also disable Multiple Message Detection.
368: --
369: p_return_status := hr_multi_message.get_return_status_disable;
370: hr_utility.set_location(' Leaving:' || l_proc,20);
371: --
372: exception
373: when hr_multi_message.error_message_exist then

Line 373: when hr_multi_message.error_message_exist then

369: p_return_status := hr_multi_message.get_return_status_disable;
370: hr_utility.set_location(' Leaving:' || l_proc,20);
371: --
372: exception
373: when hr_multi_message.error_message_exist then
374: --
375: -- Catch the Multiple Message List exception which
376: -- indicates API processing has been aborted because
377: -- at least one message exists in the list.

Line 383: p_return_status := hr_multi_message.get_return_status_disable;

379: rollback to update_pending_data_swi;
380: --
381: -- Reset IN OUT parameters and set OUT parameters
382: --
383: p_return_status := hr_multi_message.get_return_status_disable;
384: hr_utility.set_location(' Leaving:' || l_proc, 30);
385: when others then
386: --
387: -- When Multiple Message Detection is enabled catch

Line 394: if hr_multi_message.unexpected_error_add(l_proc) then

390: -- Multiple Message List. Otherwise re-raise the
391: -- error.
392: --
393: rollback to update_pending_data_swi;
394: if hr_multi_message.unexpected_error_add(l_proc) then
395: hr_utility.set_location(' Leaving:' || l_proc,40);
396: raise;
397: end if;
398: --

Line 401: p_return_status := hr_multi_message.get_return_status_disable;

397: end if;
398: --
399: -- Reset IN OUT and set OUT parameters
400: --
401: p_return_status := hr_multi_message.get_return_status_disable;
402: hr_utility.set_location(' Leaving:' || l_proc,50);
403: end update_pending_data;
404: -- ----------------------------------------------------------------------------
405: -- |--------------------------< delete_pending_data >-------------------------|

Line 429: hr_multi_message.enable_message_list;

425: savepoint delete_pending_data_swi;
426: --
427: -- Initialise Multiple Message Detection
428: --
429: hr_multi_message.enable_message_list;
430: --
431: -- Convert constant values to their corresponding boolean value
432: --
433: l_validate :=

Line 455: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 459: when hr_multi_message.error_message_exist then

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

Line 469: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 480: if hr_multi_message.unexpected_error_add(l_proc) then

476: -- Multiple Message List. Otherwise re-raise the
477: -- error.
478: --
479: rollback to delete_pending_data_swi;
480: if hr_multi_message.unexpected_error_add(l_proc) then
481: hr_utility.set_location(' Leaving:' || l_proc,40);
482: raise;
483: end if;
484: --

Line 487: p_return_status := hr_multi_message.get_return_status_disable;

483: end if;
484: --
485: -- Reset IN OUT and set OUT parameters
486: --
487: p_return_status := hr_multi_message.get_return_status_disable;
488: hr_utility.set_location(' Leaving:' || l_proc,50);
489: end delete_pending_data;
490: end irc_pending_data_swi;