DBA Data[Home] [Help]

APPS.BEN_ELIG_TO_PRTE_REASON_API dependencies on HR_UTILITY

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

84: l_object_version_number ben_elig_to_prte_rsn_f.object_version_number%TYPE;
85: --
86: begin
87: --
88: hr_utility.set_location('Entering:'|| l_proc, 10);
89: --
90: -- Issue a savepoint if operating in validation only mode
91: --
92: savepoint create_ELIG_TO_PRTE_REASON;

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

90: -- Issue a savepoint if operating in validation only mode
91: --
92: savepoint create_ELIG_TO_PRTE_REASON;
93: --
94: hr_utility.set_location(l_proc, 20);
95: --
96: -- Process Logic
97: --
98: begin

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

317: -- End of API User Hook for the after hook of create_ELIG_TO_PRTE_REASON
318: --
319: end;
320: --
321: hr_utility.set_location(l_proc, 60);
322: --
323: -- When in validation only mode raise the Validate_Enabled exception
324: --
325: if p_validate then

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

332: p_effective_start_date := l_effective_start_date;
333: p_effective_end_date := l_effective_end_date;
334: p_object_version_number := l_object_version_number;
335: --
336: hr_utility.set_location(' Leaving:'||l_proc, 70);
337: --
338: exception
339: --
340: when hr_api.validate_enabled then

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

351: p_elig_to_prte_rsn_id := null;
352: p_effective_start_date := null;
353: p_effective_end_date := null;
354: p_object_version_number := null;
355: hr_utility.set_location(' Leaving:'||l_proc, 80);
356: --
357: when others then
358: --
359: -- A validation or unexpected error has occured

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

446: l_effective_end_date ben_elig_to_prte_rsn_f.effective_end_date%TYPE;
447: --
448: begin
449: --
450: hr_utility.set_location('Entering:'|| l_proc, 10);
451: --
452: -- Issue a savepoint if operating in validation only mode
453: --
454: savepoint update_ELIG_TO_PRTE_REASON;

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

452: -- Issue a savepoint if operating in validation only mode
453: --
454: savepoint update_ELIG_TO_PRTE_REASON;
455: --
456: hr_utility.set_location(l_proc, 20);
457: --
458: -- Process Logic
459: --
460: l_object_version_number := p_object_version_number;

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

686: -- End of API User Hook for the after hook of update_ELIG_TO_PRTE_REASON
687: --
688: end;
689: --
690: hr_utility.set_location(l_proc, 60);
691: --
692: -- When in validation only mode raise the Validate_Enabled exception
693: --
694: if p_validate then

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

700: p_object_version_number := l_object_version_number;
701: p_effective_start_date := l_effective_start_date;
702: p_effective_end_date := l_effective_end_date;
703: --
704: hr_utility.set_location(' Leaving:'||l_proc, 70);
705: --
706: exception
707: --
708: when hr_api.validate_enabled then

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

715: -- Only set output warning arguments
716: -- (Any key or derived arguments must be set to null
717: -- when validation only mode is being used.)
718: --
719: hr_utility.set_location(' Leaving:'||l_proc, 80);
720: --
721: when others then
722: --
723: -- A validation or unexpected error has occured

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

751: l_effective_end_date ben_elig_to_prte_rsn_f.effective_end_date%TYPE;
752: --
753: begin
754: --
755: hr_utility.set_location('Entering:'|| l_proc, 10);
756: --
757: -- Issue a savepoint if operating in validation only mode
758: --
759: savepoint delete_ELIG_TO_PRTE_REASON;

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

757: -- Issue a savepoint if operating in validation only mode
758: --
759: savepoint delete_ELIG_TO_PRTE_REASON;
760: --
761: hr_utility.set_location(l_proc, 20);
762: --
763: -- Process Logic
764: --
765: l_object_version_number := p_object_version_number;

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

818: -- End of API User Hook for the after hook of delete_ELIG_TO_PRTE_REASON
819: --
820: end;
821: --
822: hr_utility.set_location(l_proc, 60);
823: --
824: -- When in validation only mode raise the Validate_Enabled exception
825: --
826: if p_validate then

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

826: if p_validate then
827: raise hr_api.validate_enabled;
828: end if;
829: --
830: hr_utility.set_location(' Leaving:'||l_proc, 70);
831: --
832: exception
833: --
834: when hr_api.validate_enabled then

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

877: l_validation_end_date date;
878: --
879: begin
880: --
881: hr_utility.set_location('Entering:'|| l_proc, 10);
882: --
883: ben_peo_shd.lck
884: (p_elig_to_prte_rsn_id => p_elig_to_prte_rsn_id
885: ,p_validation_start_date => l_validation_start_date

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

887: ,p_object_version_number => p_object_version_number
888: ,p_effective_date => p_effective_date
889: ,p_datetrack_mode => p_datetrack_mode);
890: --
891: hr_utility.set_location(' Leaving:'||l_proc, 70);
892: --
893: end lck;
894: --
895: end ben_ELIG_TO_PRTE_REASON_api;