DBA Data[Home] [Help]

APPS.OTA_RESOURCE_BOOKING_SWI dependencies on HR_MULTI_MESSAGE

Line 88: hr_multi_message.enable_message_list;

84: savepoint create_resource_booking_swi;
85: --
86: -- Initialise Multiple Message Detection
87: --
88: hr_multi_message.enable_message_list;
89: --
90: -- Remember IN OUT parameter IN values
91: --
92: --

Line 189: p_return_status := hr_multi_message.get_return_status_disable;

185: -- Derive the API return status value based on whether
186: -- messages of any type exist in the Multiple Message List.
187: -- Also disable Multiple Message Detection.
188: --
189: p_return_status := hr_multi_message.get_return_status_disable;
190: hr_utility.set_location(' Leaving:' || l_proc,20);
191: --
192: exception
193: when hr_multi_message.error_message_exist then

Line 193: when hr_multi_message.error_message_exist then

189: p_return_status := hr_multi_message.get_return_status_disable;
190: hr_utility.set_location(' Leaving:' || l_proc,20);
191: --
192: exception
193: when hr_multi_message.error_message_exist then
194: --
195: -- Catch the Multiple Message List exception which
196: -- indicates API processing has been aborted because
197: -- at least one message exists in the list.

Line 204: p_return_status := hr_multi_message.get_return_status_disable;

200: --
201: -- Reset IN OUT parameters and set OUT parameters
202: --
203: p_object_version_number := null;
204: p_return_status := hr_multi_message.get_return_status_disable;
205: hr_utility.set_location(' Leaving:' || l_proc, 30);
206: when others then
207: --
208: -- When Multiple Message Detection is enabled catch

Line 215: if hr_multi_message.unexpected_error_add(l_proc) then

211: -- Multiple Message List. Otherwise re-raise the
212: -- error.
213: --
214: rollback to create_resource_booking_swi;
215: if hr_multi_message.unexpected_error_add(l_proc) then
216: hr_utility.set_location(' Leaving:' || l_proc,40);
217: raise;
218: end if;
219: --

Line 223: p_return_status := hr_multi_message.get_return_status_disable;

219: --
220: -- Reset IN OUT and set OUT parameters
221: --
222: p_object_version_number := null;
223: p_return_status := hr_multi_message.get_return_status_disable;
224: hr_utility.set_location(' Leaving:' || l_proc,50);
225: end create_resource_booking;
226: -- ----------------------------------------------------------------------------
227: -- |------------------------< delete_resource_booking >-----------------------|

Line 252: hr_multi_message.enable_message_list;

248: savepoint delete_resource_booking_swi;
249: --
250: -- Initialise Multiple Message Detection
251: --
252: hr_multi_message.enable_message_list;
253: --
254: -- Remember IN OUT parameter IN values
255: --
256: --

Line 285: p_return_status := hr_multi_message.get_return_status_disable;

281: -- Derive the API return status value based on whether
282: -- messages of any type exist in the Multiple Message List.
283: -- Also disable Multiple Message Detection.
284: --
285: p_return_status := hr_multi_message.get_return_status_disable;
286: hr_utility.set_location(' Leaving:' || l_proc,20);
287: --
288: exception
289: when hr_multi_message.error_message_exist then

Line 289: when hr_multi_message.error_message_exist then

285: p_return_status := hr_multi_message.get_return_status_disable;
286: hr_utility.set_location(' Leaving:' || l_proc,20);
287: --
288: exception
289: when hr_multi_message.error_message_exist then
290: --
291: -- Catch the Multiple Message List exception which
292: -- indicates API processing has been aborted because
293: -- at least one message exists in the list.

Line 299: p_return_status := hr_multi_message.get_return_status_disable;

295: rollback to delete_resource_booking_swi;
296: --
297: -- Reset IN OUT parameters and set OUT parameters
298: --
299: p_return_status := hr_multi_message.get_return_status_disable;
300: hr_utility.set_location(' Leaving:' || l_proc, 30);
301: when others then
302: --
303: -- When Multiple Message Detection is enabled catch

Line 310: if hr_multi_message.unexpected_error_add(l_proc) then

306: -- Multiple Message List. Otherwise re-raise the
307: -- error.
308: --
309: rollback to delete_resource_booking_swi;
310: if hr_multi_message.unexpected_error_add(l_proc) then
311: hr_utility.set_location(' Leaving:' || l_proc,40);
312: raise;
313: end if;
314: --

Line 317: p_return_status := hr_multi_message.get_return_status_disable;

313: end if;
314: --
315: -- Reset IN OUT and set OUT parameters
316: --
317: p_return_status := hr_multi_message.get_return_status_disable;
318: hr_utility.set_location(' Leaving:' || l_proc,50);
319: end delete_resource_booking;
320: -- ----------------------------------------------------------------------------
321: -- |------------------------< update_resource_booking >-----------------------|

Line 403: hr_multi_message.enable_message_list;

399: savepoint update_resource_booking_swi;
400: --
401: -- Initialise Multiple Message Detection
402: --
403: hr_multi_message.enable_message_list;
404: --
405: -- Remember IN OUT parameter IN values
406: --
407: --

Line 533: p_return_status := hr_multi_message.get_return_status_disable;

529: -- Derive the API return status value based on whether
530: -- messages of any type exist in the Multiple Message List.
531: -- Also disable Multiple Message Detection.
532: --
533: p_return_status := hr_multi_message.get_return_status_disable;
534: hr_utility.set_location(' Leaving:' || l_proc,20);
535: --
536: exception
537: when hr_multi_message.error_message_exist then

Line 537: when hr_multi_message.error_message_exist then

533: p_return_status := hr_multi_message.get_return_status_disable;
534: hr_utility.set_location(' Leaving:' || l_proc,20);
535: --
536: exception
537: when hr_multi_message.error_message_exist then
538: --
539: -- Catch the Multiple Message List exception which
540: -- indicates API processing has been aborted because
541: -- at least one message exists in the list.

Line 548: p_return_status := hr_multi_message.get_return_status_disable;

544: --
545: -- Reset IN OUT parameters and set OUT parameters
546: --
547: p_object_version_number := null;
548: p_return_status := hr_multi_message.get_return_status_disable;
549: hr_utility.set_location(' Leaving:' || l_proc, 30);
550: when others then
551: --
552: -- When Multiple Message Detection is enabled catch

Line 559: if hr_multi_message.unexpected_error_add(l_proc) then

555: -- Multiple Message List. Otherwise re-raise the
556: -- error.
557: --
558: rollback to update_resource_booking_swi;
559: if hr_multi_message.unexpected_error_add(l_proc) then
560: hr_utility.set_location(' Leaving:' || l_proc,40);
561: raise;
562: end if;
563: --

Line 567: p_return_status := hr_multi_message.get_return_status_disable;

563: --
564: -- Reset IN OUT and set OUT parameters
565: --
566: p_object_version_number := null;
567: p_return_status := hr_multi_message.get_return_status_disable;
568: hr_utility.set_location(' Leaving:' || l_proc,50);
569: end update_resource_booking;
570: --
571: -- ----------------------------------------------------------------------------