DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_SWI dependencies on HR_UTILITY

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

83: -- Other variables
84: l_person_deployment_id number;
85: l_proc varchar2(72) := g_package ||'create_person_deployment';
86: Begin
87: hr_utility.set_location(' Entering:' || l_proc,10);
88: --
89: -- Issue a savepoint
90: --
91: savepoint create_person_deployment_swi;

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

196: -- messages of any type exist in the Multiple Message List.
197: -- Also disable Multiple Message Detection.
198: --
199: p_return_status := hr_multi_message.get_return_status_disable;
200: hr_utility.set_location(' Leaving:' || l_proc,20);
201: --
202: exception
203: when hr_multi_message.error_message_exist then
204: --

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

211: -- Reset IN OUT parameters and set OUT parameters
212: --
213: p_object_version_number := null;
214: p_return_status := hr_multi_message.get_return_status_disable;
215: hr_utility.set_location(' Leaving:' || l_proc, 30);
216: when others then
217: --
218: -- When Multiple Message Detection is enabled catch
219: -- any Application specific or other unexpected

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

222: -- error.
223: --
224: rollback to create_person_deployment_swi;
225: if hr_multi_message.unexpected_error_add(l_proc) then
226: hr_utility.set_location(' Leaving:' || l_proc,40);
227: raise;
228: end if;
229: --
230: -- Reset IN OUT and set OUT parameters

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

230: -- Reset IN OUT and set OUT parameters
231: --
232: p_object_version_number := null;
233: p_return_status := hr_multi_message.get_return_status_disable;
234: hr_utility.set_location(' Leaving:' || l_proc,50);
235: end create_person_deployment;
236: -- ----------------------------------------------------------------------------
237: -- |-----------------------< update_person_deployment >-----------------------|
238: -- ----------------------------------------------------------------------------

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

308: --
309: -- Other variables
310: l_proc varchar2(72) := g_package ||'update_person_deployment';
311: Begin
312: hr_utility.set_location(' Entering:' || l_proc,10);
313: --
314: -- Issue a savepoint
315: --
316: savepoint update_person_deployment_swi;

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

416: -- messages of any type exist in the Multiple Message List.
417: -- Also disable Multiple Message Detection.
418: --
419: p_return_status := hr_multi_message.get_return_status_disable;
420: hr_utility.set_location(' Leaving:' || l_proc,20);
421: --
422: exception
423: when hr_multi_message.error_message_exist then
424: --

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

431: -- Reset IN OUT parameters and set OUT parameters
432: --
433: p_object_version_number := l_object_version_number;
434: p_return_status := hr_multi_message.get_return_status_disable;
435: hr_utility.set_location(' Leaving:' || l_proc, 30);
436: when others then
437: --
438: -- When Multiple Message Detection is enabled catch
439: -- any Application specific or other unexpected

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

442: -- error.
443: --
444: rollback to update_person_deployment_swi;
445: if hr_multi_message.unexpected_error_add(l_proc) then
446: hr_utility.set_location(' Leaving:' || l_proc,40);
447: raise;
448: end if;
449: --
450: -- Reset IN OUT and set OUT parameters

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

450: -- Reset IN OUT and set OUT parameters
451: --
452: p_object_version_number := l_object_version_number;
453: p_return_status := hr_multi_message.get_return_status_disable;
454: hr_utility.set_location(' Leaving:' || l_proc,50);
455: end update_person_deployment;
456: -- ----------------------------------------------------------------------------
457: -- |-----------------------< delete_person_deployment >-----------------------|
458: -- ----------------------------------------------------------------------------

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

470: --
471: -- Other variables
472: l_proc varchar2(72) := g_package ||'delete_person_deployment';
473: Begin
474: hr_utility.set_location(' Entering:' || l_proc,10);
475: --
476: -- Issue a savepoint
477: --
478: savepoint delete_person_deployment_swi;

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

512: -- messages of any type exist in the Multiple Message List.
513: -- Also disable Multiple Message Detection.
514: --
515: p_return_status := hr_multi_message.get_return_status_disable;
516: hr_utility.set_location(' Leaving:' || l_proc,20);
517: --
518: exception
519: when hr_multi_message.error_message_exist then
520: --

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

526: --
527: -- Reset IN OUT parameters and set OUT parameters
528: --
529: p_return_status := hr_multi_message.get_return_status_disable;
530: hr_utility.set_location(' Leaving:' || l_proc, 30);
531: when others then
532: --
533: -- When Multiple Message Detection is enabled catch
534: -- any Application specific or other unexpected

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

537: -- error.
538: --
539: rollback to delete_person_deployment_swi;
540: if hr_multi_message.unexpected_error_add(l_proc) then
541: hr_utility.set_location(' Leaving:' || l_proc,40);
542: raise;
543: end if;
544: --
545: -- Reset IN OUT and set OUT parameters

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

544: --
545: -- Reset IN OUT and set OUT parameters
546: --
547: p_return_status := hr_multi_message.get_return_status_disable;
548: hr_utility.set_location(' Leaving:' || l_proc,50);
549: end delete_person_deployment;
550: -- ----------------------------------------------------------------------------
551: -- |-----------------------< initiate_deployment >----------------------------|
552: -- ----------------------------------------------------------------------------

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

570: --
571: -- Other variables
572: l_proc varchar2(72) := g_package ||'initiate_deployment';
573: Begin
574: hr_utility.set_location(' Entering:' || l_proc,10);
575: --
576: -- Issue a savepoint
577: --
578: savepoint initiate_deployment_swi;

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

624: -- messages of any type exist in the Multiple Message List.
625: -- Also disable Multiple Message Detection.
626: --
627: p_return_status := hr_multi_message.get_return_status_disable;
628: hr_utility.set_location(' Leaving:' || l_proc,20);
629: --
630: exception
631: when hr_multi_message.error_message_exist then
632: --

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

643: p_host_per_ovn := null;
644: p_host_assignment_id := null;
645: p_host_asg_ovn := null;
646: p_return_status := hr_multi_message.get_return_status_disable;
647: hr_utility.set_location(' Leaving:' || l_proc, 30);
648: when others then
649: --
650: -- When Multiple Message Detection is enabled catch
651: -- any Application specific or other unexpected

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

654: -- error.
655: --
656: rollback to initiate_deployment_swi;
657: if hr_multi_message.unexpected_error_add(l_proc) then
658: hr_utility.set_location(' Leaving:' || l_proc,40);
659: raise;
660: end if;
661: --
662: -- Reset IN OUT and set OUT parameters

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

666: p_host_per_ovn := null;
667: p_host_assignment_id := null;
668: p_host_asg_ovn := null;
669: p_return_status := hr_multi_message.get_return_status_disable;
670: hr_utility.set_location(' Leaving:' || l_proc,50);
671: end initiate_deployment;
672: -- ----------------------------------------------------------------------------
673: -- |-----------------------< change_deployment_dates >------------------------|
674: -- ----------------------------------------------------------------------------

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

691: -- Other variables
692: --
693: l_proc varchar2(72) := g_package ||'change_deployment_dates';
694: Begin
695: hr_utility.set_location(' Entering:' || l_proc,10);
696: --
697: -- Issue a savepoint
698: --
699: savepoint change_deployment_dates_swi;

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

737: -- messages of any type exist in the Multiple Message List.
738: -- Also disable Multiple Message Detection.
739: --
740: p_return_status := hr_multi_message.get_return_status_disable;
741: hr_utility.set_location(' Leaving:' || l_proc,20);
742: --
743: exception
744: when hr_multi_message.error_message_exist then
745: --

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

752: -- Reset IN OUT parameters and set OUT parameters
753: --
754: p_object_version_number := l_object_version_number;
755: p_return_status := hr_multi_message.get_return_status_disable;
756: hr_utility.set_location(' Leaving:' || l_proc, 30);
757: when others then
758: --
759: -- When Multiple Message Detection is enabled catch
760: -- any Application specific or other unexpected

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

763: -- error.
764: --
765: rollback to change_deployment_dates_swi;
766: if hr_multi_message.unexpected_error_add(l_proc) then
767: hr_utility.set_location(' Leaving:' || l_proc,40);
768: raise;
769: end if;
770: --
771: -- Reset IN OUT and set OUT parameters

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

771: -- Reset IN OUT and set OUT parameters
772: --
773: p_object_version_number := l_object_version_number;
774: p_return_status := hr_multi_message.get_return_status_disable;
775: hr_utility.set_location(' Leaving:' || l_proc,50);
776: end change_deployment_dates;
777: -- ----------------------------------------------------------------------------
778: -- |-----------------------< return_from_deployment >-------------------------|
779: -- ----------------------------------------------------------------------------

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

796: --
797: -- Other variables
798: l_proc varchar2(72) := g_package ||'change_deployment_dates';
799: Begin
800: hr_utility.set_location(' Entering:' || l_proc,10);
801: --
802: -- Issue a savepoint
803: --
804: savepoint return_from_deployment_swi;

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

842: -- messages of any type exist in the Multiple Message List.
843: -- Also disable Multiple Message Detection.
844: --
845: p_return_status := hr_multi_message.get_return_status_disable;
846: hr_utility.set_location(' Leaving:' || l_proc,20);
847: --
848: exception
849: when hr_multi_message.error_message_exist then
850: --

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

857: -- Reset IN OUT parameters and set OUT parameters
858: --
859: p_object_version_number := l_object_version_number;
860: p_return_status := hr_multi_message.get_return_status_disable;
861: hr_utility.set_location(' Leaving:' || l_proc, 30);
862: when others then
863: --
864: -- When Multiple Message Detection is enabled catch
865: -- any Application specific or other unexpected

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

868: -- error.
869: --
870: rollback to return_from_deployment_swi;
871: if hr_multi_message.unexpected_error_add(l_proc) then
872: hr_utility.set_location(' Leaving:' || l_proc,40);
873: raise;
874: end if;
875: --
876: -- Reset IN OUT and set OUT parameters

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

876: -- Reset IN OUT and set OUT parameters
877: --
878: p_object_version_number := l_object_version_number;
879: p_return_status := hr_multi_message.get_return_status_disable;
880: hr_utility.set_location(' Leaving:' || l_proc,50);
881: end return_from_deployment;
882:
883: end hr_person_deployment_swi;