DBA Data[Home] [Help]

APPS.HR_ASSESSMENTS_SWI dependencies on HR_MULTI_MESSAGE

Line 71: hr_multi_message.enable_message_list;

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

Line 143: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 147: when hr_multi_message.error_message_exist then

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

Line 158: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 169: if hr_multi_message.unexpected_error_add(l_proc) then

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

Line 177: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 206: hr_multi_message.enable_message_list;

202: savepoint delete_assessment_swi;
203: --
204: -- Initialise Multiple Message Detection
205: --
206: hr_multi_message.enable_message_list;
207: --
208: -- Remember IN OUT parameter IN values
209: --
210: --

Line 239: p_return_status := hr_multi_message.get_return_status_disable;

235: -- Derive the API return status value based on whether
236: -- messages of any type exist in the Multiple Message List.
237: -- Also disable Multiple Message Detection.
238: --
239: p_return_status := hr_multi_message.get_return_status_disable;
240: hr_utility.set_location(' Leaving:' || l_proc,20);
241: --
242: exception
243: when hr_multi_message.error_message_exist then

Line 243: when hr_multi_message.error_message_exist then

239: p_return_status := hr_multi_message.get_return_status_disable;
240: hr_utility.set_location(' Leaving:' || l_proc,20);
241: --
242: exception
243: when hr_multi_message.error_message_exist then
244: --
245: -- Catch the Multiple Message List exception which
246: -- indicates API processing has been aborted because
247: -- at least one message exists in the list.

Line 253: p_return_status := hr_multi_message.get_return_status_disable;

249: rollback to delete_assessment_swi;
250: --
251: -- Reset IN OUT parameters and set OUT parameters
252: --
253: p_return_status := hr_multi_message.get_return_status_disable;
254: hr_utility.set_location(' Leaving:' || l_proc, 30);
255: when others then
256: --
257: -- When Multiple Message Detection is enabled catch

Line 264: if hr_multi_message.unexpected_error_add(l_proc) then

260: -- Multiple Message List. Otherwise re-raise the
261: -- error.
262: --
263: rollback to delete_assessment_swi;
264: if hr_multi_message.unexpected_error_add(l_proc) then
265: hr_utility.set_location(' Leaving:' || l_proc,40);
266: raise;
267: end if;
268: --

Line 271: p_return_status := hr_multi_message.get_return_status_disable;

267: end if;
268: --
269: -- Reset IN OUT and set OUT parameters
270: --
271: p_return_status := hr_multi_message.get_return_status_disable;
272: hr_utility.set_location(' Leaving:' || l_proc,50);
273: end delete_assessment;
274: -- ----------------------------------------------------------------------------
275: -- |---------------------------< update_assessment >--------------------------|

Line 346: hr_multi_message.enable_message_list;

342:
343: --
344: -- Initialise Multiple Message Detection
345: --
346: hr_multi_message.enable_message_list;
347: --
348: -- Remember IN OUT parameter IN values
349: --
350: l_object_version_number := p_object_version_number;

Line 410: p_return_status := hr_multi_message.get_return_status_disable;

406: -- Derive the API return status value based on whether
407: -- messages of any type exist in the Multiple Message List.
408: -- Also disable Multiple Message Detection.
409: --
410: p_return_status := hr_multi_message.get_return_status_disable;
411: hr_utility.set_location(' Leaving:' || l_proc,20);
412: --
413: exception
414: when hr_multi_message.error_message_exist then

Line 414: when hr_multi_message.error_message_exist then

410: p_return_status := hr_multi_message.get_return_status_disable;
411: hr_utility.set_location(' Leaving:' || l_proc,20);
412: --
413: exception
414: when hr_multi_message.error_message_exist then
415: --
416: -- Catch the Multiple Message List exception which
417: -- indicates API processing has been aborted because
418: -- at least one message exists in the list.

Line 425: p_return_status := hr_multi_message.get_return_status_disable;

421: --
422: -- Reset IN OUT parameters and set OUT parameters
423: --
424: p_object_version_number := l_object_version_number;
425: p_return_status := hr_multi_message.get_return_status_disable;
426: hr_utility.set_location(' Leaving:' || l_proc, 30);
427: when others then
428: --
429: -- When Multiple Message Detection is enabled catch

Line 436: if hr_multi_message.unexpected_error_add(l_proc) then

432: -- Multiple Message List. Otherwise re-raise the
433: -- error.
434: --
435: rollback to update_assessment_swi;
436: if hr_multi_message.unexpected_error_add(l_proc) then
437: hr_utility.set_location(' Leaving:' || l_proc,40);
438: raise;
439: end if;
440: --

Line 444: p_return_status := hr_multi_message.get_return_status_disable;

440: --
441: -- Reset IN OUT and set OUT parameters
442: --
443: p_object_version_number := l_object_version_number;
444: p_return_status := hr_multi_message.get_return_status_disable;
445: hr_utility.set_location(' Leaving:' || l_proc,50);
446: end update_assessment;
447:
448: -- ----------------------------------------------------------------------------