DBA Data[Home] [Help]

APPS.BEN_OPTD_MDCR_RT_API dependencies on HR_UTILITY

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

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

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

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

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

238: p_base_table_reference_column => 'RT_OPTD_MDCR_FLAG',
239: p_reference_table => 'BEN_OPTD_MDCR_RT_F',
240: p_reference_table_column => 'vrbl_rt_prfl_id');
241: --
242: hr_utility.set_location(l_proc, 60);
243: --
244: -- When in validation only mode raise the Validate_Enabled exception
245: --
246: if p_validate then

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

253: p_effective_start_date := l_effective_start_date;
254: p_effective_end_date := l_effective_end_date;
255: p_object_version_number := l_object_version_number;
256: --
257: hr_utility.set_location(' Leaving:'||l_proc, 70);
258: --
259: exception
260: --
261: when hr_api.validate_enabled then

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

272: p_OPTD_MDCR_RT_id := null;
273: p_effective_start_date := null;
274: p_effective_end_date := null;
275: p_object_version_number := null;
276: hr_utility.set_location(' Leaving:'||l_proc, 80);
277: --
278: when others then
279: --
280: -- A validation or unexpected error has occured

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

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

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

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

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

520: -- End of API User Hook for the after hook of update_OPTD_MDCR_RT
521: --
522: end;
523: --
524: hr_utility.set_location(l_proc, 60);
525: --
526: -- When in validation only mode raise the Validate_Enabled exception
527: --
528: if p_validate then

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

534: p_object_version_number := l_object_version_number;
535: p_effective_start_date := l_effective_start_date;
536: p_effective_end_date := l_effective_end_date;
537: --
538: hr_utility.set_location(' Leaving:'||l_proc, 70);
539: --
540: exception
541: --
542: 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 596: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

733: l_validation_end_date date;
734: --
735: begin
736: --
737: hr_utility.set_location('Entering:'|| l_proc, 10);
738: --
739: ben_omr_shd.lck
740: (
741: p_OPTD_MDCR_RT_id => p_OPTD_MDCR_RT_id

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

745: ,p_effective_date => p_effective_date
746: ,p_datetrack_mode => p_datetrack_mode
747: );
748: --
749: hr_utility.set_location(' Leaving:'||l_proc, 70);
750: --
751: end lck;
752: --
753: end ben_OPTD_MDCR_RT_api;