DBA Data[Home] [Help]

APPS.BEN_CLPSE_LF_EVT_API dependencies on HR_UTILITY

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

84: l_object_version_number ben_clpse_lf_evt_f.object_version_number%TYPE;
85: --
86: begin
87: --
88: hr_utility.set_location('Entering:'|| l_proc, 10);
89: --
90: -- Issue a savepoint if operating in validation only mode
91: --
92: savepoint create_clpse_lf_evt;

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

90: -- Issue a savepoint if operating in validation only mode
91: --
92: savepoint create_clpse_lf_evt;
93: --
94: hr_utility.set_location(l_proc, 20);
95: --
96: -- Process Logic
97: --
98: begin

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

315: -- End of API User Hook for the after hook of create_clpse_lf_evt
316: --
317: end;
318: --
319: hr_utility.set_location(l_proc, 60);
320: --
321: -- When in validation only mode raise the Validate_Enabled exception
322: --
323: if p_validate then

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

330: p_effective_start_date := l_effective_start_date;
331: p_effective_end_date := l_effective_end_date;
332: p_object_version_number := l_object_version_number;
333: --
334: hr_utility.set_location(' Leaving:'||l_proc, 70);
335: --
336: exception
337: --
338: when hr_api.validate_enabled then

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

349: p_clpse_lf_evt_id := null;
350: p_effective_start_date := null;
351: p_effective_end_date := null;
352: p_object_version_number := null;
353: hr_utility.set_location(' Leaving:'||l_proc, 80);
354: --
355: when others then
356: --
357: -- A validation or unexpected error has occured

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

443: l_effective_end_date ben_clpse_lf_evt_f.effective_end_date%TYPE;
444: --
445: begin
446: --
447: hr_utility.set_location('Entering:'|| l_proc, 10);
448: --
449: -- Issue a savepoint if operating in validation only mode
450: --
451: savepoint update_clpse_lf_evt;

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

449: -- Issue a savepoint if operating in validation only mode
450: --
451: savepoint update_clpse_lf_evt;
452: --
453: hr_utility.set_location(l_proc, 20);
454: --
455: -- Process Logic
456: --
457: l_object_version_number := p_object_version_number;

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

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

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

695: p_object_version_number := l_object_version_number;
696: p_effective_start_date := l_effective_start_date;
697: p_effective_end_date := l_effective_end_date;
698: --
699: hr_utility.set_location(' Leaving:'||l_proc, 70);
700: --
701: exception
702: --
703: when hr_api.validate_enabled then

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

710: -- Only set output warning arguments
711: -- (Any key or derived arguments must be set to null
712: -- when validation only mode is being used.)
713: --
714: hr_utility.set_location(' Leaving:'||l_proc, 80);
715: --
716: when others then
717: --
718: -- A validation or unexpected error has occured

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

746: l_effective_end_date ben_clpse_lf_evt_f.effective_end_date%TYPE;
747: --
748: begin
749: --
750: hr_utility.set_location('Entering:'|| l_proc, 10);
751: --
752: -- Issue a savepoint if operating in validation only mode
753: --
754: savepoint delete_clpse_lf_evt;

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

752: -- Issue a savepoint if operating in validation only mode
753: --
754: savepoint delete_clpse_lf_evt;
755: --
756: hr_utility.set_location(l_proc, 20);
757: --
758: -- Process Logic
759: --
760: l_object_version_number := p_object_version_number;

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

811: -- End of API User Hook for the after hook of delete_clpse_lf_evt
812: --
813: end;
814: --
815: hr_utility.set_location(l_proc, 60);
816: --
817: -- When in validation only mode raise the Validate_Enabled exception
818: --
819: if p_validate then

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

819: if p_validate then
820: raise hr_api.validate_enabled;
821: end if;
822: --
823: hr_utility.set_location(' Leaving:'||l_proc, 70);
824: --
825: exception
826: --
827: when hr_api.validate_enabled then

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

870: l_validation_end_date date;
871: --
872: begin
873: --
874: hr_utility.set_location('Entering:'|| l_proc, 10);
875: --
876: ben_clp_shd.lck
877: (p_clpse_lf_evt_id => p_clpse_lf_evt_id
878: ,p_validation_start_date => l_validation_start_date

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

880: ,p_object_version_number => p_object_version_number
881: ,p_effective_date => p_effective_date
882: ,p_datetrack_mode => p_datetrack_mode);
883: --
884: hr_utility.set_location(' Leaving:'||l_proc, 70);
885: --
886: end lck;
887: --
888: end ben_clpse_lf_evt_api;