DBA Data[Home] [Help]

APPS.BEN_ELIG_OBJ_ELIG_PROFL_API dependencies on HR_UTILITY

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

52: l_object_version_number ben_elig_obj_elig_profl_f.object_version_number%TYPE;
53: --
54: begin
55: --
56: hr_utility.set_location('Entering:'|| l_proc, 10);
57: --
58: -- Issue a savepoint if operating in validation only mode
59: --
60: savepoint create_ELIG_OBJ_ELIG_PROFL;

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

58: -- Issue a savepoint if operating in validation only mode
59: --
60: savepoint create_ELIG_OBJ_ELIG_PROFL;
61: --
62: hr_utility.set_location(l_proc, 20);
63: --
64: -- Process Logic
65: --
66: begin

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

189: -- End of API User Hook for the after hook of create_ELIG_OBJ_ELIG_PROFL
190: --
191: end;
192: --
193: hr_utility.set_location(l_proc, 60);
194: --
195: -- When in validation only mode raise the Validate_Enabled exception
196: --
197: if p_validate then

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

204: p_effective_start_date := l_effective_start_date;
205: p_effective_end_date := l_effective_end_date;
206: p_object_version_number := l_object_version_number;
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 70);
209: --
210: exception
211: --
212: when hr_api.validate_enabled then

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

223: p_elig_obj_elig_prfl_id := null;
224: p_effective_start_date := null;
225: p_effective_end_date := null;
226: p_object_version_number := null;
227: hr_utility.set_location(' Leaving:'||l_proc, 80);
228: --
229: when others then
230: --
231: -- A validation or unexpected error has occured

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

281: l_effective_end_date ben_elig_obj_elig_profl_f.effective_end_date%TYPE;
282: --
283: begin
284: --
285: hr_utility.set_location('Entering:'|| l_proc, 10);
286: --
287: -- Issue a savepoint if operating in validation only mode
288: --
289: savepoint update_ELIG_OBJ_ELIG_PROFL;

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

287: -- Issue a savepoint if operating in validation only mode
288: --
289: savepoint update_ELIG_OBJ_ELIG_PROFL;
290: --
291: hr_utility.set_location(l_proc, 20);
292: --
293: -- Process Logic
294: --
295: l_object_version_number := p_object_version_number;

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

424: -- End of API User Hook for the after hook of update_ELIG_OBJ_ELIG_PROFL
425: --
426: end;
427: --
428: hr_utility.set_location(l_proc, 60);
429: --
430: -- When in validation only mode raise the Validate_Enabled exception
431: --
432: if p_validate then

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

438: p_object_version_number := l_object_version_number;
439: p_effective_start_date := l_effective_start_date;
440: p_effective_end_date := l_effective_end_date;
441: --
442: hr_utility.set_location(' Leaving:'||l_proc, 70);
443: --
444: exception
445: --
446: when hr_api.validate_enabled then

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

453: -- Only set output warning arguments
454: -- (Any key or derived arguments must be set to null
455: -- when validation only mode is being used.)
456: --
457: hr_utility.set_location(' Leaving:'||l_proc, 80);
458: --
459: when others then
460: --
461: -- A validation or unexpected error has occured

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

486: l_effective_end_date ben_elig_obj_elig_profl_f.effective_end_date%TYPE;
487: --
488: begin
489: --
490: hr_utility.set_location('Entering:'|| l_proc, 10);
491: --
492: -- Issue a savepoint if operating in validation only mode
493: --
494: savepoint delete_ELIG_OBJ_ELIG_PROFL;

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

492: -- Issue a savepoint if operating in validation only mode
493: --
494: savepoint delete_ELIG_OBJ_ELIG_PROFL;
495: --
496: hr_utility.set_location(l_proc, 20);
497: --
498: -- Process Logic
499: --
500: l_object_version_number := p_object_version_number;

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

555: -- End of API User Hook for the after hook of delete_ELIG_OBJ_ELIG_PROFL
556: --
557: end;
558: --
559: hr_utility.set_location(l_proc, 60);
560: --
561: -- When in validation only mode raise the Validate_Enabled exception
562: --
563: if p_validate then

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

563: if p_validate then
564: raise hr_api.validate_enabled;
565: end if;
566: --
567: hr_utility.set_location(' Leaving:'||l_proc, 70);
568: --
569: exception
570: --
571: when hr_api.validate_enabled then

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

613: l_validation_end_date date;
614: --
615: begin
616: --
617: hr_utility.set_location('Entering:'|| l_proc, 10);
618: --
619: ben_bep_shd.lck
620: (
621: p_elig_obj_elig_prfl_id => p_elig_obj_elig_prfl_id

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

625: ,p_effective_date => p_effective_date
626: ,p_datetrack_mode => p_datetrack_mode
627: );
628: --
629: hr_utility.set_location(' Leaving:'||l_proc, 70);
630: --
631: end lck;
632: --
633: end ben_ELIG_OBJ_ELIG_PROFL_api;