DBA Data[Home] [Help]

APPS.BEN_ELIG_PER_ELC_CHC_SWI dependencies on HR_MULTI_MESSAGE

Line 134: hr_multi_message.enable_message_list;

130: savepoint create_elig_per_elc_chc_swi;
131: --
132: -- Initialise Multiple Message Detection
133: --
134: hr_multi_message.enable_message_list;
135: --
136: -- Remember IN OUT parameter IN values
137: --
138: --

Line 267: p_return_status := hr_multi_message.get_return_status_disable;

263: -- Derive the API return status value based on whether
264: -- messages of any type exist in the Multiple Message List.
265: -- Also disable Multiple Message Detection.
266: --
267: p_return_status := hr_multi_message.get_return_status_disable;
268: hr_utility.set_location(' Leaving:' || l_proc,20);
269: --
270: exception
271: when hr_multi_message.error_message_exist then

Line 271: when hr_multi_message.error_message_exist then

267: p_return_status := hr_multi_message.get_return_status_disable;
268: hr_utility.set_location(' Leaving:' || l_proc,20);
269: --
270: exception
271: when hr_multi_message.error_message_exist then
272: --
273: -- Catch the Multiple Message List exception which
274: -- indicates API processing has been aborted because
275: -- at least one message exists in the list.

Line 283: p_return_status := hr_multi_message.get_return_status_disable;

279: -- Reset IN OUT parameters and set OUT parameters
280: --
281: p_elig_per_elctbl_chc_id := null;
282: p_object_version_number := null;
283: p_return_status := hr_multi_message.get_return_status_disable;
284: hr_utility.set_location(' Leaving:' || l_proc, 30);
285: when others then
286: --
287: -- When Multiple Message Detection is enabled catch

Line 294: if hr_multi_message.unexpected_error_add(l_proc) then

290: -- Multiple Message List. Otherwise re-raise the
291: -- error.
292: --
293: rollback to create_elig_per_elc_chc_swi;
294: if hr_multi_message.unexpected_error_add(l_proc) then
295: hr_utility.set_location(' Leaving:' || l_proc,40);
296: raise;
297: end if;
298: --

Line 303: p_return_status := hr_multi_message.get_return_status_disable;

299: -- Reset IN OUT and set OUT parameters
300: --
301: p_elig_per_elctbl_chc_id := null;
302: p_object_version_number := null;
303: p_return_status := hr_multi_message.get_return_status_disable;
304: hr_utility.set_location(' Leaving:' || l_proc,50);
305: end create_elig_per_elc_chc;
306: -- ----------------------------------------------------------------------------
307: -- |---------------------< create_perf_elig_per_elc_chc >---------------------|

Line 433: hr_multi_message.enable_message_list;

429: savepoint crt_perf_elig_per_elc_chc_swi;
430: --
431: -- Initialise Multiple Message Detection
432: --
433: hr_multi_message.enable_message_list;
434: --
435: -- Remember IN OUT parameter IN values
436: --
437: --

Line 567: p_return_status := hr_multi_message.get_return_status_disable;

563: -- Derive the API return status value based on whether
564: -- messages of any type exist in the Multiple Message List.
565: -- Also disable Multiple Message Detection.
566: --
567: p_return_status := hr_multi_message.get_return_status_disable;
568: hr_utility.set_location(' Leaving:' || l_proc,20);
569: --
570: exception
571: when hr_multi_message.error_message_exist then

Line 571: when hr_multi_message.error_message_exist then

567: p_return_status := hr_multi_message.get_return_status_disable;
568: hr_utility.set_location(' Leaving:' || l_proc,20);
569: --
570: exception
571: when hr_multi_message.error_message_exist then
572: --
573: -- Catch the Multiple Message List exception which
574: -- indicates API processing has been aborted because
575: -- at least one message exists in the list.

Line 583: p_return_status := hr_multi_message.get_return_status_disable;

579: -- Reset IN OUT parameters and set OUT parameters
580: --
581: p_elig_per_elctbl_chc_id := null;
582: p_object_version_number := null;
583: p_return_status := hr_multi_message.get_return_status_disable;
584: hr_utility.set_location(' Leaving:' || l_proc, 30);
585: when others then
586: --
587: -- When Multiple Message Detection is enabled catch

Line 594: if hr_multi_message.unexpected_error_add(l_proc) then

590: -- Multiple Message List. Otherwise re-raise the
591: -- error.
592: --
593: rollback to crt_perf_elig_per_elc_chc_swi;
594: if hr_multi_message.unexpected_error_add(l_proc) then
595: hr_utility.set_location(' Leaving:' || l_proc,40);
596: raise;
597: end if;
598: --

Line 603: p_return_status := hr_multi_message.get_return_status_disable;

599: -- Reset IN OUT and set OUT parameters
600: --
601: p_elig_per_elctbl_chc_id := null;
602: p_object_version_number := null;
603: p_return_status := hr_multi_message.get_return_status_disable;
604: hr_utility.set_location(' Leaving:' || l_proc,50);
605: end create_perf_elig_per_elc_chc;
606: -- ----------------------------------------------------------------------------
607: -- |------------------------< delete_elig_per_elc_chc >-----------------------|

Line 634: hr_multi_message.enable_message_list;

630: savepoint delete_elig_per_elc_chc_swi;
631: --
632: -- Initialise Multiple Message Detection
633: --
634: hr_multi_message.enable_message_list;
635: --
636: -- Remember IN OUT parameter IN values
637: --
638: l_object_version_number := p_object_version_number;

Line 669: p_return_status := hr_multi_message.get_return_status_disable;

665: -- Derive the API return status value based on whether
666: -- messages of any type exist in the Multiple Message List.
667: -- Also disable Multiple Message Detection.
668: --
669: p_return_status := hr_multi_message.get_return_status_disable;
670: hr_utility.set_location(' Leaving:' || l_proc,20);
671: --
672: exception
673: when hr_multi_message.error_message_exist then

Line 673: when hr_multi_message.error_message_exist then

669: p_return_status := hr_multi_message.get_return_status_disable;
670: hr_utility.set_location(' Leaving:' || l_proc,20);
671: --
672: exception
673: when hr_multi_message.error_message_exist then
674: --
675: -- Catch the Multiple Message List exception which
676: -- indicates API processing has been aborted because
677: -- at least one message exists in the list.

Line 684: p_return_status := hr_multi_message.get_return_status_disable;

680: --
681: -- Reset IN OUT parameters and set OUT parameters
682: --
683: p_object_version_number := l_object_version_number;
684: p_return_status := hr_multi_message.get_return_status_disable;
685: hr_utility.set_location(' Leaving:' || l_proc, 30);
686: when others then
687: --
688: -- When Multiple Message Detection is enabled catch

Line 695: if hr_multi_message.unexpected_error_add(l_proc) then

691: -- Multiple Message List. Otherwise re-raise the
692: -- error.
693: --
694: rollback to delete_elig_per_elc_chc_swi;
695: if hr_multi_message.unexpected_error_add(l_proc) then
696: hr_utility.set_location(' Leaving:' || l_proc,40);
697: raise;
698: end if;
699: --

Line 703: p_return_status := hr_multi_message.get_return_status_disable;

699: --
700: -- Reset IN OUT and set OUT parameters
701: --
702: p_object_version_number := l_object_version_number;
703: p_return_status := hr_multi_message.get_return_status_disable;
704: hr_utility.set_location(' Leaving:' || l_proc,50);
705: end delete_elig_per_elc_chc;
706: -- ----------------------------------------------------------------------------
707: -- |----------------------------------< lck >---------------------------------|

Line 730: hr_multi_message.enable_message_list;

726: savepoint lck_swi;
727: --
728: -- Initialise Multiple Message Detection
729: --
730: hr_multi_message.enable_message_list;
731: --
732: -- Remember IN OUT parameter IN values
733: --
734: --

Line 759: p_return_status := hr_multi_message.get_return_status_disable;

755: -- Derive the API return status value based on whether
756: -- messages of any type exist in the Multiple Message List.
757: -- Also disable Multiple Message Detection.
758: --
759: p_return_status := hr_multi_message.get_return_status_disable;
760: hr_utility.set_location(' Leaving:' || l_proc,20);
761: --
762: exception
763: when hr_multi_message.error_message_exist then

Line 763: when hr_multi_message.error_message_exist then

759: p_return_status := hr_multi_message.get_return_status_disable;
760: hr_utility.set_location(' Leaving:' || l_proc,20);
761: --
762: exception
763: when hr_multi_message.error_message_exist then
764: --
765: -- Catch the Multiple Message List exception which
766: -- indicates API processing has been aborted because
767: -- at least one message exists in the list.

Line 773: p_return_status := hr_multi_message.get_return_status_disable;

769: rollback to lck_swi;
770: --
771: -- Reset IN OUT parameters and set OUT parameters
772: --
773: p_return_status := hr_multi_message.get_return_status_disable;
774: hr_utility.set_location(' Leaving:' || l_proc, 30);
775: when others then
776: --
777: -- When Multiple Message Detection is enabled catch

Line 784: if hr_multi_message.unexpected_error_add(l_proc) then

780: -- Multiple Message List. Otherwise re-raise the
781: -- error.
782: --
783: rollback to lck_swi;
784: if hr_multi_message.unexpected_error_add(l_proc) then
785: hr_utility.set_location(' Leaving:' || l_proc,40);
786: raise;
787: end if;
788: --

Line 791: p_return_status := hr_multi_message.get_return_status_disable;

787: end if;
788: --
789: -- Reset IN OUT and set OUT parameters
790: --
791: p_return_status := hr_multi_message.get_return_status_disable;
792: hr_utility.set_location(' Leaving:' || l_proc,50);
793: end lck;
794: -- ----------------------------------------------------------------------------
795: -- |------------------------< update_elig_per_elc_chc >-----------------------|

Line 915: hr_multi_message.enable_message_list;

911: savepoint update_elig_per_elc_chc_swi;
912: --
913: -- Initialise Multiple Message Detection
914: --
915: hr_multi_message.enable_message_list;
916: --
917: -- Remember IN OUT parameter IN values
918: --
919: l_object_version_number := p_object_version_number;

Line 1043: p_return_status := hr_multi_message.get_return_status_disable;

1039: -- Derive the API return status value based on whether
1040: -- messages of any type exist in the Multiple Message List.
1041: -- Also disable Multiple Message Detection.
1042: --
1043: p_return_status := hr_multi_message.get_return_status_disable;
1044: hr_utility.set_location(' Leaving:' || l_proc,20);
1045: --
1046: exception
1047: when hr_multi_message.error_message_exist then

Line 1047: when hr_multi_message.error_message_exist then

1043: p_return_status := hr_multi_message.get_return_status_disable;
1044: hr_utility.set_location(' Leaving:' || l_proc,20);
1045: --
1046: exception
1047: when hr_multi_message.error_message_exist then
1048: --
1049: -- Catch the Multiple Message List exception which
1050: -- indicates API processing has been aborted because
1051: -- at least one message exists in the list.

Line 1058: p_return_status := hr_multi_message.get_return_status_disable;

1054: --
1055: -- Reset IN OUT parameters and set OUT parameters
1056: --
1057: p_object_version_number := l_object_version_number;
1058: p_return_status := hr_multi_message.get_return_status_disable;
1059: hr_utility.set_location(' Leaving:' || l_proc, 30);
1060: when others then
1061: --
1062: -- When Multiple Message Detection is enabled catch

Line 1069: if hr_multi_message.unexpected_error_add(l_proc) then

1065: -- Multiple Message List. Otherwise re-raise the
1066: -- error.
1067: --
1068: rollback to update_elig_per_elc_chc_swi;
1069: if hr_multi_message.unexpected_error_add(l_proc) then
1070: hr_utility.set_location(' Leaving:' || l_proc,40);
1071: raise;
1072: end if;
1073: --

Line 1077: p_return_status := hr_multi_message.get_return_status_disable;

1073: --
1074: -- Reset IN OUT and set OUT parameters
1075: --
1076: p_object_version_number := l_object_version_number;
1077: p_return_status := hr_multi_message.get_return_status_disable;
1078: hr_utility.set_location(' Leaving:' || l_proc,50);
1079: end update_elig_per_elc_chc;
1080: -- ----------------------------------------------------------------------------
1081: -- |---------------------< update_perf_elig_per_elc_chc >---------------------|

Line 1197: hr_multi_message.enable_message_list;

1193: savepoint upd_perf_elig_per_elc_chc_swi;
1194: --
1195: -- Initialise Multiple Message Detection
1196: --
1197: hr_multi_message.enable_message_list;
1198: --
1199: -- Remember IN OUT parameter IN values
1200: --
1201: l_object_version_number := p_object_version_number;

Line 1321: p_return_status := hr_multi_message.get_return_status_disable;

1317: -- Derive the API return status value based on whether
1318: -- messages of any type exist in the Multiple Message List.
1319: -- Also disable Multiple Message Detection.
1320: --
1321: p_return_status := hr_multi_message.get_return_status_disable;
1322: hr_utility.set_location(' Leaving:' || l_proc,20);
1323: --
1324: exception
1325: when hr_multi_message.error_message_exist then

Line 1325: when hr_multi_message.error_message_exist then

1321: p_return_status := hr_multi_message.get_return_status_disable;
1322: hr_utility.set_location(' Leaving:' || l_proc,20);
1323: --
1324: exception
1325: when hr_multi_message.error_message_exist then
1326: --
1327: -- Catch the Multiple Message List exception which
1328: -- indicates API processing has been aborted because
1329: -- at least one message exists in the list.

Line 1336: p_return_status := hr_multi_message.get_return_status_disable;

1332: --
1333: -- Reset IN OUT parameters and set OUT parameters
1334: --
1335: p_object_version_number := l_object_version_number;
1336: p_return_status := hr_multi_message.get_return_status_disable;
1337: hr_utility.set_location(' Leaving:' || l_proc, 30);
1338: when others then
1339: --
1340: -- When Multiple Message Detection is enabled catch

Line 1347: if hr_multi_message.unexpected_error_add(l_proc) then

1343: -- Multiple Message List. Otherwise re-raise the
1344: -- error.
1345: --
1346: rollback to upd_perf_elig_per_elc_chc_swi;
1347: if hr_multi_message.unexpected_error_add(l_proc) then
1348: hr_utility.set_location(' Leaving:' || l_proc,40);
1349: raise;
1350: end if;
1351: --

Line 1355: p_return_status := hr_multi_message.get_return_status_disable;

1351: --
1352: -- Reset IN OUT and set OUT parameters
1353: --
1354: p_object_version_number := l_object_version_number;
1355: p_return_status := hr_multi_message.get_return_status_disable;
1356: hr_utility.set_location(' Leaving:' || l_proc,50);
1357: end update_perf_elig_per_elc_chc;
1358: -- ----------------------------------------------------------------------------
1359: -- |----------------------------< process_api >-------------------------------|