DBA Data[Home] [Help]

APPS.BEN_PTIP_DPNT_CVG_CTFN_API dependencies on HR_UTILITY

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

66: l_object_version_number ben_ptip_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_Ptip_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_Ptip_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_Ptip_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_ptip_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 361: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

542: -- End of API User Hook for the after hook of update_Ptip_Dpnt_Cvg_Ctfn
543: --
544: end;
545: --
546: hr_utility.set_location(l_proc, 60);
547: --
548: -- When in validation only mode raise the Validate_Enabled exception
549: --
550: if p_validate then

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

556: p_object_version_number := l_object_version_number;
557: p_effective_start_date := l_effective_start_date;
558: p_effective_end_date := l_effective_end_date;
559: --
560: hr_utility.set_location(' Leaving:'||l_proc, 70);
561: --
562: exception
563: --
564: when hr_api.validate_enabled then

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

576: -- Only set output warning arguments
577: -- (Any key or derived arguments must be set to null
578: -- when validation only mode is being used.)
579: --
580: hr_utility.set_location(' Leaving:'||l_proc, 80);
581: --
582: when others then
583: --
584: -- A validation or unexpected error has occured

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

614: l_effective_end_date ben_ptip_dpnt_cvg_ctfn_f.effective_end_date%TYPE;
615: --
616: begin
617: --
618: hr_utility.set_location('Entering:'|| l_proc, 10);
619: --
620: -- Issue a savepoint if operating in validation only mode
621: --
622: savepoint delete_Ptip_Dpnt_Cvg_Ctfn;

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

620: -- Issue a savepoint if operating in validation only mode
621: --
622: savepoint delete_Ptip_Dpnt_Cvg_Ctfn;
623: --
624: hr_utility.set_location(l_proc, 20);
625: --
626: -- Process Logic
627: --
628: l_object_version_number := p_object_version_number;

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

683: -- End of API User Hook for the after hook of delete_Ptip_Dpnt_Cvg_Ctfn
684: --
685: end;
686: --
687: hr_utility.set_location(l_proc, 60);
688: --
689: -- When in validation only mode raise the Validate_Enabled exception
690: --
691: if p_validate then

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

691: if p_validate then
692: raise hr_api.validate_enabled;
693: end if;
694: --
695: hr_utility.set_location(' Leaving:'||l_proc, 70);
696: --
697: exception
698: --
699: when hr_api.validate_enabled then

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

745: l_validation_end_date date;
746: --
747: begin
748: --
749: hr_utility.set_location('Entering:'|| l_proc, 10);
750: --
751: ben_pyd_shd.lck
752: (
753: p_ptip_dpnt_cvg_ctfn_id => p_ptip_dpnt_cvg_ctfn_id

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

757: ,p_effective_date => p_effective_date
758: ,p_datetrack_mode => p_datetrack_mode
759: );
760: --
761: hr_utility.set_location(' Leaving:'||l_proc, 70);
762: --
763: end lck;
764: --
765: end ben_Ptip_Dpnt_Cvg_Ctfn_api;