DBA Data[Home] [Help]

APPS.BEN_LER_CHG_OIPL_ENRT_API dependencies on HR_UTILITY

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

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

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

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

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

261: -- End of API User Hook for the after hook of create_Ler_Chg_Oipl_Enrt
262: --
263: end;
264: --
265: hr_utility.set_location(l_proc, 60);
266: --
267: -- When in validation only mode raise the Validate_Enabled exception
268: --
269: if p_validate then

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

276: p_effective_start_date := l_effective_start_date;
277: p_effective_end_date := l_effective_end_date;
278: p_object_version_number := l_object_version_number;
279: --
280: hr_utility.set_location(' Leaving:'||l_proc, 70);
281: --
282: exception
283: --
284: when hr_api.validate_enabled then

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

295: p_ler_chg_oipl_enrt_id := null;
296: p_effective_start_date := null;
297: p_effective_end_date := null;
298: p_object_version_number := null;
299: hr_utility.set_location(' Leaving:'||l_proc, 80);
300: --
301: when others then
302: --
303: -- 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_oipl_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_Oipl_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_Oipl_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 572: hr_utility.set_location(l_proc, 60);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

757: l_validation_end_date date;
758: --
759: begin
760: --
761: hr_utility.set_location('Entering:'|| l_proc, 10);
762: --
763: ben_lop_shd.lck
764: (
765: p_ler_chg_oipl_enrt_id => p_ler_chg_oipl_enrt_id

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

769: ,p_effective_date => p_effective_date
770: ,p_datetrack_mode => p_datetrack_mode
771: );
772: --
773: hr_utility.set_location(' Leaving:'||l_proc, 70);
774: --
775: end lck;
776: --
777: end ben_Ler_Chg_Oipl_Enrt_api;