DBA Data[Home] [Help]

APPS.BEN_LER_CHG_PLAN_ENRT_API dependencies on HR_UTILITY

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

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

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

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

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

265: -- End of API User Hook for the after hook of create_ler_chg_plan_enrt
266: --
267: end;
268: --
269: hr_utility.set_location(l_proc, 60);
270: --
271: -- When in validation only mode raise the Validate_Enabled exception
272: --
273: if p_validate then

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

280: p_effective_start_date := l_effective_start_date;
281: p_effective_end_date := l_effective_end_date;
282: p_object_version_number := l_object_version_number;
283: --
284: hr_utility.set_location(' Leaving:'||l_proc, 70);
285: --
286: exception
287: --
288: when hr_api.validate_enabled then

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

299: p_ler_chg_plip_enrt_id := null;
300: p_effective_start_date := null;
301: p_effective_end_date := null;
302: p_object_version_number := null;
303: hr_utility.set_location(' Leaving:'||l_proc, 80);
304: --
305: when others then
306: --
307: -- A validation or unexpected error has occured

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

380: l_effective_end_date ben_ler_chg_plip_enrt_f.effective_end_date%TYPE;
381: --
382: begin
383: --
384: hr_utility.set_location('Entering:'|| l_proc, 10);
385: --
386: -- Issue a savepoint if operating in validation only mode
387: --
388: savepoint update_ler_chg_plan_enrt;

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

386: -- Issue a savepoint if operating in validation only mode
387: --
388: savepoint update_ler_chg_plan_enrt;
389: --
390: hr_utility.set_location(l_proc, 20);
391: --
392: -- Process Logic
393: --
394: l_object_version_number := p_object_version_number;

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

580: -- End of API User Hook for the after hook of update_ler_chg_plan_enrt
581: --
582: end;
583: --
584: hr_utility.set_location(l_proc, 60);
585: --
586: -- When in validation only mode raise the Validate_Enabled exception
587: --
588: if p_validate then

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

594: p_object_version_number := l_object_version_number;
595: p_effective_start_date := l_effective_start_date;
596: p_effective_end_date := l_effective_end_date;
597: --
598: hr_utility.set_location(' Leaving:'||l_proc, 70);
599: --
600: exception
601: --
602: when hr_api.validate_enabled then

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

609: -- Only set output warning arguments
610: -- (Any key or derived arguments must be set to null
611: -- when validation only mode is being used.)
612: --
613: hr_utility.set_location(' Leaving:'||l_proc, 80);
614: --
615: when others then
616: --
617: -- A validation or unexpected error has occured

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

645: l_effective_end_date ben_ler_chg_plip_enrt_f.effective_end_date%TYPE;
646: --
647: begin
648: --
649: hr_utility.set_location('Entering:'|| l_proc, 10);
650: --
651: -- Issue a savepoint if operating in validation only mode
652: --
653: savepoint delete_ler_chg_plan_enrt;

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

651: -- Issue a savepoint if operating in validation only mode
652: --
653: savepoint delete_ler_chg_plan_enrt;
654: --
655: hr_utility.set_location(l_proc, 20);
656: --
657: -- Process Logic
658: --
659: l_object_version_number := p_object_version_number;

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

714: -- End of API User Hook for the after hook of delete_ler_chg_plan_enrt
715: --
716: end;
717: --
718: hr_utility.set_location(l_proc, 60);
719: --
720: -- When in validation only mode raise the Validate_Enabled exception
721: --
722: if p_validate then

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

722: if p_validate then
723: raise hr_api.validate_enabled;
724: end if;
725: --
726: hr_utility.set_location(' Leaving:'||l_proc, 70);
727: --
728: exception
729: --
730: when hr_api.validate_enabled then

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

776: l_validation_end_date date;
777: --
778: begin
779: --
780: hr_utility.set_location('Entering:'|| l_proc, 10);
781: --
782: ben_lpr_shd.lck
783: (
784: p_ler_chg_plip_enrt_id => p_ler_chg_plip_enrt_id

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

788: ,p_effective_date => p_effective_date
789: ,p_datetrack_mode => p_datetrack_mode
790: );
791: --
792: hr_utility.set_location(' Leaving:'||l_proc, 70);
793: --
794: end lck;
795: --
796: end ben_ler_chg_plan_enrt_api;