DBA Data[Home] [Help]

APPS.BEN_PLAN_DPNT_CVG_CTFN_API dependencies on HR_UTILITY

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

70: l_object_version_number ben_pl_dpnt_cvg_ctfn_f.object_version_number%TYPE;
71: --
72: begin
73: --
74: hr_utility.set_location('Entering:'|| l_proc, 10);
75: --
76: -- Issue a savepoint if operating in validation only mode
77: --
78: savepoint create_Plan_Dpnt_Cvg_Ctfn;

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

76: -- Issue a savepoint if operating in validation only mode
77: --
78: savepoint create_Plan_Dpnt_Cvg_Ctfn;
79: --
80: hr_utility.set_location(l_proc, 20);
81: --
82: -- Process Logic
83: --
84: begin

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

261: -- End of API User Hook for the after hook of create_Plan_Dpnt_Cvg_Ctfn
262: --
263: end;
264: --
265: hr_utility.set_location(l_proc, 60);
266: --
267: -- When in validation only mode raise the Validate_Enabled exception
268: --
269: if p_validate then

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

276: p_effective_start_date := l_effective_start_date;
277: p_effective_end_date := l_effective_end_date;
278: p_object_version_number := l_object_version_number;
279: --
280: hr_utility.set_location(' Leaving:'||l_proc, 70);
281: --
282: exception
283: --
284: when hr_api.validate_enabled then

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

295: p_pl_dpnt_cvg_ctfn_id := null;
296: p_effective_start_date := null;
297: p_effective_end_date := null;
298: p_object_version_number := null;
299: hr_utility.set_location(' Leaving:'||l_proc, 80);
300: --
301: when others then
302: --
303: -- A validation or unexpected error has occured

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

376: l_effective_end_date ben_pl_dpnt_cvg_ctfn_f.effective_end_date%TYPE;
377: --
378: begin
379: --
380: hr_utility.set_location('Entering:'|| l_proc, 10);
381: --
382: -- Issue a savepoint if operating in validation only mode
383: --
384: savepoint update_Plan_Dpnt_Cvg_Ctfn;

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

382: -- Issue a savepoint if operating in validation only mode
383: --
384: savepoint update_Plan_Dpnt_Cvg_Ctfn;
385: --
386: hr_utility.set_location(l_proc, 20);
387: --
388: -- Process Logic
389: --
390: l_object_version_number := p_object_version_number;

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

573: -- End of API User Hook for the after hook of update_Plan_Dpnt_Cvg_Ctfn
574: --
575: end;
576: --
577: hr_utility.set_location(l_proc, 60);
578: --
579: -- When in validation only mode raise the Validate_Enabled exception
580: --
581: if p_validate then

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

587: p_object_version_number := l_object_version_number;
588: p_effective_start_date := l_effective_start_date;
589: p_effective_end_date := l_effective_end_date;
590: --
591: hr_utility.set_location(' Leaving:'||l_proc, 70);
592: --
593: exception
594: --
595: when hr_api.validate_enabled then

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

602: -- Only set output warning arguments
603: -- (Any key or derived arguments must be set to null
604: -- when validation only mode is being used.)
605: --
606: hr_utility.set_location(' Leaving:'||l_proc, 80);
607: --
608: when others then
609: --
610: -- A validation or unexpected error has occured

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

639: l_effective_end_date ben_pl_dpnt_cvg_ctfn_f.effective_end_date%TYPE;
640: --
641: begin
642: --
643: hr_utility.set_location('Entering:'|| l_proc, 10);
644: --
645: -- Issue a savepoint if operating in validation only mode
646: --
647: savepoint delete_Plan_Dpnt_Cvg_Ctfn;

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

645: -- Issue a savepoint if operating in validation only mode
646: --
647: savepoint delete_Plan_Dpnt_Cvg_Ctfn;
648: --
649: hr_utility.set_location(l_proc, 20);
650: --
651: -- Process Logic
652: --
653: l_object_version_number := p_object_version_number;

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

708: -- End of API User Hook for the after hook of delete_Plan_Dpnt_Cvg_Ctfn
709: --
710: end;
711: --
712: hr_utility.set_location(l_proc, 60);
713: --
714: -- When in validation only mode raise the Validate_Enabled exception
715: --
716: if p_validate then

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

716: if p_validate then
717: raise hr_api.validate_enabled;
718: end if;
719: --
720: hr_utility.set_location(' Leaving:'||l_proc, 70);
721: --
722: exception
723: --
724: when hr_api.validate_enabled then

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

770: l_validation_end_date date;
771: --
772: begin
773: --
774: hr_utility.set_location('Entering:'|| l_proc, 10);
775: --
776: ben_pnd_shd.lck
777: (
778: p_pl_dpnt_cvg_ctfn_id => p_pl_dpnt_cvg_ctfn_id

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

782: ,p_effective_date => p_effective_date
783: ,p_datetrack_mode => p_datetrack_mode
784: );
785: --
786: hr_utility.set_location(' Leaving:'||l_proc, 70);
787: --
788: end lck;
789: --
790: end ben_Plan_Dpnt_Cvg_Ctfn_api;