DBA Data[Home] [Help]

APPS.BEN_ENRT_CTFN_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_enrt_ctfn_f.object_version_number%TYPE;
65: --
66: begin
67: --
68: hr_utility.set_location('Entering:'|| l_proc, 10);
69: --
70: -- Issue a savepoint if operating in validation only mode
71: --
72: savepoint create_Enrt_Ctfn;

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

70: -- Issue a savepoint if operating in validation only mode
71: --
72: savepoint create_Enrt_Ctfn;
73: --
74: hr_utility.set_location(l_proc, 20);
75: --
76: -- Process Logic
77: --
78: begin

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

237: -- End of API User Hook for the after hook of create_Enrt_Ctfn
238: --
239: end;
240: --
241: hr_utility.set_location(l_proc, 60);
242: --
243: -- When in validation only mode raise the Validate_Enabled exception
244: --
245: if p_validate then

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

252: p_effective_start_date := l_effective_start_date;
253: p_effective_end_date := l_effective_end_date;
254: p_object_version_number := l_object_version_number;
255: --
256: hr_utility.set_location(' Leaving:'||l_proc, 70);
257: --
258: exception
259: --
260: when hr_api.validate_enabled then

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

271: p_enrt_ctfn_id := null;
272: p_effective_start_date := null;
273: p_effective_end_date := null;
274: p_object_version_number := null;
275: hr_utility.set_location(' Leaving:'||l_proc, 80);
276: --
277: when others then
278: --
279: -- A validation or unexpected error has occured

Line 286: hr_utility.set_location(' Leaving:'||l_proc, 90);

282: p_enrt_ctfn_id := null;
283: p_effective_start_date := null;
284: p_effective_end_date := null;
285: p_object_version_number := null;
286: hr_utility.set_location(' Leaving:'||l_proc, 90);
287: raise;
288: --
289: end create_Enrt_Ctfn;
290: -- ----------------------------------------------------------------------------

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

346: l_effective_end_date ben_enrt_ctfn_f.effective_end_date%TYPE;
347: --
348: begin
349: --
350: hr_utility.set_location('Entering:'|| l_proc, 10);
351: --
352: -- Issue a savepoint if operating in validation only mode
353: --
354: savepoint update_Enrt_Ctfn;

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

352: -- Issue a savepoint if operating in validation only mode
353: --
354: savepoint update_Enrt_Ctfn;
355: --
356: hr_utility.set_location(l_proc, 20);
357: --
358: -- Process Logic
359: --
360: l_object_version_number := p_object_version_number;

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

525: -- End of API User Hook for the after hook of update_Enrt_Ctfn
526: --
527: end;
528: --
529: hr_utility.set_location(l_proc, 60);
530: --
531: -- When in validation only mode raise the Validate_Enabled exception
532: --
533: if p_validate then

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

539: p_object_version_number := l_object_version_number;
540: p_effective_start_date := l_effective_start_date;
541: p_effective_end_date := l_effective_end_date;
542: --
543: hr_utility.set_location(' Leaving:'||l_proc, 70);
544: --
545: exception
546: --
547: when hr_api.validate_enabled then

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

554: -- Only set output warning arguments
555: -- (Any key or derived arguments must be set to null
556: -- when validation only mode is being used.)
557: --
558: hr_utility.set_location(' Leaving:'||l_proc, 80);
559: --
560: when others then
561: --
562: -- A validation or unexpected error has occured

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

563: --
564: ROLLBACK TO update_Enrt_Ctfn;
565: p_effective_start_date := null;
566: p_effective_end_date := null;
567: hr_utility.set_location(' Leaving:'||l_proc, 90);
568: raise;
569: --
570: end update_Enrt_Ctfn;
571: -- ----------------------------------------------------------------------------

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

590: l_effective_end_date ben_enrt_ctfn_f.effective_end_date%TYPE;
591: --
592: begin
593: --
594: hr_utility.set_location('Entering:'|| l_proc, 10);
595: --
596: -- Issue a savepoint if operating in validation only mode
597: --
598: savepoint delete_Enrt_Ctfn;

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

596: -- Issue a savepoint if operating in validation only mode
597: --
598: savepoint delete_Enrt_Ctfn;
599: --
600: hr_utility.set_location(l_proc, 20);
601: --
602: -- Process Logic
603: --
604: l_object_version_number := p_object_version_number;

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

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

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

667: if p_validate then
668: raise hr_api.validate_enabled;
669: end if;
670: --
671: hr_utility.set_location(' Leaving:'||l_proc, 70);
672: --
673: exception
674: --
675: when hr_api.validate_enabled then

Line 696: hr_utility.set_location(' Leaving:'||l_proc, 90);

692: --
693: ROLLBACK TO delete_Enrt_Ctfn;
694: p_effective_start_date := null;
695: p_effective_end_date := null;
696: hr_utility.set_location(' Leaving:'||l_proc, 90);
697: raise;
698: --
699: end delete_Enrt_Ctfn;
700: --

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

720: l_validation_end_date date;
721: --
722: begin
723: --
724: hr_utility.set_location('Entering:'|| l_proc, 10);
725: --
726: ben_ecf_shd.lck
727: (
728: p_enrt_ctfn_id => p_enrt_ctfn_id

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

732: ,p_effective_date => p_effective_date
733: ,p_datetrack_mode => p_datetrack_mode
734: );
735: --
736: hr_utility.set_location(' Leaving:'||l_proc, 70);
737: --
738: end lck;
739: --
740: end ben_Enrt_Ctfn_api;