DBA Data[Home] [Help]

APPS.BEN_LER_CHG_PGM_ENRT_API dependencies on HR_UTILITY

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

69: l_object_version_number ben_ler_chg_pgm_enrt_f.object_version_number%TYPE;
70: --
71: begin
72: --
73: hr_utility.set_location('Entering:'|| l_proc, 10);
74: --
75: -- Issue a savepoint if operating in validation only mode
76: --
77: savepoint create_Ler_Chg_Pgm_Enrt;

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

75: -- Issue a savepoint if operating in validation only mode
76: --
77: savepoint create_Ler_Chg_Pgm_Enrt;
78: --
79: hr_utility.set_location(l_proc, 20);
80: --
81: -- Process Logic
82: --
83: begin

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

257: -- End of API User Hook for the after hook of create_Ler_Chg_Pgm_Enrt
258: --
259: end;
260: --
261: hr_utility.set_location(l_proc, 60);
262: --
263: -- When in validation only mode raise the Validate_Enabled exception
264: --
265: if p_validate then

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

272: p_effective_start_date := l_effective_start_date;
273: p_effective_end_date := l_effective_end_date;
274: p_object_version_number := l_object_version_number;
275: --
276: hr_utility.set_location(' Leaving:'||l_proc, 70);
277: --
278: exception
279: --
280: when hr_api.validate_enabled then

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

291: p_ler_chg_pgm_enrt_id := null;
292: p_effective_start_date := null;
293: p_effective_end_date := null;
294: p_object_version_number := null;
295: hr_utility.set_location(' Leaving:'||l_proc, 80);
296: --
297: when others then
298: --
299: -- A validation or unexpected error has occured

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

371: l_effective_end_date ben_ler_chg_pgm_enrt_f.effective_end_date%TYPE;
372: --
373: begin
374: --
375: hr_utility.set_location('Entering:'|| l_proc, 10);
376: --
377: -- Issue a savepoint if operating in validation only mode
378: --
379: savepoint update_Ler_Chg_Pgm_Enrt;

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

377: -- Issue a savepoint if operating in validation only mode
378: --
379: savepoint update_Ler_Chg_Pgm_Enrt;
380: --
381: hr_utility.set_location(l_proc, 20);
382: --
383: -- Process Logic
384: --
385: l_object_version_number := p_object_version_number;

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

565: -- End of API User Hook for the after hook of update_Ler_Chg_Pgm_Enrt
566: --
567: end;
568: --
569: hr_utility.set_location(l_proc, 60);
570: --
571: -- When in validation only mode raise the Validate_Enabled exception
572: --
573: if p_validate then

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

579: p_object_version_number := l_object_version_number;
580: p_effective_start_date := l_effective_start_date;
581: p_effective_end_date := l_effective_end_date;
582: --
583: hr_utility.set_location(' Leaving:'||l_proc, 70);
584: --
585: exception
586: --
587: when hr_api.validate_enabled then

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

594: -- Only set output warning arguments
595: -- (Any key or derived arguments must be set to null
596: -- when validation only mode is being used.)
597: --
598: hr_utility.set_location(' Leaving:'||l_proc, 80);
599: --
600: when others then
601: --
602: -- A validation or unexpected error has occured

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

631: l_effective_end_date ben_ler_chg_pgm_enrt_f.effective_end_date%TYPE;
632: --
633: begin
634: --
635: hr_utility.set_location('Entering:'|| l_proc, 10);
636: --
637: -- Issue a savepoint if operating in validation only mode
638: --
639: savepoint delete_Ler_Chg_Pgm_Enrt;

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

637: -- Issue a savepoint if operating in validation only mode
638: --
639: savepoint delete_Ler_Chg_Pgm_Enrt;
640: --
641: hr_utility.set_location(l_proc, 20);
642: --
643: -- Process Logic
644: --
645: l_object_version_number := p_object_version_number;

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

700: -- End of API User Hook for the after hook of delete_Ler_Chg_Pgm_Enrt
701: --
702: end;
703: --
704: hr_utility.set_location(l_proc, 60);
705: --
706: -- When in validation only mode raise the Validate_Enabled exception
707: --
708: if p_validate then

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

708: if p_validate then
709: raise hr_api.validate_enabled;
710: end if;
711: --
712: hr_utility.set_location(' Leaving:'||l_proc, 70);
713: --
714: exception
715: --
716: when hr_api.validate_enabled then

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

762: l_validation_end_date date;
763: --
764: begin
765: --
766: hr_utility.set_location('Entering:'|| l_proc, 10);
767: --
768: ben_lge_shd.lck
769: (
770: p_ler_chg_pgm_enrt_id => p_ler_chg_pgm_enrt_id

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

774: ,p_effective_date => p_effective_date
775: ,p_datetrack_mode => p_datetrack_mode
776: );
777: --
778: hr_utility.set_location(' Leaving:'||l_proc, 70);
779: --
780: end lck;
781: --
782: end ben_Ler_Chg_Pgm_Enrt_api;