DBA Data[Home] [Help]

APPS.BEN_BENEFIT_PRVDR_POOL_API dependencies on HR_UTILITY

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

92: l_object_version_number ben_bnft_prvdr_pool_f.object_version_number%TYPE;
93: --
94: begin
95: --
96: hr_utility.set_location('Entering:'|| l_proc, 10);
97: --
98: -- Issue a savepoint if operating in validation only mode
99: --
100: savepoint create_Benefit_Prvdr_Pool;

Line 102: hr_utility.set_location(l_proc, 20);

98: -- Issue a savepoint if operating in validation only mode
99: --
100: savepoint create_Benefit_Prvdr_Pool;
101: --
102: hr_utility.set_location(l_proc, 20);
103: --
104: -- Process Logic
105: --
106: begin

Line 353: hr_utility.set_location(l_proc, 60);

349: -- End of API User Hook for the after hook of create_Benefit_Prvdr_Pool
350: --
351: end;
352: --
353: hr_utility.set_location(l_proc, 60);
354: --
355: -- When in validation only mode raise the Validate_Enabled exception
356: --
357: if p_validate then

Line 368: hr_utility.set_location(' Leaving:'||l_proc, 70);

364: p_effective_start_date := l_effective_start_date;
365: p_effective_end_date := l_effective_end_date;
366: p_object_version_number := l_object_version_number;
367: --
368: hr_utility.set_location(' Leaving:'||l_proc, 70);
369: --
370: exception
371: --
372: when hr_api.validate_enabled then

Line 387: hr_utility.set_location(' Leaving:'||l_proc, 80);

383: p_bnft_prvdr_pool_id := null;
384: p_effective_start_date := null;
385: p_effective_end_date := null;
386: p_object_version_number := null;
387: hr_utility.set_location(' Leaving:'||l_proc, 80);
388: --
389: when others then
390: --
391: -- A validation or unexpected error has occured

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

481: l_effective_end_date ben_bnft_prvdr_pool_f.effective_end_date%TYPE;
482: --
483: begin
484: --
485: hr_utility.set_location('Entering:'|| l_proc, 10);
486: --
487: -- Issue a savepoint if operating in validation only mode
488: --
489: savepoint update_Benefit_Prvdr_Pool;

Line 491: hr_utility.set_location(l_proc, 20);

487: -- Issue a savepoint if operating in validation only mode
488: --
489: savepoint update_Benefit_Prvdr_Pool;
490: --
491: hr_utility.set_location(l_proc, 20);
492: --
493: -- Process Logic
494: --
495: l_object_version_number := p_object_version_number;

Line 584: hr_utility.set_location('deficit: '||p_mx_dfcit_pct_comp_num, 20);

580: -- End of API User Hook for the before hook of update_Benefit_Prvdr_Pool
581: --
582: end;
583: --
584: hr_utility.set_location('deficit: '||p_mx_dfcit_pct_comp_num, 20);
585: ben_bpp_upd.upd
586: (
587: p_bnft_prvdr_pool_id => p_bnft_prvdr_pool_id
588: ,p_effective_start_date => l_effective_start_date

Line 749: hr_utility.set_location(l_proc, 60);

745: -- End of API User Hook for the after hook of update_Benefit_Prvdr_Pool
746: --
747: end;
748: --
749: hr_utility.set_location(l_proc, 60);
750: --
751: -- When in validation only mode raise the Validate_Enabled exception
752: --
753: if p_validate then

Line 763: hr_utility.set_location(' Leaving:'||l_proc, 70);

759: p_object_version_number := l_object_version_number;
760: p_effective_start_date := l_effective_start_date;
761: p_effective_end_date := l_effective_end_date;
762: --
763: hr_utility.set_location(' Leaving:'||l_proc, 70);
764: --
765: exception
766: --
767: when hr_api.validate_enabled then

Line 778: hr_utility.set_location(' Leaving:'||l_proc, 80);

774: -- Only set output warning arguments
775: -- (Any key or derived arguments must be set to null
776: -- when validation only mode is being used.)
777: --
778: hr_utility.set_location(' Leaving:'||l_proc, 80);
779: --
780: when others then
781: --
782: -- A validation or unexpected error has occured

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

807: l_effective_end_date ben_bnft_prvdr_pool_f.effective_end_date%TYPE;
808: --
809: begin
810: --
811: hr_utility.set_location('Entering:'|| l_proc, 10);
812: --
813: -- Issue a savepoint if operating in validation only mode
814: --
815: savepoint delete_Benefit_Prvdr_Pool;

Line 817: hr_utility.set_location(l_proc, 20);

813: -- Issue a savepoint if operating in validation only mode
814: --
815: savepoint delete_Benefit_Prvdr_Pool;
816: --
817: hr_utility.set_location(l_proc, 20);
818: --
819: -- Process Logic
820: --
821: l_object_version_number := p_object_version_number;

Line 880: hr_utility.set_location(l_proc, 60);

876: -- End of API User Hook for the after hook of delete_Benefit_Prvdr_Pool
877: --
878: end;
879: --
880: hr_utility.set_location(l_proc, 60);
881: --
882: -- When in validation only mode raise the Validate_Enabled exception
883: --
884: if p_validate then

Line 888: hr_utility.set_location(' Leaving:'||l_proc, 70);

884: if p_validate then
885: raise hr_api.validate_enabled;
886: end if;
887: --
888: hr_utility.set_location(' Leaving:'||l_proc, 70);
889: --
890: exception
891: --
892: when hr_api.validate_enabled then

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

934: l_validation_end_date date;
935: --
936: begin
937: --
938: hr_utility.set_location('Entering:'|| l_proc, 10);
939: --
940: ben_bpp_shd.lck
941: (
942: p_bnft_prvdr_pool_id => p_bnft_prvdr_pool_id

Line 950: hr_utility.set_location(' Leaving:'||l_proc, 70);

946: ,p_effective_date => p_effective_date
947: ,p_datetrack_mode => p_datetrack_mode
948: );
949: --
950: hr_utility.set_location(' Leaving:'||l_proc, 70);
951: --
952: end lck;
953: --
954: end ben_Benefit_Prvdr_Pool_api;