DBA Data[Home] [Help]

APPS.BEN_ELIG_MLTRY_STAT_CVG_API dependencies on HR_UTILITY

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

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

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

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

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

241: -- End of API User Hook for the after hook of create_Elig_Mltry_Stat_Cvg
242: --
243: end;
244: --
245: hr_utility.set_location(l_proc, 60);
246: --
247: ben_profile_handler.event_handler
248: (p_event => 'CREATE',
249: p_base_table => 'BEN_DPNT_CVG_ELIGY_PRFL_F',

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

266: p_effective_start_date := l_effective_start_date;
267: p_effective_end_date := l_effective_end_date;
268: p_object_version_number := l_object_version_number;
269: --
270: hr_utility.set_location(' Leaving:'||l_proc, 70);
271: --
272: exception
273: --
274: when hr_api.validate_enabled then

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

285: p_elig_mltry_stat_cvg_id := null;
286: p_effective_start_date := null;
287: p_effective_end_date := null;
288: p_object_version_number := null;
289: hr_utility.set_location(' Leaving:'||l_proc, 80);
290: --
291: when others then
292: --
293: -- A validation or unexpected error has occured

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

356: l_effective_end_date ben_elig_mltry_stat_cvg_f.effective_end_date%TYPE;
357: --
358: begin
359: --
360: hr_utility.set_location('Entering:'|| l_proc, 10);
361: --
362: -- Issue a savepoint if operating in validation only mode
363: --
364: savepoint update_Elig_Mltry_Stat_Cvg;

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

362: -- Issue a savepoint if operating in validation only mode
363: --
364: savepoint update_Elig_Mltry_Stat_Cvg;
365: --
366: hr_utility.set_location(l_proc, 20);
367: --
368: -- Process Logic
369: --
370: l_object_version_number := p_object_version_number;

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

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

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

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

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

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

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

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

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

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

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

669: -- End of API User Hook for the after hook of delete_Elig_Mltry_Stat_Cvg
670: --
671: end;
672: --
673: hr_utility.set_location(l_proc, 60);
674: --
675: ben_profile_handler.event_handler
676: (p_event => 'DELETE',
677: p_base_table => 'BEN_DPNT_CVG_ELIGY_PRFL_F',

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

686: if p_validate then
687: raise hr_api.validate_enabled;
688: end if;
689: --
690: hr_utility.set_location(' Leaving:'||l_proc, 70);
691: --
692: exception
693: --
694: when hr_api.validate_enabled then

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

736: l_validation_end_date date;
737: --
738: begin
739: --
740: hr_utility.set_location('Entering:'|| l_proc, 10);
741: --
742: ben_emc_shd.lck
743: (
744: p_elig_mltry_stat_cvg_id => p_elig_mltry_stat_cvg_id

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

748: ,p_effective_date => p_effective_date
749: ,p_datetrack_mode => p_datetrack_mode
750: );
751: --
752: hr_utility.set_location(' Leaving:'||l_proc, 70);
753: --
754: end lck;
755: --
756: end ben_Elig_Mltry_Stat_Cvg_api;