DBA Data[Home] [Help]

APPS.BEN_LVG_RSN_RT_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_lvg_rsn_rt_f.object_version_number%TYPE;
64: --
65: begin
66: --
67: hr_utility.set_location('Entering:'|| l_proc, 10);
68: --
69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_lvg_rsn_rt;

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

69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_lvg_rsn_rt;
72: --
73: hr_utility.set_location(l_proc, 20);
74: --
75: -- Process Logic
76: --
77: begin

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

242: p_base_table_reference_column => 'RT_LVG_RSN_FLAG',
243: p_reference_table => 'BEN_LVG_RSN_RT_F',
244: p_reference_table_column => 'vrbl_rt_prfl_id');
245: --
246: hr_utility.set_location(l_proc, 60);
247: --
248: -- When in validation only mode raise the Validate_Enabled exception
249: --
250: if p_validate then

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

257: p_effective_start_date := l_effective_start_date;
258: p_effective_end_date := l_effective_end_date;
259: p_object_version_number := l_object_version_number;
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 70);
262: --
263: exception
264: --
265: when hr_api.validate_enabled then

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

276: p_lvg_rsn_rt_id := null;
277: p_effective_start_date := null;
278: p_effective_end_date := null;
279: p_object_version_number := null;
280: hr_utility.set_location(' Leaving:'||l_proc, 80);
281: --
282: when others then
283: --
284: -- A validation or unexpected error has occured

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

349: l_effective_end_date ben_lvg_rsn_rt_f.effective_end_date%TYPE;
350: --
351: begin
352: --
353: hr_utility.set_location('Entering:'|| l_proc, 10);
354: --
355: -- Issue a savepoint if operating in validation only mode
356: --
357: savepoint update_lvg_rsn_rt;

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

355: -- Issue a savepoint if operating in validation only mode
356: --
357: savepoint update_lvg_rsn_rt;
358: --
359: hr_utility.set_location(l_proc, 20);
360: --
361: -- Process Logic
362: --
363: l_object_version_number := p_object_version_number;

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

525: -- End of API User Hook for the after hook of update_lvg_rsn_rt
526: --
527: end;
528: --
529: hr_utility.set_location(l_proc, 60);
530: --
531: -- When in validation only mode raise the Validate_Enabled exception
532: --
533: if p_validate then

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

539: p_object_version_number := l_object_version_number;
540: p_effective_start_date := l_effective_start_date;
541: p_effective_end_date := l_effective_end_date;
542: --
543: hr_utility.set_location(' Leaving:'||l_proc, 70);
544: --
545: exception
546: --
547: when hr_api.validate_enabled then

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

554: -- Only set output warning arguments
555: -- (Any key or derived arguments must be set to null
556: -- when validation only mode is being used.)
557: --
558: hr_utility.set_location(' Leaving:'||l_proc, 80);
559: --
560: when others then
561: --
562: -- A validation or unexpected error has occured

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

590: l_effective_end_date ben_lvg_rsn_rt_f.effective_end_date%TYPE;
591: --
592: begin
593: --
594: hr_utility.set_location('Entering:'|| l_proc, 10);
595: --
596: -- Issue a savepoint if operating in validation only mode
597: --
598: savepoint delete_lvg_rsn_rt;

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

596: -- Issue a savepoint if operating in validation only mode
597: --
598: savepoint delete_lvg_rsn_rt;
599: --
600: hr_utility.set_location(l_proc, 20);
601: --
602: -- Process Logic
603: --
604: l_object_version_number := p_object_version_number;

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

668: p_base_table_reference_column => 'RT_LVG_RSN_FLAG',
669: p_reference_table => 'BEN_LVG_RSN_RT_F',
670: p_reference_table_column => 'vrbl_rt_prfl_id');
671: --
672: hr_utility.set_location(l_proc, 60);
673: --
674: -- When in validation only mode raise the Validate_Enabled exception
675: --
676: if p_validate then

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

676: if p_validate then
677: raise hr_api.validate_enabled;
678: end if;
679: --
680: hr_utility.set_location(' Leaving:'||l_proc, 70);
681: --
682: exception
683: --
684: when hr_api.validate_enabled then

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

729: l_validation_end_date date;
730: --
731: begin
732: --
733: hr_utility.set_location('Entering:'|| l_proc, 10);
734: --
735: ben_lrn_shd.lck
736: (
737: p_lvg_rsn_rt_id => p_lvg_rsn_rt_id

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

741: ,p_effective_date => p_effective_date
742: ,p_datetrack_mode => p_datetrack_mode
743: );
744: --
745: hr_utility.set_location(' Leaving:'||l_proc, 70);
746: --
747: end lck;
748: --
749: end ben_lvg_rsn_rt_api;