DBA Data[Home] [Help]

APPS.OTA_FINANCE_HEADER_SWI dependencies on HR_UTILITY

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

153: --
154: -- Other variables
155: l_proc varchar2(72) := g_package ||'create_finance_header';
156: Begin
157: hr_utility.set_location(' Entering:' || l_proc,10);
158: --
159: -- Issue a savepoint
160: --
161: savepoint create_finance_header_swi;

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

327: -- messages of any type exist in the Multiple Message List.
328: -- Also disable Multiple Message Detection.
329: --
330: p_return_status := hr_multi_message.get_return_status_disable;
331: hr_utility.set_location(' Leaving:' || l_proc,20);
332: --
333: exception
334: when hr_multi_message.error_message_exist then
335: --

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

343: --
344: p_finance_header_id := null;
345: p_object_version_number := null;
346: p_return_status := hr_multi_message.get_return_status_disable;
347: hr_utility.set_location(' Leaving:' || l_proc, 30);
348: when others then
349: --
350: -- When Multiple Message Detection is enabled catch
351: -- any Application specific or other unexpected

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

354: -- error.
355: --
356: rollback to create_finance_header_swi;
357: if hr_multi_message.unexpected_error_add(l_proc) then
358: hr_utility.set_location(' Leaving:' || l_proc,40);
359: raise;
360: end if;
361: --
362: -- Reset IN OUT and set OUT parameters

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

363: --
364: p_finance_header_id := null;
365: p_object_version_number := null;
366: p_return_status := hr_multi_message.get_return_status_disable;
367: hr_utility.set_location(' Leaving:' || l_proc,50);
368: end create_finance_header;
369: -- ----------------------------------------------------------------------------
370: -- |-------------------------< update_finance_header >------------------------|
371: -- ----------------------------------------------------------------------------

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

516: --
517: -- Other variables
518: l_proc varchar2(72) := g_package ||'update_finance_header';
519: Begin
520: hr_utility.set_location(' Entering:' || l_proc,10);
521: --
522: -- Issue a savepoint
523: --
524: savepoint update_finance_header_swi;

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

691: -- messages of any type exist in the Multiple Message List.
692: -- Also disable Multiple Message Detection.
693: --
694: p_return_status := hr_multi_message.get_return_status_disable;
695: hr_utility.set_location(' Leaving:' || l_proc,20);
696: --
697: exception
698: when hr_multi_message.error_message_exist then
699: --

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

707: --
708: p_object_version_number := l_object_version_number;
709: p_new_object_version_number := null;
710: p_return_status := hr_multi_message.get_return_status_disable;
711: hr_utility.set_location(' Leaving:' || l_proc, 30);
712: when others then
713: --
714: -- When Multiple Message Detection is enabled catch
715: -- any Application specific or other unexpected

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

718: -- error.
719: --
720: rollback to update_finance_header_swi;
721: if hr_multi_message.unexpected_error_add(l_proc) then
722: hr_utility.set_location(' Leaving:' || l_proc,40);
723: raise;
724: end if;
725: --
726: -- Reset IN OUT and set OUT parameters

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

727: --
728: p_object_version_number := l_object_version_number;
729: p_new_object_version_number := null;
730: p_return_status := hr_multi_message.get_return_status_disable;
731: hr_utility.set_location(' Leaving:' || l_proc,50);
732: end update_finance_header;
733: -- ----------------------------------------------------------------------------
734: -- |-------------------------< delete_finance_header >------------------------|
735: -- ----------------------------------------------------------------------------

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

747: --
748: -- Other variables
749: l_proc varchar2(72) := g_package ||'delete_finance_header';
750: Begin
751: hr_utility.set_location(' Entering:' || l_proc,10);
752: --
753: -- Issue a savepoint
754: --
755: savepoint delete_finance_header_swi;

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

789: -- messages of any type exist in the Multiple Message List.
790: -- Also disable Multiple Message Detection.
791: --
792: p_return_status := hr_multi_message.get_return_status_disable;
793: hr_utility.set_location(' Leaving:' || l_proc,20);
794: --
795: exception
796: when hr_multi_message.error_message_exist then
797: --

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

803: --
804: -- Reset IN OUT parameters and set OUT parameters
805: --
806: p_return_status := hr_multi_message.get_return_status_disable;
807: hr_utility.set_location(' Leaving:' || l_proc, 30);
808: when others then
809: --
810: -- When Multiple Message Detection is enabled catch
811: -- any Application specific or other unexpected

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

814: -- error.
815: --
816: rollback to delete_finance_header_swi;
817: if hr_multi_message.unexpected_error_add(l_proc) then
818: hr_utility.set_location(' Leaving:' || l_proc,40);
819: raise;
820: end if;
821: --
822: -- Reset IN OUT and set OUT parameters

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

821: --
822: -- Reset IN OUT and set OUT parameters
823: --
824: p_return_status := hr_multi_message.get_return_status_disable;
825: hr_utility.set_location(' Leaving:' || l_proc,50);
826: end delete_finance_header;
827:
828: --
829: -- ----------------------------------------------------------------------------

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

855: l_validate boolean;
856: l_commit boolean;
857: l_proc varchar2(72) := g_package ||'cancel_header';
858: Begin
859: hr_utility.set_location(' Entering:' || l_proc,10);
860: --
861: -- Issue a savepoint
862: --
863: savepoint cancel_header_swi;

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

888: ,p_commit => l_commit
889: );
890:
891: p_return_status := hr_multi_message.get_return_status_disable;
892: hr_utility.set_location(' Leaving:' || l_proc,20);
893: exception
894: when hr_multi_message.error_message_exist then
895: --
896: -- Catch the Multiple Message List exception which

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

901: --
902: -- Reset IN OUT parameters and set OUT parameters
903: --
904: p_return_status := hr_multi_message.get_return_status_disable;
905: hr_utility.set_location(' Leaving:' || l_proc, 30);
906: when others then
907: --
908: -- When Multiple Message Detection is enabled catch
909: -- any Application specific or other unexpected

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

912: -- error.
913: --
914: rollback to cancel_header_swi;
915: if hr_multi_message.unexpected_error_add(l_proc) then
916: hr_utility.set_location(' Leaving:' || l_proc,40);
917: raise;
918: end if;
919:
920: --

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

918: end if;
919:
920: --
921: p_return_status := hr_multi_message.get_return_status_disable;
922: hr_utility.set_location(' Leaving:' || l_proc,50);
923:
924: end cancel_header;
925:
926: --

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

950: l_commit boolean;
951: l_proc varchar2(72) := g_package ||'recancel_header';
952: Begin
953:
954: hr_utility.set_location(' Entering:' || l_proc,10);
955: --
956: -- Issue a savepoint
957: --
958: savepoint recancel_header_swi;

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

982: );
983:
984:
985: p_return_status := hr_multi_message.get_return_status_disable;
986: hr_utility.set_location(' Leaving:' || l_proc,20);
987: exception
988: when hr_multi_message.error_message_exist then
989: --
990: -- Catch the Multiple Message List exception which

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

995: --
996: -- Reset IN OUT parameters and set OUT parameters
997: --
998: p_return_status := hr_multi_message.get_return_status_disable;
999: hr_utility.set_location(' Leaving:' || l_proc, 30);
1000: when others then
1001: --
1002: -- When Multiple Message Detection is enabled catch
1003: -- any Application specific or other unexpected

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

1006: -- error.
1007: --
1008: rollback to recancel_header_swi;
1009: if hr_multi_message.unexpected_error_add(l_proc) then
1010: hr_utility.set_location(' Leaving:' || l_proc,40);
1011: raise;
1012: end if;
1013: --
1014: -- Reset IN OUT and set OUT parameters

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

1012: end if;
1013: --
1014: -- Reset IN OUT and set OUT parameters
1015: p_return_status := hr_multi_message.get_return_status_disable;
1016: hr_utility.set_location(' Leaving:' || l_proc,50);
1017: --
1018:
1019:
1020: end recancel_header;

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

1034: l_validate boolean;
1035: l_commit boolean;
1036: l_proc varchar2(72) := g_package ||'cancel_and_recreate';
1037: Begin
1038: hr_utility.set_location(' Entering:' || l_proc,10);
1039: --
1040: -- Issue a savepoint
1041: --
1042: savepoint cancel_and_recreate_header_swi;

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

1068: ,p_commit => l_commit
1069: );
1070:
1071: p_return_status := hr_multi_message.get_return_status_disable;
1072: hr_utility.set_location(' Leaving:' || l_proc,20);
1073: exception
1074: when hr_multi_message.error_message_exist then
1075: --
1076: -- Catch the Multiple Message List exception which

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

1081: --
1082: -- Reset IN OUT parameters and set OUT parameters
1083: --
1084: p_return_status := hr_multi_message.get_return_status_disable;
1085: hr_utility.set_location(' Leaving:' || l_proc, 30);
1086: when others then
1087: --
1088: -- When Multiple Message Detection is enabled catch
1089: -- any Application specific or other unexpected

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

1092: -- error.
1093: --
1094: rollback to cancel_and_recreate_header_swi;
1095: if hr_multi_message.unexpected_error_add(l_proc) then
1096: hr_utility.set_location(' Leaving:' || l_proc,40);
1097: raise;
1098: end if;
1099:
1100: --

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

1098: end if;
1099:
1100: --
1101: p_return_status := hr_multi_message.get_return_status_disable;
1102: hr_utility.set_location(' Leaving:' || l_proc,50);
1103:
1104: end cancel_and_recreate;
1105:
1106: end ota_finance_header_swi;