DBA Data[Home] [Help]

APPS.BEN_PERF_RTNG_RT_API dependencies on HR_UTILITY

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

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

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

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

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

246: p_base_table_reference_column => 'RT_PERF_RTNG_FLAG',
247: p_reference_table => 'BEN_PERF_RTNG_RT_F',
248: p_reference_table_column => 'VRBL_RT_PRFL_ID');
249: --
250: hr_utility.set_location(l_proc, 60);
251: --
252: -- When in validation only mode raise the Validate_Enabled exception
253: --
254: if p_validate then

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

261: p_effective_start_date := l_effective_start_date;
262: p_effective_end_date := l_effective_end_date;
263: p_object_version_number := l_object_version_number;
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 70);
266: --
267: exception
268: --
269: when hr_api.validate_enabled then

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

280: p_perf_rtng_rt_id := null;
281: p_effective_start_date := null;
282: p_effective_end_date := null;
283: p_object_version_number := null;
284: hr_utility.set_location(' Leaving:'||l_proc, 80);
285: --
286: when others then
287: --
288: -- A validation or unexpected error has occured

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

354: l_effective_end_date ben_perf_rtng_rt_f.effective_end_date%TYPE;
355: --
356: begin
357: --
358: hr_utility.set_location('Entering:'|| l_proc, 10);
359: --
360: -- Issue a savepoint if operating in validation only mode
361: --
362: savepoint update_perf_rtng_rt;

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

360: -- Issue a savepoint if operating in validation only mode
361: --
362: savepoint update_perf_rtng_rt;
363: --
364: hr_utility.set_location(l_proc, 20);
365: --
366: -- Process Logic
367: --
368: l_object_version_number := p_object_version_number;

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

533: -- End of API User Hook for the after hook of update_perf_rtng_rt
534: --
535: end;
536: --
537: hr_utility.set_location(l_proc, 60);
538: --
539: -- When in validation only mode raise the Validate_Enabled exception
540: --
541: if p_validate then

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

547: p_object_version_number := l_object_version_number;
548: p_effective_start_date := l_effective_start_date;
549: p_effective_end_date := l_effective_end_date;
550: --
551: hr_utility.set_location(' Leaving:'||l_proc, 70);
552: --
553: exception
554: --
555: when hr_api.validate_enabled then

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

564: -- Only set output warning arguments
565: -- (Any key or derived arguments must be set to null
566: -- when validation only mode is being used.)
567: --
568: hr_utility.set_location(' Leaving:'||l_proc, 80);
569: --
570: when others then
571: --
572: -- A validation or unexpected error has occured

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

599: l_effective_end_date ben_perf_rtng_rt_f.effective_end_date%TYPE;
600: --
601: begin
602: --
603: hr_utility.set_location('Entering:'|| l_proc, 10);
604: --
605: -- Issue a savepoint if operating in validation only mode
606: --
607: savepoint delete_perf_rtng_rt;

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

605: -- Issue a savepoint if operating in validation only mode
606: --
607: savepoint delete_perf_rtng_rt;
608: --
609: hr_utility.set_location(l_proc, 20);
610: --
611: -- Process Logic
612: --
613: l_object_version_number := p_object_version_number;

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

677: p_base_table_reference_column => 'RT_PERF_RTNG_FLAG',
678: p_reference_table => 'BEN_PERF_RTNG_RT_F',
679: p_reference_table_column => 'vrbl_rt_prfl_ID');
680: --
681: hr_utility.set_location(l_proc, 60);
682: --
683: -- When in validation only mode raise the Validate_Enabled exception
684: --
685: if p_validate then

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

685: if p_validate then
686: raise hr_api.validate_enabled;
687: end if;
688: --
689: hr_utility.set_location(' Leaving:'||l_proc, 70);
690: --
691: exception
692: --
693: when hr_api.validate_enabled then

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

737: l_validation_end_date date;
738: --
739: begin
740: --
741: hr_utility.set_location('Entering:'|| l_proc, 10);
742: --
743: ben_prr_shd.lck
744: (
745: p_perf_rtng_rt_id => p_perf_rtng_rt_id

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

749: ,p_effective_date => p_effective_date
750: ,p_datetrack_mode => p_datetrack_mode
751: );
752: --
753: hr_utility.set_location(' Leaving:'||l_proc, 70);
754: --
755: end lck;
756: --
757: end ben_perf_rtng_rt_api;