DBA Data[Home] [Help]

APPS.PQH_BUDGET_POOLS_SWI dependencies on HR_MULTI_MESSAGE

Line 368: hr_multi_message.enable_message_list;

364: savepoint create_reallocation_folder_swi;
365: --
366: -- Initialise Multiple Message Detection
367: --
368: hr_multi_message.enable_message_list;
369: --
370: -- Remember IN OUT parameter IN values
371: --
372: --

Line 409: p_return_status := hr_multi_message.get_return_status_disable;

405: -- Derive the API return status value based on whether
406: -- messages of any type exist in the Multiple Message List.
407: -- Also disable Multiple Message Detection.
408: --
409: p_return_status := hr_multi_message.get_return_status_disable;
410: hr_utility.set_location(' Leaving:' || l_proc,20);
411: --
412: exception
413: when hr_multi_message.error_message_exist then

Line 413: when hr_multi_message.error_message_exist then

409: p_return_status := hr_multi_message.get_return_status_disable;
410: hr_utility.set_location(' Leaving:' || l_proc,20);
411: --
412: exception
413: when hr_multi_message.error_message_exist then
414: --
415: -- Catch the Multiple Message List exception which
416: -- indicates API processing has been aborted because
417: -- at least one message exists in the list.

Line 425: p_return_status := hr_multi_message.get_return_status_disable;

421: -- Reset IN OUT parameters and set OUT parameters
422: --
423: p_folder_id := null;
424: p_object_version_number := null;
425: p_return_status := hr_multi_message.get_return_status_disable;
426: hr_utility.set_location(' Leaving:' || l_proc, 30);
427: when others then
428: --
429: -- When Multiple Message Detection is enabled catch

Line 436: if hr_multi_message.unexpected_error_add(l_proc) then

432: -- Multiple Message List. Otherwise re-raise the
433: -- error.
434: --
435: rollback to create_reallocation_folder_swi;
436: if hr_multi_message.unexpected_error_add(l_proc) then
437: hr_utility.set_location(' Leaving:' || l_proc,40);
438: raise;
439: end if;
440: --

Line 445: p_return_status := hr_multi_message.get_return_status_disable;

441: -- Reset IN OUT and set OUT parameters
442: --
443: p_folder_id := null;
444: p_object_version_number := null;
445: p_return_status := hr_multi_message.get_return_status_disable;
446: hr_utility.set_location(' Leaving:' || l_proc,50);
447: end create_reallocation_folder;
448: -- ----------------------------------------------------------------------------
449: -- |------------------------< create_reallocation_txn >-----------------------|

Line 478: hr_multi_message.enable_message_list;

474: savepoint create_reallocation_txn_swi;
475: --
476: -- Initialise Multiple Message Detection
477: --
478: hr_multi_message.enable_message_list;
479: --
480: -- Remember IN OUT parameter IN values
481: --
482: --

Line 515: p_return_status := hr_multi_message.get_return_status_disable;

511: -- Derive the API return status value based on whether
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

Line 519: when hr_multi_message.error_message_exist then

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: --
521: -- Catch the Multiple Message List exception which
522: -- indicates API processing has been aborted because
523: -- at least one message exists in the list.

Line 531: p_return_status := hr_multi_message.get_return_status_disable;

527: -- Reset IN OUT parameters and set OUT parameters
528: --
529: p_transaction_id := null;
530: p_object_version_number := null;
531: p_return_status := hr_multi_message.get_return_status_disable;
532: hr_utility.set_location(' Leaving:' || l_proc, 30);
533: when others then
534: --
535: -- When Multiple Message Detection is enabled catch

Line 542: if hr_multi_message.unexpected_error_add(l_proc) then

538: -- Multiple Message List. Otherwise re-raise the
539: -- error.
540: --
541: rollback to create_reallocation_txn_swi;
542: if hr_multi_message.unexpected_error_add(l_proc) then
543: hr_utility.set_location(' Leaving:' || l_proc,40);
544: raise;
545: end if;
546: --

Line 551: p_return_status := hr_multi_message.get_return_status_disable;

547: -- Reset IN OUT and set OUT parameters
548: --
549: p_transaction_id := null;
550: p_object_version_number := null;
551: p_return_status := hr_multi_message.get_return_status_disable;
552: hr_utility.set_location(' Leaving:' || l_proc,50);
553: end create_reallocation_txn;
554: -- ----------------------------------------------------------------------------
555: -- |----------------------< delete_reallocation_folder >----------------------|

Line 581: hr_multi_message.enable_message_list;

577: savepoint delete_reallocation_folder_swi;
578: --
579: -- Initialise Multiple Message Detection
580: --
581: hr_multi_message.enable_message_list;
582: --
583: -- Remember IN OUT parameter IN values
584: --
585: --

Line 615: p_return_status := hr_multi_message.get_return_status_disable;

611: -- Derive the API return status value based on whether
612: -- messages of any type exist in the Multiple Message List.
613: -- Also disable Multiple Message Detection.
614: --
615: p_return_status := hr_multi_message.get_return_status_disable;
616: hr_utility.set_location(' Leaving:' || l_proc,20);
617: --
618: exception
619: when hr_multi_message.error_message_exist then

Line 619: when hr_multi_message.error_message_exist then

615: p_return_status := hr_multi_message.get_return_status_disable;
616: hr_utility.set_location(' Leaving:' || l_proc,20);
617: --
618: exception
619: when hr_multi_message.error_message_exist then
620: --
621: -- Catch the Multiple Message List exception which
622: -- indicates API processing has been aborted because
623: -- at least one message exists in the list.

Line 629: p_return_status := hr_multi_message.get_return_status_disable;

625: rollback to delete_reallocation_folder_swi;
626: --
627: -- Reset IN OUT parameters and set OUT parameters
628: --
629: p_return_status := hr_multi_message.get_return_status_disable;
630: hr_utility.set_location(' Leaving:' || l_proc, 30);
631: when others then
632: --
633: -- When Multiple Message Detection is enabled catch

Line 640: if hr_multi_message.unexpected_error_add(l_proc) then

636: -- Multiple Message List. Otherwise re-raise the
637: -- error.
638: --
639: rollback to delete_reallocation_folder_swi;
640: if hr_multi_message.unexpected_error_add(l_proc) then
641: hr_utility.set_location(' Leaving:' || l_proc,40);
642: raise;
643: end if;
644: --

Line 647: p_return_status := hr_multi_message.get_return_status_disable;

643: end if;
644: --
645: -- Reset IN OUT and set OUT parameters
646: --
647: p_return_status := hr_multi_message.get_return_status_disable;
648: hr_utility.set_location(' Leaving:' || l_proc,50);
649: end delete_reallocation_folder;
650: -- ----------------------------------------------------------------------------
651: -- |------------------------< delete_reallocation_txn >-----------------------|

Line 677: hr_multi_message.enable_message_list;

673: savepoint delete_reallocation_txn_swi;
674: --
675: -- Initialise Multiple Message Detection
676: --
677: hr_multi_message.enable_message_list;
678: --
679: -- Remember IN OUT parameter IN values
680: --
681: --

Line 711: p_return_status := hr_multi_message.get_return_status_disable;

707: -- Derive the API return status value based on whether
708: -- messages of any type exist in the Multiple Message List.
709: -- Also disable Multiple Message Detection.
710: --
711: p_return_status := hr_multi_message.get_return_status_disable;
712: hr_utility.set_location(' Leaving:' || l_proc,20);
713: --
714: exception
715: when hr_multi_message.error_message_exist then

Line 715: when hr_multi_message.error_message_exist then

711: p_return_status := hr_multi_message.get_return_status_disable;
712: hr_utility.set_location(' Leaving:' || l_proc,20);
713: --
714: exception
715: when hr_multi_message.error_message_exist then
716: --
717: -- Catch the Multiple Message List exception which
718: -- indicates API processing has been aborted because
719: -- at least one message exists in the list.

Line 725: p_return_status := hr_multi_message.get_return_status_disable;

721: rollback to delete_reallocation_txn_swi;
722: --
723: -- Reset IN OUT parameters and set OUT parameters
724: --
725: p_return_status := hr_multi_message.get_return_status_disable;
726: hr_utility.set_location(' Leaving:' || l_proc, 30);
727: when others then
728: --
729: -- When Multiple Message Detection is enabled catch

Line 736: if hr_multi_message.unexpected_error_add(l_proc) then

732: -- Multiple Message List. Otherwise re-raise the
733: -- error.
734: --
735: rollback to delete_reallocation_txn_swi;
736: if hr_multi_message.unexpected_error_add(l_proc) then
737: hr_utility.set_location(' Leaving:' || l_proc,40);
738: raise;
739: end if;
740: --

Line 743: p_return_status := hr_multi_message.get_return_status_disable;

739: end if;
740: --
741: -- Reset IN OUT and set OUT parameters
742: --
743: p_return_status := hr_multi_message.get_return_status_disable;
744: hr_utility.set_location(' Leaving:' || l_proc,50);
745: end delete_reallocation_txn;
746: -- ----------------------------------------------------------------------------
747: -- |----------------------< update_reallocation_folder >----------------------|

Line 781: hr_multi_message.enable_message_list;

777: savepoint update_reallocation_folder_swi;
778: --
779: -- Initialise Multiple Message Detection
780: --
781: hr_multi_message.enable_message_list;
782: --
783: -- Remember IN OUT parameter IN values
784: --
785: l_object_version_number := p_object_version_number;

Line 823: p_return_status := hr_multi_message.get_return_status_disable;

819: -- Derive the API return status value based on whether
820: -- messages of any type exist in the Multiple Message List.
821: -- Also disable Multiple Message Detection.
822: --
823: p_return_status := hr_multi_message.get_return_status_disable;
824: hr_utility.set_location(' Leaving:' || l_proc,20);
825: --
826: exception
827: when hr_multi_message.error_message_exist then

Line 827: when hr_multi_message.error_message_exist then

823: p_return_status := hr_multi_message.get_return_status_disable;
824: hr_utility.set_location(' Leaving:' || l_proc,20);
825: --
826: exception
827: when hr_multi_message.error_message_exist then
828: --
829: -- Catch the Multiple Message List exception which
830: -- indicates API processing has been aborted because
831: -- at least one message exists in the list.

Line 838: p_return_status := hr_multi_message.get_return_status_disable;

834: --
835: -- Reset IN OUT parameters and set OUT parameters
836: --
837: p_object_version_number := l_object_version_number;
838: p_return_status := hr_multi_message.get_return_status_disable;
839: hr_utility.set_location(' Leaving:' || l_proc, 30);
840: when others then
841: --
842: -- When Multiple Message Detection is enabled catch

Line 849: if hr_multi_message.unexpected_error_add(l_proc) then

845: -- Multiple Message List. Otherwise re-raise the
846: -- error.
847: --
848: rollback to update_reallocation_folder_swi;
849: if hr_multi_message.unexpected_error_add(l_proc) then
850: hr_utility.set_location(' Leaving:' || l_proc,40);
851: raise;
852: end if;
853: --

Line 857: p_return_status := hr_multi_message.get_return_status_disable;

853: --
854: -- Reset IN OUT and set OUT parameters
855: --
856: p_object_version_number := l_object_version_number;
857: p_return_status := hr_multi_message.get_return_status_disable;
858: hr_utility.set_location(' Leaving:' || l_proc,50);
859: end update_reallocation_folder;
860: -- ----------------------------------------------------------------------------
861: -- |------------------------< update_reallocation_txn >-----------------------|

Line 891: hr_multi_message.enable_message_list;

887: savepoint update_reallocation_txn_swi;
888: --
889: -- Initialise Multiple Message Detection
890: --
891: hr_multi_message.enable_message_list;
892: --
893: -- Remember IN OUT parameter IN values
894: --
895: l_object_version_number := p_object_version_number;

Line 929: p_return_status := hr_multi_message.get_return_status_disable;

925: -- Derive the API return status value based on whether
926: -- messages of any type exist in the Multiple Message List.
927: -- Also disable Multiple Message Detection.
928: --
929: p_return_status := hr_multi_message.get_return_status_disable;
930: hr_utility.set_location(' Leaving:' || l_proc,20);
931: --
932: exception
933: when hr_multi_message.error_message_exist then

Line 933: when hr_multi_message.error_message_exist then

929: p_return_status := hr_multi_message.get_return_status_disable;
930: hr_utility.set_location(' Leaving:' || l_proc,20);
931: --
932: exception
933: when hr_multi_message.error_message_exist then
934: --
935: -- Catch the Multiple Message List exception which
936: -- indicates API processing has been aborted because
937: -- at least one message exists in the list.

Line 944: p_return_status := hr_multi_message.get_return_status_disable;

940: --
941: -- Reset IN OUT parameters and set OUT parameters
942: --
943: p_object_version_number := l_object_version_number;
944: p_return_status := hr_multi_message.get_return_status_disable;
945: hr_utility.set_location(' Leaving:' || l_proc, 30);
946: when others then
947: --
948: -- When Multiple Message Detection is enabled catch

Line 955: if hr_multi_message.unexpected_error_add(l_proc) then

951: -- Multiple Message List. Otherwise re-raise the
952: -- error.
953: --
954: rollback to update_reallocation_txn_swi;
955: if hr_multi_message.unexpected_error_add(l_proc) then
956: hr_utility.set_location(' Leaving:' || l_proc,40);
957: raise;
958: end if;
959: --

Line 963: p_return_status := hr_multi_message.get_return_status_disable;

959: --
960: -- Reset IN OUT and set OUT parameters
961: --
962: p_object_version_number := l_object_version_number;
963: p_return_status := hr_multi_message.get_return_status_disable;
964: hr_utility.set_location(' Leaving:' || l_proc,50);
965: end update_reallocation_txn;
966:
967: PROCEDURE bgt_realloc_delete(p_node_type in varchar2, p_node_id in number)

Line 989: hr_multi_message.enable_message_list;

985: --added by kgowripe for bug#2875736
986: --
987: -- Initialise Multiple Message Detection
988: --
989: hr_multi_message.enable_message_list;
990:
991: If p_node_type in ('DD','RD') then
992: delete_trxn_amts
993: ( p_transaction_type => p_node_type