DBA Data[Home] [Help]

APPS.BEN_SERVICE_AREA_RATE_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_svc_area_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_service_area_rate;

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

69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_service_area_rate;
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_SVC_AREA_FLAG',
243: p_reference_table => 'BEN_SVC_AREA_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_svc_area_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_svc_area_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_service_area_rate;

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

355: -- Issue a savepoint if operating in validation only mode
356: --
357: savepoint update_service_area_rate;
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_service_area_rate
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 593: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

727: l_validation_end_date date;
728: --
729: begin
730: --
731: hr_utility.set_location('Entering:'|| l_proc, 10);
732: --
733: ben_sar_shd.lck
734: (
735: p_svc_area_rt_id => p_svc_area_rt_id

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

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