DBA Data[Home] [Help]

APPS.BEN_PROGRAM_DPNT_CVG_CTFN_API dependencies on HR_UTILITY

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

66: l_object_version_number ben_pgm_dpnt_cvg_ctfn_f.object_version_number%TYPE;
67: --
68: begin
69: --
70: hr_utility.set_location('Entering:'|| l_proc, 10);
71: --
72: -- Issue a savepoint if operating in validation only mode
73: --
74: savepoint create_Program_Dpnt_Cvg_Ctfn;

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

72: -- Issue a savepoint if operating in validation only mode
73: --
74: savepoint create_Program_Dpnt_Cvg_Ctfn;
75: --
76: hr_utility.set_location(l_proc, 20);
77: --
78: -- Process Logic
79: --
80: begin

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

245: -- End of API User Hook for the after hook of create_Program_Dpnt_Cvg_Ctfn
246: --
247: end;
248: --
249: hr_utility.set_location(l_proc, 60);
250: --
251: -- When in validation only mode raise the Validate_Enabled exception
252: --
253: if p_validate then

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

260: p_effective_start_date := l_effective_start_date;
261: p_effective_end_date := l_effective_end_date;
262: p_object_version_number := l_object_version_number;
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 70);
265: --
266: exception
267: --
268: when hr_api.validate_enabled then

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

279: p_pgm_dpnt_cvg_ctfn_id := null;
280: p_effective_start_date := null;
281: p_effective_end_date := null;
282: p_object_version_number := null;
283: hr_utility.set_location(' Leaving:'||l_proc, 80);
284: --
285: when others then
286: --
287: -- A validation or unexpected error has occured

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

351: l_effective_end_date ben_pgm_dpnt_cvg_ctfn_f.effective_end_date%TYPE;
352: --
353: begin
354: --
355: hr_utility.set_location('Entering:'|| l_proc, 10);
356: --
357: -- Issue a savepoint if operating in validation only mode
358: --
359: savepoint update_Program_Dpnt_Cvg_Ctfn;

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

357: -- Issue a savepoint if operating in validation only mode
358: --
359: savepoint update_Program_Dpnt_Cvg_Ctfn;
360: --
361: hr_utility.set_location(l_proc, 20);
362: --
363: -- Process Logic
364: --
365: l_object_version_number := p_object_version_number;

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

536: -- End of API User Hook for the after hook of update_Program_Dpnt_Cvg_Ctfn
537: --
538: end;
539: --
540: hr_utility.set_location(l_proc, 60);
541: --
542: -- When in validation only mode raise the Validate_Enabled exception
543: --
544: if p_validate then

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

550: p_object_version_number := l_object_version_number;
551: p_effective_start_date := l_effective_start_date;
552: p_effective_end_date := l_effective_end_date;
553: --
554: hr_utility.set_location(' Leaving:'||l_proc, 70);
555: --
556: exception
557: --
558: when hr_api.validate_enabled then

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

565: -- Only set output warning arguments
566: -- (Any key or derived arguments must be set to null
567: -- when validation only mode is being used.)
568: --
569: hr_utility.set_location(' Leaving:'||l_proc, 80);
570: --
571: when others then
572: --
573: -- A validation or unexpected error has occured

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

602: l_effective_end_date ben_pgm_dpnt_cvg_ctfn_f.effective_end_date%TYPE;
603: --
604: begin
605: --
606: hr_utility.set_location('Entering:'|| l_proc, 10);
607: --
608: -- Issue a savepoint if operating in validation only mode
609: --
610: savepoint delete_Program_Dpnt_Cvg_Ctfn;

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

608: -- Issue a savepoint if operating in validation only mode
609: --
610: savepoint delete_Program_Dpnt_Cvg_Ctfn;
611: --
612: hr_utility.set_location(l_proc, 20);
613: --
614: -- Process Logic
615: --
616: l_object_version_number := p_object_version_number;

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

671: -- End of API User Hook for the after hook of delete_Program_Dpnt_Cvg_Ctfn
672: --
673: end;
674: --
675: hr_utility.set_location(l_proc, 60);
676: --
677: -- When in validation only mode raise the Validate_Enabled exception
678: --
679: if p_validate then

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

679: if p_validate then
680: raise hr_api.validate_enabled;
681: end if;
682: --
683: hr_utility.set_location(' Leaving:'||l_proc, 70);
684: --
685: exception
686: --
687: when hr_api.validate_enabled then

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

733: l_validation_end_date date;
734: --
735: begin
736: --
737: hr_utility.set_location('Entering:'|| l_proc, 10);
738: --
739: ben_pgc_shd.lck
740: (
741: p_pgm_dpnt_cvg_ctfn_id => p_pgm_dpnt_cvg_ctfn_id

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

745: ,p_effective_date => p_effective_date
746: ,p_datetrack_mode => p_datetrack_mode
747: );
748: --
749: hr_utility.set_location(' Leaving:'||l_proc, 70);
750: --
751: end lck;
752: --
753: end ben_Program_Dpnt_Cvg_Ctfn_api;