DBA Data[Home] [Help]

APPS.BEN_DPNT_CVG_ELIG_PRFL_API dependencies on HR_UTILITY

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

74: l_object_version_number ben_dpnt_cvg_eligy_prfl_f.object_version_number%TYPE;
75: --
76: begin
77: --
78: hr_utility.set_location('Entering:'|| l_proc, 10);
79: --
80: -- Issue a savepoint if operating in validation only mode
81: --
82: savepoint create_DPNT_CVG_ELIG_PRFL;

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

80: -- Issue a savepoint if operating in validation only mode
81: --
82: savepoint create_DPNT_CVG_ELIG_PRFL;
83: --
84: hr_utility.set_location(l_proc, 20);
85: --
86: -- Process Logic
87: --
88: begin

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

277: -- End of API User Hook for the after hook of create_DPNT_CVG_ELIG_PRFL
278: --
279: end;
280: --
281: hr_utility.set_location(l_proc, 60);
282: --
283: -- When in validation only mode raise the Validate_Enabled exception
284: --
285: if p_validate then

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

292: p_effective_end_date := l_effective_end_date;
293: p_effective_start_date := l_effective_start_date;
294: p_object_version_number := l_object_version_number;
295: --
296: hr_utility.set_location(' Leaving:'||l_proc, 70);
297: --
298: exception
299: --
300: when hr_api.validate_enabled then

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

311: p_dpnt_cvg_eligy_prfl_id := null;
312: p_effective_end_date := null;
313: p_effective_start_date := null;
314: p_object_version_number := null;
315: hr_utility.set_location(' Leaving:'||l_proc, 80);
316: --
317: when others then
318: --
319: -- A validation or unexpected error has occured

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

396: l_effective_start_date ben_dpnt_cvg_eligy_prfl_f.effective_start_date%TYPE;
397: --
398: begin
399: --
400: hr_utility.set_location('Entering:'|| l_proc, 10);
401: --
402: -- Issue a savepoint if operating in validation only mode
403: --
404: savepoint update_DPNT_CVG_ELIG_PRFL;

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

402: -- Issue a savepoint if operating in validation only mode
403: --
404: savepoint update_DPNT_CVG_ELIG_PRFL;
405: --
406: hr_utility.set_location(l_proc, 20);
407: --
408: -- Process Logic
409: --
410: l_object_version_number := p_object_version_number;

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

605: -- End of API User Hook for the after hook of update_DPNT_CVG_ELIG_PRFL
606: --
607: end;
608: --
609: hr_utility.set_location(l_proc, 60);
610: --
611: -- When in validation only mode raise the Validate_Enabled exception
612: --
613: if p_validate then

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

619: p_object_version_number := l_object_version_number;
620: p_effective_end_date := l_effective_end_date;
621: p_effective_start_date := l_effective_start_date;
622: --
623: hr_utility.set_location(' Leaving:'||l_proc, 70);
624: --
625: exception
626: --
627: when hr_api.validate_enabled then

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

634: -- Only set output warning arguments
635: -- (Any key or derived arguments must be set to null
636: -- when validation only mode is being used.)
637: --
638: hr_utility.set_location(' Leaving:'||l_proc, 80);
639: --
640: when others then
641: --
642: -- A validation or unexpected error has occured

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

671: l_effective_start_date ben_dpnt_cvg_eligy_prfl_f.effective_start_date%TYPE;
672: --
673: begin
674: --
675: hr_utility.set_location('Entering:'|| l_proc, 10);
676: --
677: -- Issue a savepoint if operating in validation only mode
678: --
679: savepoint delete_DPNT_CVG_ELIG_PRFL;

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

677: -- Issue a savepoint if operating in validation only mode
678: --
679: savepoint delete_DPNT_CVG_ELIG_PRFL;
680: --
681: hr_utility.set_location(l_proc, 20);
682: --
683: -- Process Logic
684: --
685: l_object_version_number := p_object_version_number;

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

740: -- End of API User Hook for the after hook of delete_DPNT_CVG_ELIG_PRFL
741: --
742: end;
743: --
744: hr_utility.set_location(l_proc, 60);
745: --
746: -- When in validation only mode raise the Validate_Enabled exception
747: --
748: if p_validate then

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

748: if p_validate then
749: raise hr_api.validate_enabled;
750: end if;
751: --
752: hr_utility.set_location(' Leaving:'||l_proc, 70);
753: --
754: exception
755: --
756: when hr_api.validate_enabled then

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

800: l_validation_end_date date;
801: --
802: begin
803: --
804: hr_utility.set_location('Entering:'|| l_proc, 10);
805: --
806: ben_dce_shd.lck
807: (
808: p_dpnt_cvg_eligy_prfl_id => p_dpnt_cvg_eligy_prfl_id

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

812: ,p_effective_date => p_effective_date
813: ,p_datetrack_mode => p_datetrack_mode
814: );
815: --
816: hr_utility.set_location(' Leaving:'||l_proc, 70);
817: --
818: end lck;
819: --
820: end ben_DPNT_CVG_ELIG_PRFL_api;