DBA Data[Home] [Help]

APPS.BEN_WORK_LOC_RATE_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_wk_loc_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_WORK_LOC_RATE;

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

69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_WORK_LOC_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_WK_LOC_FLAG',
243: p_reference_table => 'BEN_WK_LOC_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_wk_loc_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 352: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

676: if p_validate then
677: raise hr_api.validate_enabled;
678: end if;
679: --
680: hr_utility.set_location(' Leaving:'||l_proc, 70);
681: --
682: exception
683: --
684: 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_wlr_shd.lck
736: (
737: p_wk_loc_rt_id => p_wk_loc_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_WORK_LOC_RATE_api;