DBA Data[Home] [Help]

APPS.BEN_LER_BNFT_RSTRN_API dependencies on HR_UTILITY

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

81: l_object_version_number ben_ler_bnft_rstrn_f.object_version_number%TYPE;
82: --
83: begin
84: --
85: hr_utility.set_location('Entering:'|| l_proc, 10);
86: --
87: -- Issue a savepoint if operating in validation only mode
88: --
89: savepoint create_LER_BNFT_RSTRN;

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

87: -- Issue a savepoint if operating in validation only mode
88: --
89: savepoint create_LER_BNFT_RSTRN;
90: --
91: hr_utility.set_location(l_proc, 20);
92: --
93: -- Process Logic
94: --
95: begin

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

305: -- End of API User Hook for the after hook of create_LER_BNFT_RSTRN
306: --
307: end;
308: --
309: hr_utility.set_location(l_proc, 60);
310: --
311: -- When in validation only mode raise the Validate_Enabled exception
312: --
313: if p_validate then

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

320: p_effective_start_date := l_effective_start_date;
321: p_effective_end_date := l_effective_end_date;
322: p_object_version_number := l_object_version_number;
323: --
324: hr_utility.set_location(' Leaving:'||l_proc, 70);
325: --
326: exception
327: --
328: when hr_api.validate_enabled then

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

339: p_ler_bnft_rstrn_id := null;
340: p_effective_start_date := null;
341: p_effective_end_date := null;
342: p_object_version_number := null;
343: hr_utility.set_location(' Leaving:'||l_proc, 80);
344: --
345: when others then
346: --
347: -- A validation or unexpected error has occured

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

426: l_effective_end_date ben_ler_bnft_rstrn_f.effective_end_date%TYPE;
427: --
428: begin
429: --
430: hr_utility.set_location('Entering:'|| l_proc, 10);
431: --
432: -- Issue a savepoint if operating in validation only mode
433: --
434: savepoint update_LER_BNFT_RSTRN;

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

432: -- Issue a savepoint if operating in validation only mode
433: --
434: savepoint update_LER_BNFT_RSTRN;
435: --
436: hr_utility.set_location(l_proc, 20);
437: --
438: -- Process Logic
439: --
440: l_object_version_number := p_object_version_number;

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

656: -- End of API User Hook for the after hook of update_LER_BNFT_RSTRN
657: --
658: end;
659: --
660: hr_utility.set_location(l_proc, 60);
661: --
662: -- When in validation only mode raise the Validate_Enabled exception
663: --
664: if p_validate then

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

670: p_object_version_number := l_object_version_number;
671: p_effective_start_date := l_effective_start_date;
672: p_effective_end_date := l_effective_end_date;
673: --
674: hr_utility.set_location(' Leaving:'||l_proc, 70);
675: --
676: exception
677: --
678: when hr_api.validate_enabled then

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

685: -- Only set output warning arguments
686: -- (Any key or derived arguments must be set to null
687: -- when validation only mode is being used.)
688: --
689: hr_utility.set_location(' Leaving:'||l_proc, 80);
690: --
691: when others then
692: --
693: -- A validation or unexpected error has occured

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

722: l_effective_end_date ben_ler_bnft_rstrn_f.effective_end_date%TYPE;
723: --
724: begin
725: --
726: hr_utility.set_location('Entering:'|| l_proc, 10);
727: --
728: -- Issue a savepoint if operating in validation only mode
729: --
730: savepoint delete_LER_BNFT_RSTRN;

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

728: -- Issue a savepoint if operating in validation only mode
729: --
730: savepoint delete_LER_BNFT_RSTRN;
731: --
732: hr_utility.set_location(l_proc, 20);
733: --
734: -- Process Logic
735: --
736: l_object_version_number := p_object_version_number;

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

791: -- End of API User Hook for the after hook of delete_LER_BNFT_RSTRN
792: --
793: end;
794: --
795: hr_utility.set_location(l_proc, 60);
796: --
797: -- When in validation only mode raise the Validate_Enabled exception
798: --
799: if p_validate then

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

799: if p_validate then
800: raise hr_api.validate_enabled;
801: end if;
802: --
803: hr_utility.set_location(' Leaving:'||l_proc, 70);
804: --
805: exception
806: --
807: when hr_api.validate_enabled then

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

853: l_validation_end_date date;
854: --
855: begin
856: --
857: hr_utility.set_location('Entering:'|| l_proc, 10);
858: --
859: ben_lbr_shd.lck
860: (
861: p_ler_bnft_rstrn_id => p_ler_bnft_rstrn_id

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

865: ,p_effective_date => p_effective_date
866: ,p_datetrack_mode => p_datetrack_mode
867: );
868: --
869: hr_utility.set_location(' Leaving:'||l_proc, 70);
870: --
871: end lck;
872: --
873: end ben_LER_BNFT_RSTRN_api;