DBA Data[Home] [Help]

APPS.BEN_PAY_BASIS_RATE_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_py_bss_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_PAY_BASIS_RATE;

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

69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_PAY_BASIS_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_PY_BSS_FLAG',
243: p_reference_table => 'BEN_PY_BSS_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_py_bss_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_py_bss_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_PAY_BASIS_RATE;

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

355: -- Issue a savepoint if operating in validation only mode
356: --
357: savepoint update_PAY_BASIS_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_PAY_BASIS_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 560: hr_utility.set_location(' Leaving:'||l_proc, 80);

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

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

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

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

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

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

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

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

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

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

729: l_validation_end_date date;
730: --
731: begin
732: --
733: hr_utility.set_location('Entering:'|| l_proc, 10);
734: --
735: ben_pbr_shd.lck
736: (
737: p_py_bss_rt_id => p_py_bss_rt_id

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

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