DBA Data[Home] [Help]

APPS.PER_ALLOCATED_CHECKLIST_SWI dependencies on HR_MULTI_MESSAGE

Line 84: hr_multi_message.enable_message_list;

80: savepoint create_alloc_checklist_swi;
81: --
82: -- Initialise Multiple Message Detection
83: --
84: hr_multi_message.enable_message_list;
85: --
86: -- Remember IN OUT parameter IN values
87: --
88: --

Line 169: p_return_status := hr_multi_message.get_return_status_disable;

165: -- Derive the API return status value based on whether
166: -- messages of any type exist in the Multiple Message List.
167: -- Also disable Multiple Message Detection.
168: --
169: p_return_status := hr_multi_message.get_return_status_disable;
170: hr_utility.set_location(' Leaving:' || l_proc,20);
171: --
172: exception
173: when hr_multi_message.error_message_exist then

Line 173: when hr_multi_message.error_message_exist then

169: p_return_status := hr_multi_message.get_return_status_disable;
170: hr_utility.set_location(' Leaving:' || l_proc,20);
171: --
172: exception
173: when hr_multi_message.error_message_exist then
174: --
175: -- Catch the Multiple Message List exception which
176: -- indicates API processing has been aborted because
177: -- at least one message exists in the list.

Line 184: p_return_status := hr_multi_message.get_return_status_disable;

180: --
181: -- Reset IN OUT parameters and set OUT parameters
182: --
183: p_object_version_number := null;
184: p_return_status := hr_multi_message.get_return_status_disable;
185: hr_utility.set_location(' Leaving:' || l_proc, 30);
186: when others then
187: --
188: -- When Multiple Message Detection is enabled catch

Line 195: if hr_multi_message.unexpected_error_add(l_proc) then

191: -- Multiple Message List. Otherwise re-raise the
192: -- error.
193: --
194: rollback to create_alloc_checklist_swi;
195: if hr_multi_message.unexpected_error_add(l_proc) then
196: hr_utility.set_location(' Leaving:' || l_proc,40);
197: raise;
198: end if;
199: --

Line 203: p_return_status := hr_multi_message.get_return_status_disable;

199: --
200: -- Reset IN OUT and set OUT parameters
201: --
202: p_object_version_number := null;
203: p_return_status := hr_multi_message.get_return_status_disable;
204: hr_utility.set_location(' Leaving:' || l_proc,50);
205: end create_alloc_checklist;
206: -- ----------------------------------------------------------------------------
207: -- |------------------------< delete_alloc_checklist >------------------------|

Line 232: hr_multi_message.enable_message_list;

228: savepoint delete_alloc_checklist_swi;
229: --
230: -- Initialise Multiple Message Detection
231: --
232: hr_multi_message.enable_message_list;
233: --
234: -- Remember IN OUT parameter IN values
235: --
236: --

Line 265: p_return_status := hr_multi_message.get_return_status_disable;

261: -- Derive the API return status value based on whether
262: -- messages of any type exist in the Multiple Message List.
263: -- Also disable Multiple Message Detection.
264: --
265: p_return_status := hr_multi_message.get_return_status_disable;
266: hr_utility.set_location(' Leaving:' || l_proc,20);
267: --
268: exception
269: when hr_multi_message.error_message_exist then

Line 269: when hr_multi_message.error_message_exist then

265: p_return_status := hr_multi_message.get_return_status_disable;
266: hr_utility.set_location(' Leaving:' || l_proc,20);
267: --
268: exception
269: when hr_multi_message.error_message_exist then
270: --
271: -- Catch the Multiple Message List exception which
272: -- indicates API processing has been aborted because
273: -- at least one message exists in the list.

Line 279: p_return_status := hr_multi_message.get_return_status_disable;

275: rollback to delete_alloc_checklist_swi;
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, 30);
281: when others then
282: --
283: -- When Multiple Message Detection is enabled catch

Line 290: if hr_multi_message.unexpected_error_add(l_proc) then

286: -- Multiple Message List. Otherwise re-raise the
287: -- error.
288: --
289: rollback to delete_alloc_checklist_swi;
290: if hr_multi_message.unexpected_error_add(l_proc) then
291: hr_utility.set_location(' Leaving:' || l_proc,40);
292: raise;
293: end if;
294: --

Line 297: p_return_status := hr_multi_message.get_return_status_disable;

293: end if;
294: --
295: -- Reset IN OUT and set OUT parameters
296: --
297: p_return_status := hr_multi_message.get_return_status_disable;
298: hr_utility.set_location(' Leaving:' || l_proc,50);
299: end delete_alloc_checklist;
300: -- ----------------------------------------------------------------------------
301: -- |------------------------< update_alloc_checklist >------------------------|

Line 376: hr_multi_message.enable_message_list;

372: savepoint update_alloc_checklist_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 459: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 463: when hr_multi_message.error_message_exist then

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

Line 474: p_return_status := hr_multi_message.get_return_status_disable;

470: --
471: -- Reset IN OUT parameters and set OUT parameters
472: --
473: p_object_version_number := l_object_version_number;
474: p_return_status := hr_multi_message.get_return_status_disable;
475: hr_utility.set_location(' Leaving:' || l_proc, 30);
476: when others then
477: --
478: -- When Multiple Message Detection is enabled catch

Line 485: if hr_multi_message.unexpected_error_add(l_proc) then

481: -- Multiple Message List. Otherwise re-raise the
482: -- error.
483: --
484: rollback to update_alloc_checklist_swi;
485: if hr_multi_message.unexpected_error_add(l_proc) then
486: hr_utility.set_location(' Leaving:' || l_proc,40);
487: raise;
488: end if;
489: --

Line 493: p_return_status := hr_multi_message.get_return_status_disable;

489: --
490: -- Reset IN OUT and set OUT parameters
491: --
492: p_object_version_number := l_object_version_number;
493: p_return_status := hr_multi_message.get_return_status_disable;
494: hr_utility.set_location(' Leaving:' || l_proc,50);
495: end update_alloc_checklist;
496: end per_allocated_checklist_swi;