DBA Data[Home] [Help]

APPS.BEN_ELIG_PSTL_CD_CVG_API dependencies on HR_UTILITY

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

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

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

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

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

233: -- End of API User Hook for the after hook of create_ELIG_PSTL_CD_CVG
234: --
235: end;
236: --
237: hr_utility.set_location(l_proc, 60);
238: --
239: ben_profile_handler.event_handler
240: (p_event => 'CREATE',
241: p_base_table => 'BEN_DPNT_CVG_ELIGY_PRFL_F',

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

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

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

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

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

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

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

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

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

528: -- End of API User Hook for the after hook of update_ELIG_PSTL_CD_CVG
529: --
530: end;
531: --
532: hr_utility.set_location(l_proc, 60);
533: --
534: -- When in validation only mode raise the Validate_Enabled exception
535: --
536: if p_validate then

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

542: p_object_version_number := l_object_version_number;
543: p_effective_start_date := l_effective_start_date;
544: p_effective_end_date := l_effective_end_date;
545: --
546: hr_utility.set_location(' Leaving:'||l_proc, 70);
547: --
548: exception
549: --
550: when hr_api.validate_enabled then

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

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

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

600: l_effective_end_date ben_elig_pstl_cd_r_rng_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_PSTL_CD_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_PSTL_CD_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_PSTL_CD_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 745: hr_utility.set_location('Entering:'|| l_proc, 10);

741: l_validation_end_date date;
742: --
743: begin
744: --
745: hr_utility.set_location('Entering:'|| l_proc, 10);
746: --
747: ben_epl_shd.lck
748: (
749: p_elig_pstl_cd_r_rng_cvg_id => p_elig_pstl_cd_r_rng_cvg_id

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

753: ,p_effective_date => p_effective_date
754: ,p_datetrack_mode => p_datetrack_mode
755: );
756: --
757: hr_utility.set_location(' Leaving:'||l_proc, 70);
758: --
759: end lck;
760: --
761: end ben_ELIG_PSTL_CD_CVG_api;