DBA Data[Home] [Help]

APPS.BEN_LENGTH_OF_SVC_RATE_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_los_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_LENGTH_OF_SVC_RATE;

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

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

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

245: --
246: ben_derivable_rate.derivable_rate_handler
247: (p_event =>'CREATE',
248: p_vrbl_rt_prfl_id =>p_vrbl_rt_prfl_id);
249: hr_utility.set_location(l_proc, 60);
250: --
251: -- When in validation only mode raise the Validate_Enabled exception
252: --
253: if p_validate then

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

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

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

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

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

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

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

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

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

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

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

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

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

559: -- when validation only mode is being used.)
560: --
561: p_effective_start_date := null;
562: p_effective_end_date := null;
563: hr_utility.set_location(' Leaving:'||l_proc, 80);
564: --
565: when others then
566: --
567: -- A validation or unexpected error has occured

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

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

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

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

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

676: ben_derivable_rate.derivable_rate_handler
677: (p_event =>'DELETE',
678: p_vrbl_rt_prfl_id =>ben_lsr_shd.g_old_rec.vrbl_rt_prfl_id);
679:
680: hr_utility.set_location(l_proc, 60);
681: --
682: -- When in validation only mode raise the Validate_Enabled exception
683: --
684: if p_validate then

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

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

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

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

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

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