DBA Data[Home] [Help]

APPS.BEN_HRLY_SALARY_RATE_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_hrly_slrd_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_HRLY_SALARY_RATE;

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

69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_HRLY_SALARY_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_HRLY_SLRD_FLAG',
243: p_reference_table => 'BEN_HRLY_SLRD_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_hrly_slrd_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 349: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

535: p_object_version_number := l_object_version_number;
536: p_effective_start_date := l_effective_start_date;
537: p_effective_end_date := l_effective_end_date;
538: --
539: hr_utility.set_location(' Leaving:'||l_proc, 70);
540: --
541: exception
542: --
543: when hr_api.validate_enabled then

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

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

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

586: l_effective_end_date ben_hrly_slrd_rt_f.effective_end_date%TYPE;
587: --
588: begin
589: --
590: hr_utility.set_location('Entering:'|| l_proc, 10);
591: --
592: -- Issue a savepoint if operating in validation only mode
593: --
594: savepoint delete_HRLY_SALARY_RATE;

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

592: -- Issue a savepoint if operating in validation only mode
593: --
594: savepoint delete_HRLY_SALARY_RATE;
595: --
596: hr_utility.set_location(l_proc, 20);
597: --
598: -- Process Logic
599: --
600: l_object_version_number := p_object_version_number;

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

664: p_base_table_reference_column => 'RT_HRLY_SLRD_FLAG',
665: p_reference_table => 'BEN_HRLY_SLRD_RT_F',
666: p_reference_table_column => 'VRBL_RT_PRFL_ID');
667: --
668: hr_utility.set_location(l_proc, 60);
669: --
670: -- When in validation only mode raise the Validate_Enabled exception
671: --
672: if p_validate then

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

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

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

725: l_validation_end_date date;
726: --
727: begin
728: --
729: hr_utility.set_location('Entering:'|| l_proc, 10);
730: --
731: ben_hsr_shd.lck
732: (
733: p_hrly_slrd_rt_id => p_hrly_slrd_rt_id

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

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