DBA Data[Home] [Help]

APPS.BEN_MATCHING_RATES_API dependencies on HR_UTILITY

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

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

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

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

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

277: -- End of API User Hook for the after hook of create_MATCHING_RATES
278: --
279: end;
280: --
281: hr_utility.set_location(l_proc, 60);
282: --
283: -- When in validation only mode raise the Validate_Enabled exception
284: --
285: if p_validate then

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

292: p_effective_start_date := l_effective_start_date;
293: p_effective_end_date := l_effective_end_date;
294: p_object_version_number := l_object_version_number;
295: --
296: hr_utility.set_location(' Leaving:'||l_proc, 70);
297: --
298: exception
299: --
300: when hr_api.validate_enabled then

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

311: p_mtchg_rt_id := null;
312: p_effective_start_date := null;
313: p_effective_end_date := null;
314: p_object_version_number := null;
315: hr_utility.set_location(' Leaving:'||l_proc, 80);
316: --
317: when others then
318: --
319: -- A validation or unexpected error has occured

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

395: l_effective_end_date ben_mtchg_rt_f.effective_end_date%TYPE;
396: --
397: begin
398: --
399: hr_utility.set_location('Entering:'|| l_proc, 10);
400: --
401: -- Issue a savepoint if operating in validation only mode
402: --
403: savepoint update_MATCHING_RATES;

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

401: -- Issue a savepoint if operating in validation only mode
402: --
403: savepoint update_MATCHING_RATES;
404: --
405: hr_utility.set_location(l_proc, 20);
406: --
407: -- Process Logic
408: --
409: l_object_version_number := p_object_version_number;

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

604: -- End of API User Hook for the after hook of update_MATCHING_RATES
605: --
606: end;
607: --
608: hr_utility.set_location(l_proc, 60);
609: --
610: -- When in validation only mode raise the Validate_Enabled exception
611: --
612: if p_validate then

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

618: p_object_version_number := l_object_version_number;
619: p_effective_start_date := l_effective_start_date;
620: p_effective_end_date := l_effective_end_date;
621: --
622: hr_utility.set_location(' Leaving:'||l_proc, 70);
623: --
624: exception
625: --
626: when hr_api.validate_enabled then

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

635: -- when validation only mode is being used.)
636: --
637: p_effective_start_date := null;
638: p_effective_end_date := null;
639: hr_utility.set_location(' Leaving:'||l_proc, 80);
640: --
641: when others then
642: --
643: -- A validation or unexpected error has occured

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

670: l_effective_end_date ben_mtchg_rt_f.effective_end_date%TYPE;
671: --
672: begin
673: --
674: hr_utility.set_location('Entering:'|| l_proc, 10);
675: --
676: -- Issue a savepoint if operating in validation only mode
677: --
678: savepoint delete_MATCHING_RATES;

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

676: -- Issue a savepoint if operating in validation only mode
677: --
678: savepoint delete_MATCHING_RATES;
679: --
680: hr_utility.set_location(l_proc, 20);
681: --
682: -- Process Logic
683: --
684: l_object_version_number := p_object_version_number;

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

739: -- End of API User Hook for the after hook of delete_MATCHING_RATES
740: --
741: end;
742: --
743: hr_utility.set_location(l_proc, 60);
744: --
745: -- When in validation only mode raise the Validate_Enabled exception
746: --
747: if p_validate then

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

747: if p_validate then
748: raise hr_api.validate_enabled;
749: end if;
750: --
751: hr_utility.set_location(' Leaving:'||l_proc, 70);
752: --
753: exception
754: --
755: when hr_api.validate_enabled then

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

799: l_validation_end_date date;
800: --
801: begin
802: --
803: hr_utility.set_location('Entering:'|| l_proc, 10);
804: --
805: ben_mtr_shd.lck
806: (
807: p_mtchg_rt_id => p_mtchg_rt_id

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

811: ,p_effective_date => p_effective_date
812: ,p_datetrack_mode => p_datetrack_mode
813: );
814: --
815: hr_utility.set_location(' Leaving:'||l_proc, 70);
816: --
817: end lck;
818: --
819: end ben_MATCHING_RATES_api;