DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_SWI dependencies on HR_UTILITY

Line 114: hr_utility.set_location(' Entering:' || l_proc,10);

110: -- Other variables
111: l_booking_id number;
112: l_proc varchar2(72) := g_package ||'create_delegate_booking';
113: Begin
114: hr_utility.set_location(' Entering:' || l_proc,10);
115: --
116: -- Issue a savepoint
117: --
118: savepoint create_delegate_booking_swi;

Line 248: hr_utility.set_location(' Leaving:' || l_proc,20);

244: -- messages of any type exist in the Multiple Message List.
245: -- Also disable Multiple Message Detection.
246: --
247: p_return_status := hr_multi_message.get_return_status_disable;
248: hr_utility.set_location(' Leaving:' || l_proc,20);
249: --
250: exception
251: when hr_multi_message.error_message_exist then
252: --

Line 264: hr_utility.set_location(' Leaving:' || l_proc, 30);

260: --
261: p_object_version_number := null;
262: p_finance_line_id := l_finance_line_id;
263: p_return_status := hr_multi_message.get_return_status_disable;
264: hr_utility.set_location(' Leaving:' || l_proc, 30);
265: when others then
266: --
267: -- When Multiple Message Detection is enabled catch
268: -- any Application specific or other unexpected

Line 275: hr_utility.set_location(' Leaving:' || l_proc,40);

271: -- error.
272: --
273: rollback to create_delegate_booking_swi;
274: if hr_multi_message.unexpected_error_add(l_proc) then
275: hr_utility.set_location(' Leaving:' || l_proc,40);
276: raise;
277: end if;
278: --
279: -- Reset IN OUT and set OUT parameters

Line 284: hr_utility.set_location(' Leaving:' || l_proc,50);

280: --
281: p_object_version_number := null;
282: p_finance_line_id := l_finance_line_id;
283: p_return_status := hr_multi_message.get_return_status_disable;
284: hr_utility.set_location(' Leaving:' || l_proc,50);
285: end create_delegate_booking;
286:
287: -- ----------------------------------------------------------------------------
288: -- |------------------------< update_delegate_booking >-----------------------|

Line 407: hr_utility.set_location(' Entering:' || l_proc,10);

403:
404: -- Other variables
405: l_proc varchar2(72) := g_package ||'update_delegate_booking';
406: Begin
407: hr_utility.set_location(' Entering:' || l_proc,10);
408: --
409: -- Issue a savepoint
410: --
411: savepoint update_delegate_booking_swi;

Line 552: hr_utility.set_location(' Leaving:' || l_proc,20);

548: -- messages of any type exist in the Multiple Message List.
549: -- Also disable Multiple Message Detection.
550: --
551: p_return_status := hr_multi_message.get_return_status_disable;
552: hr_utility.set_location(' Leaving:' || l_proc,20);
553: --
554: exception
555: when hr_multi_message.error_message_exist then
556: --

Line 569: hr_utility.set_location(' Leaving:' || l_proc, 30);

565: p_object_version_number := l_object_version_number;
566: p_tfl_object_version_number := l_tfl_object_version_number;
567: p_finance_line_id := l_finance_line_id;
568: p_return_status := hr_multi_message.get_return_status_disable;
569: hr_utility.set_location(' Leaving:' || l_proc, 30);
570: when others then
571: --
572: -- When Multiple Message Detection is enabled catch
573: -- any Application specific or other unexpected

Line 580: hr_utility.set_location(' Leaving:' || l_proc,40);

576: -- error.
577: --
578: rollback to update_delegate_booking_swi;
579: if hr_multi_message.unexpected_error_add(l_proc) then
580: hr_utility.set_location(' Leaving:' || l_proc,40);
581: raise;
582: end if;
583: --
584: -- Reset IN OUT and set OUT parameters

Line 590: hr_utility.set_location(' Leaving:' || l_proc,50);

586: p_object_version_number := l_object_version_number;
587: p_tfl_object_version_number := l_tfl_object_version_number;
588: p_finance_line_id := l_finance_line_id;
589: p_return_status := hr_multi_message.get_return_status_disable;
590: hr_utility.set_location(' Leaving:' || l_proc,50);
591: end update_delegate_booking;
592:
593: -- ----------------------------------------------------------------------------
594: -- |------------------------< delete_delegate_booking >-----------------------|

Line 611: hr_utility.set_location(' Entering:' || l_proc,10);

607: --
608: -- Other variables
609: l_proc varchar2(72) := g_package ||'delete_delegate_booking';
610: Begin
611: hr_utility.set_location(' Entering:' || l_proc,10);
612: --
613: -- Issue a savepoint
614: --
615: savepoint delete_delegate_booking_swi;

Line 653: hr_utility.set_location(' Leaving:' || l_proc,20);

649: -- messages of any type exist in the Multiple Message List.
650: -- Also disable Multiple Message Detection.
651: --
652: p_return_status := hr_multi_message.get_return_status_disable;
653: hr_utility.set_location(' Leaving:' || l_proc,20);
654: --
655: exception
656: when hr_multi_message.error_message_exist then
657: --

Line 667: hr_utility.set_location(' Leaving:' || l_proc, 30);

663: --
664: -- Reset IN OUT parameters and set OUT parameters
665: --
666: p_return_status := hr_multi_message.get_return_status_disable;
667: hr_utility.set_location(' Leaving:' || l_proc, 30);
668: when others then
669: --
670: -- When Multiple Message Detection is enabled catch
671: -- any Application specific or other unexpected

Line 678: hr_utility.set_location(' Leaving:' || l_proc,40);

674: -- error.
675: --
676: rollback to delete_delegate_booking_swi;
677: if hr_multi_message.unexpected_error_add(l_proc) then
678: hr_utility.set_location(' Leaving:' || l_proc,40);
679: raise;
680: end if;
681: --
682: -- Reset IN OUT and set OUT parameters

Line 685: hr_utility.set_location(' Leaving:' || l_proc,50);

681: --
682: -- Reset IN OUT and set OUT parameters
683: --
684: p_return_status := hr_multi_message.get_return_status_disable;
685: hr_utility.set_location(' Leaving:' || l_proc,50);
686: end delete_delegate_booking;
687: end ota_delegate_booking_swi;