DBA Data[Home] [Help]

APPS.BEN_ELIG_PER_WV_PL_TYP_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_elig_per_wv_pl_typ_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_elig_per_wv_pl_typ;

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

70: -- Issue a savepoint if operating in validation only mode
71: --
72: savepoint create_elig_per_wv_pl_typ;
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_elig_per_wv_pl_typ
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_elig_per_wv_pl_typ_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 287: hr_utility.set_location(' Leaving:'||l_proc, 90);

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

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

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

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

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

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

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

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

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

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

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

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

566: -- NOCOPY Changes
567: p_effective_start_date := null;
568: p_effective_end_date := null;
569: p_object_version_number := l_object_version_number ;
570: hr_utility.set_location(' Leaving:'||l_proc, 90);
571: raise;
572: --
573: end update_elig_per_wv_pl_typ;
574: -- ----------------------------------------------------------------------------

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

593: l_effective_end_date ben_elig_per_wv_pl_typ_f.effective_end_date%TYPE;
594: --
595: begin
596: --
597: hr_utility.set_location('Entering:'|| l_proc, 10);
598: --
599: -- Issue a savepoint if operating in validation only mode
600: --
601: savepoint delete_elig_per_wv_pl_typ;

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

599: -- Issue a savepoint if operating in validation only mode
600: --
601: savepoint delete_elig_per_wv_pl_typ;
602: --
603: hr_utility.set_location(l_proc, 20);
604: --
605: -- Process Logic
606: --
607: l_object_version_number := p_object_version_number;

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

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

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

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

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

697: -- NOCOPY Changes
698: p_effective_start_date := null;
699: p_effective_end_date := null;
700: p_object_version_number := l_object_version_number ;
701: hr_utility.set_location(' Leaving:'||l_proc, 90);
702: raise;
703: --
704: end delete_elig_per_wv_pl_typ;
705: --

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

725: l_validation_end_date date;
726: --
727: begin
728: --
729: hr_utility.set_location('Entering:'|| l_proc, 10);
730: --
731: ben_etw_shd.lck
732: (
733: p_elig_per_wv_pl_typ_id => p_elig_per_wv_pl_typ_id

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

737: ,p_effective_date => p_effective_date
738: ,p_datetrack_mode => p_datetrack_mode
739: );
740: --
741: hr_utility.set_location(' Leaving:'||l_proc, 70);
742: --
743: end lck;
744: --
745: end ben_elig_per_wv_pl_typ_api;