DBA Data[Home] [Help]

APPS.OTA_LP_SECTION_SWI dependencies on HR_MULTI_MESSAGE

Line 76: hr_multi_message.enable_message_list;

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

Line 158: p_return_status := hr_multi_message.get_return_status_disable;

154: -- Derive the API return status value based on whether
155: -- messages of any type exist in the Multiple Message List.
156: -- Also disable Multiple Message Detection.
157: --
158: p_return_status := hr_multi_message.get_return_status_disable;
159: hr_utility.set_location(' Leaving:' || l_proc,20);
160: --
161: exception
162: when hr_multi_message.error_message_exist then

Line 162: when hr_multi_message.error_message_exist then

158: p_return_status := hr_multi_message.get_return_status_disable;
159: hr_utility.set_location(' Leaving:' || l_proc,20);
160: --
161: exception
162: when hr_multi_message.error_message_exist then
163: --
164: -- Catch the Multiple Message List exception which
165: -- indicates API processing has been aborted because
166: -- at least one message exists in the list.

Line 173: p_return_status := hr_multi_message.get_return_status_disable;

169: --
170: -- Reset IN OUT parameters and set OUT parameters
171: --
172: p_object_version_number := null;
173: p_return_status := hr_multi_message.get_return_status_disable;
174: hr_utility.set_location(' Leaving:' || l_proc, 30);
175: when others then
176: --
177: -- When Multiple Message Detection is enabled catch

Line 184: if hr_multi_message.unexpected_error_add(l_proc) then

180: -- Multiple Message List. Otherwise re-raise the
181: -- error.
182: --
183: rollback to create_lpc_swi;
184: if hr_multi_message.unexpected_error_add(l_proc) then
185: hr_utility.set_location(' Leaving:' || l_proc,40);
186: raise;
187: end if;
188: --

Line 192: p_return_status := hr_multi_message.get_return_status_disable;

188: --
189: -- Reset IN OUT and set OUT parameters
190: --
191: p_object_version_number := null;
192: p_return_status := hr_multi_message.get_return_status_disable;
193: hr_utility.set_location(' Leaving:' || l_proc,50);
194: end create_lp_section;
195: -- ----------------------------------------------------------------------------
196: -- |---------------------< update_lp_section >---------------------|

Line 249: hr_multi_message.enable_message_list;

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

Line 310: p_return_status := hr_multi_message.get_return_status_disable;

306: -- Derive the API return status value based on whether
307: -- messages of any type exist in the Multiple Message List.
308: -- Also disable Multiple Message Detection.
309: --
310: p_return_status := hr_multi_message.get_return_status_disable;
311: hr_utility.set_location(' Leaving:' || l_proc,20);
312: --
313: exception
314: when hr_multi_message.error_message_exist then

Line 314: when hr_multi_message.error_message_exist then

310: p_return_status := hr_multi_message.get_return_status_disable;
311: hr_utility.set_location(' Leaving:' || l_proc,20);
312: --
313: exception
314: when hr_multi_message.error_message_exist then
315: --
316: -- Catch the Multiple Message List exception which
317: -- indicates API processing has been aborted because
318: -- at least one message exists in the list.

Line 325: p_return_status := hr_multi_message.get_return_status_disable;

321: --
322: -- Reset IN OUT parameters and set OUT parameters
323: --
324: p_object_version_number := l_object_version_number;
325: p_return_status := hr_multi_message.get_return_status_disable;
326: hr_utility.set_location(' Leaving:' || l_proc, 30);
327: when others then
328: --
329: -- When Multiple Message Detection is enabled catch

Line 336: if hr_multi_message.unexpected_error_add(l_proc) then

332: -- Multiple Message List. Otherwise re-raise the
333: -- error.
334: --
335: rollback to update_lpc_swi;
336: if hr_multi_message.unexpected_error_add(l_proc) then
337: hr_utility.set_location(' Leaving:' || l_proc,40);
338: raise;
339: end if;
340: --

Line 344: p_return_status := hr_multi_message.get_return_status_disable;

340: --
341: -- Reset IN OUT and set OUT parameters
342: --
343: p_object_version_number := l_object_version_number;
344: p_return_status := hr_multi_message.get_return_status_disable;
345: hr_utility.set_location(' Leaving:' || l_proc,50);
346: end update_lp_section;
347: -- ----------------------------------------------------------------------------
348: -- |---------------------< delete_lp_section >---------------------|

Line 373: hr_multi_message.enable_message_list;

369: savepoint delete_lpc_swi;
370: --
371: -- Initialise Multiple Message Detection
372: --
373: hr_multi_message.enable_message_list;
374: --
375: -- Remember IN OUT parameter IN values
376: --
377: --

Line 406: p_return_status := hr_multi_message.get_return_status_disable;

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

Line 410: when hr_multi_message.error_message_exist then

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

Line 420: p_return_status := hr_multi_message.get_return_status_disable;

416: rollback to delete_lpc_swi;
417: --
418: -- Reset IN OUT parameters and set OUT parameters
419: --
420: p_return_status := hr_multi_message.get_return_status_disable;
421: hr_utility.set_location(' Leaving:' || l_proc, 30);
422: when others then
423: --
424: -- When Multiple Message Detection is enabled catch

Line 431: if hr_multi_message.unexpected_error_add(l_proc) then

427: -- Multiple Message List. Otherwise re-raise the
428: -- error.
429: --
430: rollback to delete_lpc_swi;
431: if hr_multi_message.unexpected_error_add(l_proc) then
432: hr_utility.set_location(' Leaving:' || l_proc,40);
433: raise;
434: end if;
435: --

Line 438: p_return_status := hr_multi_message.get_return_status_disable;

434: end if;
435: --
436: -- Reset IN OUT and set OUT parameters
437: --
438: p_return_status := hr_multi_message.get_return_status_disable;
439: hr_utility.set_location(' Leaving:' || l_proc,50);
440: end delete_lp_section;
441: end ota_lp_section_swi;