DBA Data[Home] [Help]

APPS.BEN_DPNT_CVG_ELIG_PRFL_API dependencies on HR_UTILITY

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

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

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

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

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

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

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

288: p_effective_end_date := l_effective_end_date;
289: p_effective_start_date := l_effective_start_date;
290: p_object_version_number := l_object_version_number;
291: --
292: hr_utility.set_location(' Leaving:'||l_proc, 70);
293: --
294: exception
295: --
296: when hr_api.validate_enabled then

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

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

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

391: l_effective_start_date ben_dpnt_cvg_eligy_prfl_f.effective_start_date%TYPE;
392: --
393: begin
394: --
395: hr_utility.set_location('Entering:'|| l_proc, 10);
396: --
397: -- Issue a savepoint if operating in validation only mode
398: --
399: savepoint update_DPNT_CVG_ELIG_PRFL;

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

397: -- Issue a savepoint if operating in validation only mode
398: --
399: savepoint update_DPNT_CVG_ELIG_PRFL;
400: --
401: hr_utility.set_location(l_proc, 20);
402: --
403: -- Process Logic
404: --
405: l_object_version_number := p_object_version_number;

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

597: -- End of API User Hook for the after hook of update_DPNT_CVG_ELIG_PRFL
598: --
599: end;
600: --
601: hr_utility.set_location(l_proc, 60);
602: --
603: -- When in validation only mode raise the Validate_Enabled exception
604: --
605: if p_validate then

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

611: p_object_version_number := l_object_version_number;
612: p_effective_end_date := l_effective_end_date;
613: p_effective_start_date := l_effective_start_date;
614: --
615: hr_utility.set_location(' Leaving:'||l_proc, 70);
616: --
617: exception
618: --
619: when hr_api.validate_enabled then

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

626: -- Only set output warning arguments
627: -- (Any key or derived arguments must be set to null
628: -- when validation only mode is being used.)
629: --
630: hr_utility.set_location(' Leaving:'||l_proc, 80);
631: --
632: when others then
633: --
634: -- A validation or unexpected error has occured

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

663: l_effective_start_date ben_dpnt_cvg_eligy_prfl_f.effective_start_date%TYPE;
664: --
665: begin
666: --
667: hr_utility.set_location('Entering:'|| l_proc, 10);
668: --
669: -- Issue a savepoint if operating in validation only mode
670: --
671: savepoint delete_DPNT_CVG_ELIG_PRFL;

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

669: -- Issue a savepoint if operating in validation only mode
670: --
671: savepoint delete_DPNT_CVG_ELIG_PRFL;
672: --
673: hr_utility.set_location(l_proc, 20);
674: --
675: -- Process Logic
676: --
677: l_object_version_number := p_object_version_number;

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

732: -- End of API User Hook for the after hook of delete_DPNT_CVG_ELIG_PRFL
733: --
734: end;
735: --
736: hr_utility.set_location(l_proc, 60);
737: --
738: -- When in validation only mode raise the Validate_Enabled exception
739: --
740: if p_validate then

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

740: if p_validate then
741: raise hr_api.validate_enabled;
742: end if;
743: --
744: hr_utility.set_location(' Leaving:'||l_proc, 70);
745: --
746: exception
747: --
748: when hr_api.validate_enabled then

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

792: l_validation_end_date date;
793: --
794: begin
795: --
796: hr_utility.set_location('Entering:'|| l_proc, 10);
797: --
798: ben_dce_shd.lck
799: (
800: p_dpnt_cvg_eligy_prfl_id => p_dpnt_cvg_eligy_prfl_id

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

804: ,p_effective_date => p_effective_date
805: ,p_datetrack_mode => p_datetrack_mode
806: );
807: --
808: hr_utility.set_location(' Leaving:'||l_proc, 70);
809: --
810: end lck;
811: --
812: end ben_DPNT_CVG_ELIG_PRFL_api;