DBA Data[Home] [Help]

APPS.BEN_VRBL_MATCHING_RATE_API dependencies on HR_UTILITY

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

73: l_object_version_number ben_vrbl_mtchg_rt_f.object_version_number%TYPE;
74: --
75: begin
76: --
77: hr_utility.set_location('Entering:'|| l_proc, 10);
78: --
79: -- Issue a savepoint if operating in validation only mode
80: --
81: savepoint create_VRBL_MATCHING_RATE;

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

79: -- Issue a savepoint if operating in validation only mode
80: --
81: savepoint create_VRBL_MATCHING_RATE;
82: --
83: hr_utility.set_location(l_proc, 20);
84: --
85: -- Process Logic
86: --
87: begin

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

273: -- End of API User Hook for the after hook of create_VRBL_MATCHING_RATE
274: --
275: end;
276: --
277: hr_utility.set_location(l_proc, 60);
278: --
279: -- When in validation only mode raise the Validate_Enabled exception
280: --
281: if p_validate then

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

288: p_effective_end_date := l_effective_end_date;
289: p_effective_start_date := l_effective_start_date;
290: p_object_version_number := l_object_version_number;
291: --
292: hr_utility.set_location(' Leaving:'||l_proc, 70);
293: --
294: exception
295: --
296: when hr_api.validate_enabled then

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

307: p_vrbl_mtchg_rt_id := null;
308: p_effective_end_date := null;
309: p_effective_start_date := null;
310: p_object_version_number := null;
311: hr_utility.set_location(' Leaving:'||l_proc, 80);
312: --
313: when others then
314: --
315: -- A validation or unexpected error has occured

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

386: l_effective_start_date ben_vrbl_mtchg_rt_f.effective_start_date%TYPE;
387: --
388: begin
389: --
390: hr_utility.set_location('Entering:'|| l_proc, 10);
391: --
392: -- Issue a savepoint if operating in validation only mode
393: --
394: savepoint update_VRBL_MATCHING_RATE;

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

392: -- Issue a savepoint if operating in validation only mode
393: --
394: savepoint update_VRBL_MATCHING_RATE;
395: --
396: hr_utility.set_location(l_proc, 20);
397: --
398: -- Process Logic
399: --
400: l_object_version_number := p_object_version_number;

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

592: -- End of API User Hook for the after hook of update_VRBL_MATCHING_RATE
593: --
594: end;
595: --
596: hr_utility.set_location(l_proc, 60);
597: --
598: -- When in validation only mode raise the Validate_Enabled exception
599: --
600: if p_validate then

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

606: p_object_version_number := l_object_version_number;
607: p_effective_end_date := l_effective_end_date;
608: p_effective_start_date := l_effective_start_date;
609: --
610: hr_utility.set_location(' Leaving:'||l_proc, 70);
611: --
612: exception
613: --
614: when hr_api.validate_enabled then

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

621: -- Only set output warning arguments
622: -- (Any key or derived arguments must be set to null
623: -- when validation only mode is being used.)
624: --
625: hr_utility.set_location(' Leaving:'||l_proc, 80);
626: --
627: when others then
628: --
629: -- A validation or unexpected error has occured

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

658: l_effective_start_date ben_vrbl_mtchg_rt_f.effective_start_date%TYPE;
659: --
660: begin
661: --
662: hr_utility.set_location('Entering:'|| l_proc, 10);
663: --
664: -- Issue a savepoint if operating in validation only mode
665: --
666: savepoint delete_VRBL_MATCHING_RATE;

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

664: -- Issue a savepoint if operating in validation only mode
665: --
666: savepoint delete_VRBL_MATCHING_RATE;
667: --
668: hr_utility.set_location(l_proc, 20);
669: --
670: -- Process Logic
671: --
672: l_object_version_number := p_object_version_number;

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

727: -- End of API User Hook for the after hook of delete_VRBL_MATCHING_RATE
728: --
729: end;
730: --
731: hr_utility.set_location(l_proc, 60);
732: --
733: -- When in validation only mode raise the Validate_Enabled exception
734: --
735: if p_validate then

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

735: if p_validate then
736: raise hr_api.validate_enabled;
737: end if;
738: --
739: hr_utility.set_location(' Leaving:'||l_proc, 70);
740: --
741: exception
742: --
743: when hr_api.validate_enabled then

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

789: l_validation_end_date date;
790: --
791: begin
792: --
793: hr_utility.set_location('Entering:'|| l_proc, 10);
794: --
795: ben_vmr_shd.lck
796: (
797: p_vrbl_mtchg_rt_id => p_vrbl_mtchg_rt_id

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

801: ,p_effective_date => p_effective_date
802: ,p_datetrack_mode => p_datetrack_mode
803: );
804: --
805: hr_utility.set_location(' Leaving:'||l_proc, 70);
806: --
807: end lck;
808: --
809: end ben_VRBL_MATCHING_RATE_api;