DBA Data[Home] [Help]

APPS.BEN_GENDER_RATE_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_gndr_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_GENDER_RATE;

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

69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_GENDER_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_GNDR_FLAG',
243: p_reference_table => 'BEN_GNDR_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_gndr_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_gndr_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_GENDER_RATE;

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

351: -- Issue a savepoint if operating in validation only mode
352: --
353: savepoint update_GENDER_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_GENDER_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 591: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

673: if p_validate then
674: raise hr_api.validate_enabled;
675: end if;
676: --
677: hr_utility.set_location(' Leaving:'||l_proc, 70);
678: --
679: exception
680: --
681: 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_gnr_shd.lck
734: (
735: p_gndr_rt_id => p_gndr_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_GENDER_RATE_api;