DBA Data[Home] [Help]

APPS.BEN_LIFE_EVENT_REASON_API dependencies on HR_UTILITY

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

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

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

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

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

301: -- End of API User Hook for the after hook of create_Life_Event_Reason
302: --
303: end;
304: --
305: hr_utility.set_location(l_proc, 60);
306: --
307: -- When in validation only mode raise the Validate_Enabled exception
308: --
309: if p_validate then

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

316: p_effective_start_date := l_effective_start_date;
317: p_effective_end_date := l_effective_end_date;
318: p_object_version_number := l_object_version_number;
319: --
320: hr_utility.set_location(' Leaving:'||l_proc, 70);
321: --
322: exception
323: --
324: when hr_api.validate_enabled then

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

335: p_ler_id := null;
336: p_effective_start_date := null;
337: p_effective_end_date := null;
338: p_object_version_number := null;
339: hr_utility.set_location(' Leaving:'||l_proc, 80);
340: --
341: when others then
342: --
343: -- A validation or unexpected error has occured

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

426: l_effective_end_date ben_ler_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_Life_Event_Reason;

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

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

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

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

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

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

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

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

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

719: l_effective_end_date ben_ler_f.effective_end_date%TYPE;
720: --
721: begin
722: --
723: hr_utility.set_location('Entering:'|| l_proc, 10);
724: --
725: -- Issue a savepoint if operating in validation only mode
726: --
727: savepoint delete_Life_Event_Reason;

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

725: -- Issue a savepoint if operating in validation only mode
726: --
727: savepoint delete_Life_Event_Reason;
728: --
729: hr_utility.set_location(l_proc, 20);
730: --
731: -- Process Logic
732: --
733: l_object_version_number := p_object_version_number;

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

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

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

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

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

850: l_validation_end_date date;
851: --
852: begin
853: --
854: hr_utility.set_location('Entering:'|| l_proc, 10);
855: --
856: ben_ler_shd.lck
857: (
858: p_ler_id => p_ler_id

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

862: ,p_effective_date => p_effective_date
863: ,p_datetrack_mode => p_datetrack_mode
864: );
865: --
866: hr_utility.set_location(' Leaving:'||l_proc, 70);
867: --
868: end lck;
869: --
870: end ben_Life_Event_Reason_api;