DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on HR_UTILITY

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

128: l_object_version_number ben_eligy_prfl_f.object_version_number%TYPE;
129: --
130: begin
131: --
132: hr_utility.set_location('Entering:'|| l_proc, 10);
133: --
134: -- Issue a savepoint if operating in validation only mode
135: --
136: savepoint create_ELIGY_PROFILE;

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

134: -- Issue a savepoint if operating in validation only mode
135: --
136: savepoint create_ELIGY_PROFILE;
137: --
138: hr_utility.set_location(l_proc, 20);
139: --
140: -- Process Logic
141: --
142: begin

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

490: -- End of API User Hook for the after hook of create_ELIGY_PROFILE
491: --
492: end;
493: --
494: hr_utility.set_location(l_proc, 60);
495: --
496: -- When in validation only mode raise the Validate_Enabled exception
497: --
498: if p_validate then

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

505: p_effective_start_date := l_effective_start_date;
506: p_effective_end_date := l_effective_end_date;
507: p_object_version_number := l_object_version_number;
508: --
509: hr_utility.set_location(' Leaving:'||l_proc, 70);
510: --
511: exception
512: --
513: when hr_api.validate_enabled then

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

524: p_eligy_prfl_id := null;
525: p_effective_start_date := null;
526: p_effective_end_date := null;
527: p_object_version_number := null;
528: hr_utility.set_location(' Leaving:'||l_proc, 80);
529: --
530: when others then
531: --
532: -- NOCOPY

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

663: l_effective_end_date ben_eligy_prfl_f.effective_end_date%TYPE;
664: --
665: begin
666: --
667: hr_utility.set_location('Entering:'|| l_proc, 10);
668: --
669: -- Issue a savepoint if operating in validation only mode
670: --
671: savepoint update_ELIGY_PROFILE;

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

669: -- Issue a savepoint if operating in validation only mode
670: --
671: savepoint update_ELIGY_PROFILE;
672: --
673: hr_utility.set_location(l_proc, 20);
674: --
675: -- Process Logic
676: --
677: l_object_version_number := p_object_version_number;

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

1032: -- End of API User Hook for the after hook of update_ELIGY_PROFILE
1033: --
1034: end;
1035: --
1036: hr_utility.set_location(l_proc, 60);
1037: --
1038: -- When in validation only mode raise the Validate_Enabled exception
1039: --
1040: if p_validate then

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

1046: p_object_version_number := l_object_version_number;
1047: p_effective_start_date := l_effective_start_date;
1048: p_effective_end_date := l_effective_end_date;
1049: --
1050: hr_utility.set_location(' Leaving:'||l_proc, 70);
1051: --
1052: exception
1053: --
1054: when hr_api.validate_enabled then

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

1061: -- Only set output warning arguments
1062: -- (Any key or derived arguments must be set to null
1063: -- when validation only mode is being used.)
1064: --
1065: hr_utility.set_location(' Leaving:'||l_proc, 80);
1066: --
1067: when others then
1068: --
1069: -- NOCOPY

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

2698: l_effective_end_date ben_eligy_prfl_f.effective_end_date%TYPE;
2699: --
2700: begin
2701: --
2702: hr_utility.set_location('Entering:'|| l_proc, 10);
2703: --
2704: -- Issue a savepoint if operating in validation only mode
2705: --
2706: savepoint delete_ELIGY_PROFILE;

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

2704: -- Issue a savepoint if operating in validation only mode
2705: --
2706: savepoint delete_ELIGY_PROFILE;
2707: --
2708: hr_utility.set_location(l_proc, 20);
2709: --
2710: -- Process Logic
2711: --
2712: l_object_version_number := p_object_version_number;

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

2770: -- End of API User Hook for the after hook of delete_ELIGY_PROFILE
2771: --
2772: end;
2773: --
2774: hr_utility.set_location(l_proc, 60);
2775: --
2776: -- When in validation only mode raise the Validate_Enabled exception
2777: --
2778: if p_validate then

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

2778: if p_validate then
2779: raise hr_api.validate_enabled;
2780: end if;
2781: --
2782: hr_utility.set_location(' Leaving:'||l_proc, 70);
2783: --
2784: exception
2785: --
2786: when hr_api.validate_enabled then

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

2830: l_validation_end_date date;
2831: --
2832: begin
2833: --
2834: hr_utility.set_location('Entering:'|| l_proc, 10);
2835: --
2836: ben_elp_shd.lck
2837: (p_eligy_prfl_id => p_eligy_prfl_id
2838: ,p_validation_start_date => l_validation_start_date

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

2840: ,p_object_version_number => p_object_version_number
2841: ,p_effective_date => p_effective_date
2842: ,p_datetrack_mode => p_datetrack_mode);
2843: --
2844: hr_utility.set_location(' Leaving:'||l_proc, 70);
2845: --
2846: end lck;
2847: --
2848: end ben_ELIGY_PROFILE_api;