DBA Data[Home] [Help]

APPS.IRC_AGENCY_VACANCIES_SWI dependencies on HR_MULTI_MESSAGE

Line 72: hr_multi_message.enable_message_list;

68: savepoint create_agency_vacancy_swi;
69: --
70: -- Initialise Multiple Message Detection
71: --
72: hr_multi_message.enable_message_list;
73: --
74: -- Remember IN OUT parameter IN values
75: --
76: --

Line 145: p_return_status := hr_multi_message.get_return_status_disable;

141: -- Derive the API return status value based on whether
142: -- messages of any type exist in the Multiple Message List.
143: -- Also disable Multiple Message Detection.
144: --
145: p_return_status := hr_multi_message.get_return_status_disable;
146: hr_utility.set_location(' Leaving:' || l_proc,20);
147: --
148: exception
149: when hr_multi_message.error_message_exist then

Line 149: when hr_multi_message.error_message_exist then

145: p_return_status := hr_multi_message.get_return_status_disable;
146: hr_utility.set_location(' Leaving:' || l_proc,20);
147: --
148: exception
149: when hr_multi_message.error_message_exist then
150: --
151: -- Catch the Multiple Message List exception which
152: -- indicates API processing has been aborted because
153: -- at least one message exists in the list.

Line 160: p_return_status := hr_multi_message.get_return_status_disable;

156: --
157: -- Reset IN OUT parameters and set OUT parameters
158: --
159: p_object_version_number := null;
160: p_return_status := hr_multi_message.get_return_status_disable;
161: hr_utility.set_location(' Leaving:' || l_proc, 30);
162: when others then
163: --
164: -- When Multiple Message Detection is enabled catch

Line 171: if hr_multi_message.unexpected_error_add(l_proc) then

167: -- Multiple Message List. Otherwise re-raise the
168: -- error.
169: --
170: rollback to create_agency_vacancy_swi;
171: if hr_multi_message.unexpected_error_add(l_proc) then
172: hr_utility.set_location(' Leaving:' || l_proc,40);
173: raise;
174: end if;
175: --

Line 179: p_return_status := hr_multi_message.get_return_status_disable;

175: --
176: -- Reset IN OUT and set OUT parameters
177: --
178: p_object_version_number := null;
179: p_return_status := hr_multi_message.get_return_status_disable;
180: hr_utility.set_location(' Leaving:' || l_proc,50);
181: end create_agency_vacancy;
182: -- ----------------------------------------------------------------------------
183: -- |-------------------------< update_agency_vacancy >------------------------|

Line 248: hr_multi_message.enable_message_list;

244: savepoint update_agency_vacancy_swi;
245: --
246: -- Initialise Multiple Message Detection
247: --
248: hr_multi_message.enable_message_list;
249: --
250: -- Remember IN OUT parameter IN values
251: --
252: l_object_version_number := p_object_version_number;

Line 320: p_return_status := hr_multi_message.get_return_status_disable;

316: -- Derive the API return status value based on whether
317: -- messages of any type exist in the Multiple Message List.
318: -- Also disable Multiple Message Detection.
319: --
320: p_return_status := hr_multi_message.get_return_status_disable;
321: hr_utility.set_location(' Leaving:' || l_proc,20);
322: --
323: exception
324: when hr_multi_message.error_message_exist then

Line 324: when hr_multi_message.error_message_exist then

320: p_return_status := hr_multi_message.get_return_status_disable;
321: hr_utility.set_location(' Leaving:' || l_proc,20);
322: --
323: exception
324: when hr_multi_message.error_message_exist then
325: --
326: -- Catch the Multiple Message List exception which
327: -- indicates API processing has been aborted because
328: -- at least one message exists in the list.

Line 335: p_return_status := hr_multi_message.get_return_status_disable;

331: --
332: -- Reset IN OUT parameters and set OUT parameters
333: --
334: p_object_version_number := l_object_version_number;
335: p_return_status := hr_multi_message.get_return_status_disable;
336: hr_utility.set_location(' Leaving:' || l_proc, 30);
337: when others then
338: --
339: -- When Multiple Message Detection is enabled catch

Line 346: if hr_multi_message.unexpected_error_add(l_proc) then

342: -- Multiple Message List. Otherwise re-raise the
343: -- error.
344: --
345: rollback to update_agency_vacancy_swi;
346: if hr_multi_message.unexpected_error_add(l_proc) then
347: hr_utility.set_location(' Leaving:' || l_proc,40);
348: raise;
349: end if;
350: --

Line 355: p_return_status := hr_multi_message.get_return_status_disable;

351: -- Reset IN OUT and set OUT parameters
352: --
353: p_object_version_number := l_object_version_number;
354:
355: p_return_status := hr_multi_message.get_return_status_disable;
356: hr_utility.set_location(' Leaving:' || l_proc,50);
357: end update_agency_vacancy;
358: -- ----------------------------------------------------------------------------
359: -- |-------------------------< delete_agency_vacancy >------------------------|

Line 390: hr_multi_message.enable_message_list;

386: savepoint delete_agency_vacancy_swi;
387: --
388: -- Initialise Multiple Message Detection
389: --
390: hr_multi_message.enable_message_list;
391: --
392: -- Remember IN OUT parameter IN values
393: --
394: --

Line 430: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 434: when hr_multi_message.error_message_exist then

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

Line 444: p_return_status := hr_multi_message.get_return_status_disable;

440: rollback to delete_agency_vacancy_swi;
441: --
442: -- Reset IN OUT parameters and set OUT parameters
443: --
444: p_return_status := hr_multi_message.get_return_status_disable;
445: hr_utility.set_location(' Leaving:' || l_proc, 30);
446: when others then
447: --
448: -- When Multiple Message Detection is enabled catch

Line 455: if hr_multi_message.unexpected_error_add(l_proc) then

451: -- Multiple Message List. Otherwise re-raise the
452: -- error.
453: --
454: rollback to delete_agency_vacancy_swi;
455: if hr_multi_message.unexpected_error_add(l_proc) then
456: hr_utility.set_location(' Leaving:' || l_proc,40);
457: raise;
458: end if;
459: --

Line 462: p_return_status := hr_multi_message.get_return_status_disable;

458: end if;
459: --
460: -- Reset IN OUT and set OUT parameters
461: --
462: p_return_status := hr_multi_message.get_return_status_disable;
463: hr_utility.set_location(' Leaving:' || l_proc,50);
464: end delete_agency_vacancy;
465: --
466: -- ----------------------------------------------------------------------------