DBA Data[Home] [Help]

APPS.BEN_CMBN_AGE_LOS_RT_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_cmbn_age_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_CMBN_AGE_LOS_RT;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

592: l_effective_end_date ben_cmbn_age_los_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_CMBN_AGE_LOS_RT;

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

598: -- Issue a savepoint if operating in validation only mode
599: --
600: savepoint delete_CMBN_AGE_LOS_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 678: hr_utility.set_location(l_proc, 60);

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

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

682: if p_validate then
683: raise hr_api.validate_enabled;
684: end if;
685: --
686: hr_utility.set_location(' Leaving:'||l_proc, 70);
687: --
688: exception
689: --
690: 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_cmr_shd.lck
743: (
744: p_cmbn_age_los_rt_id => p_cmbn_age_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_CMBN_AGE_LOS_RT_api;