DBA Data[Home] [Help]

APPS.BEN_LER_CHG_DPNT_CVG_CTF_API dependencies on HR_UTILITY

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

65: l_object_version_number ben_ler_chg_dpnt_cvg_ctfn_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_Ler_Chg_Dpnt_Cvg_Ctf;

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

71: -- Issue a savepoint if operating in validation only mode
72: --
73: savepoint create_Ler_Chg_Dpnt_Cvg_Ctf;
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_Ler_Chg_Dpnt_Cvg_Ctf
242: --
243: end;
244: --
245: hr_utility.set_location(l_proc, 60);
246: --
247: -- When in validation only mode raise the Validate_Enabled exception
248: --
249: if p_validate then

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

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

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

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

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

346: l_effective_end_date ben_ler_chg_dpnt_cvg_ctfn_f.effective_end_date%TYPE;
347: --
348: begin
349: --
350: hr_utility.set_location('Entering:'|| l_proc, 10);
351: --
352: -- Issue a savepoint if operating in validation only mode
353: --
354: savepoint update_Ler_Chg_Dpnt_Cvg_Ctf;

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

352: -- Issue a savepoint if operating in validation only mode
353: --
354: savepoint update_Ler_Chg_Dpnt_Cvg_Ctf;
355: --
356: hr_utility.set_location(l_proc, 20);
357: --
358: -- Process Logic
359: --
360: 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_Ler_Chg_Dpnt_Cvg_Ctf
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 561: hr_utility.set_location(' Leaving:'||l_proc, 80);

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

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

594: l_effective_end_date ben_ler_chg_dpnt_cvg_ctfn_f.effective_end_date%TYPE;
595: --
596: begin
597: --
598: hr_utility.set_location('Entering:'|| l_proc, 10);
599: --
600: -- Issue a savepoint if operating in validation only mode
601: --
602: savepoint delete_Ler_Chg_Dpnt_Cvg_Ctf;

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

600: -- Issue a savepoint if operating in validation only mode
601: --
602: savepoint delete_Ler_Chg_Dpnt_Cvg_Ctf;
603: --
604: hr_utility.set_location(l_proc, 20);
605: --
606: -- Process Logic
607: --
608: l_object_version_number := p_object_version_number;

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

663: -- End of API User Hook for the after hook of delete_Ler_Chg_Dpnt_Cvg_Ctf
664: --
665: end;
666: --
667: hr_utility.set_location(l_proc, 60);
668: --
669: -- When in validation only mode raise the Validate_Enabled exception
670: --
671: if p_validate then

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

671: if p_validate then
672: raise hr_api.validate_enabled;
673: end if;
674: --
675: hr_utility.set_location(' Leaving:'||l_proc, 70);
676: --
677: exception
678: --
679: when hr_api.validate_enabled then

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

725: l_validation_end_date date;
726: --
727: begin
728: --
729: hr_utility.set_location('Entering:'|| l_proc, 10);
730: --
731: ben_lcc_shd.lck
732: (
733: p_ler_chg_dpnt_cvg_ctfn_id => p_ler_chg_dpnt_cvg_ctfn_id

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

737: ,p_effective_date => p_effective_date
738: ,p_datetrack_mode => p_datetrack_mode
739: );
740: --
741: hr_utility.set_location(' Leaving:'||l_proc, 70);
742: --
743: end lck;
744: --
745: end ben_Ler_Chg_Dpnt_Cvg_Ctf_api;