DBA Data[Home] [Help]

APPS.BEN_LIFE_EVENT_ENROLL_RSN_API dependencies on HR_UTILITY

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

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

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

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

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

321: -- End of API User Hook for the after hook of create_Life_Event_Enroll_Rsn
322: --
323: end;
324: --
325: hr_utility.set_location(l_proc, 60);
326: --
327: -- When in validation only mode raise the Validate_Enabled exception
328: --
329: if p_validate then

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

336: p_effective_start_date := l_effective_start_date;
337: p_effective_end_date := l_effective_end_date;
338: p_object_version_number := l_object_version_number;
339: --
340: hr_utility.set_location(' Leaving:'||l_proc, 70);
341: --
342: exception
343: --
344: when hr_api.validate_enabled then

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

355: p_lee_rsn_id := null;
356: p_effective_start_date := null;
357: p_effective_end_date := null;
358: p_object_version_number := null;
359: hr_utility.set_location(' Leaving:'||l_proc, 80);
360: --
361: when others then
362: --
363: -- A validation or unexpected error has occured

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

446: l_effective_end_date ben_lee_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_Life_Event_Enroll_Rsn;

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

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

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

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

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

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

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

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

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

754: l_effective_end_date ben_lee_rsn_f.effective_end_date%TYPE;
755: --
756: begin
757: --
758: hr_utility.set_location('Entering:'|| l_proc, 10);
759: --
760: -- Issue a savepoint if operating in validation only mode
761: --
762: savepoint delete_Life_Event_Enroll_Rsn;

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

760: -- Issue a savepoint if operating in validation only mode
761: --
762: savepoint delete_Life_Event_Enroll_Rsn;
763: --
764: hr_utility.set_location(l_proc, 20);
765: --
766: -- Process Logic
767: --
768: l_object_version_number := p_object_version_number;

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

823: -- End of API User Hook for the after hook of delete_Life_Event_Enroll_Rsn
824: --
825: end;
826: --
827: hr_utility.set_location(l_proc, 60);
828: --
829: -- When in validation only mode raise the Validate_Enabled exception
830: --
831: if p_validate then

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

831: if p_validate then
832: raise hr_api.validate_enabled;
833: end if;
834: --
835: hr_utility.set_location(' Leaving:'||l_proc, 70);
836: --
837: exception
838: --
839: when hr_api.validate_enabled then

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

885: l_validation_end_date date;
886: --
887: begin
888: --
889: hr_utility.set_location('Entering:'|| l_proc, 10);
890: --
891: ben_len_shd.lck
892: (
893: p_lee_rsn_id => p_lee_rsn_id

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

897: ,p_effective_date => p_effective_date
898: ,p_datetrack_mode => p_datetrack_mode
899: );
900: --
901: hr_utility.set_location(' Leaving:'||l_proc, 70);
902: --
903: end lck;
904: --
905: end ben_Life_Event_Enroll_Rsn_api;