DBA Data[Home] [Help]

APPS.BEN_LER_CHG_DEPENDENT_CVG_API dependencies on HR_UTILITY

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

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

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

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

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

269: -- End of API User Hook for the after hook of create_Ler_Chg_Dependent_Cvg
270: --
271: end;
272: --
273: hr_utility.set_location(l_proc, 60);
274: --
275: -- When in validation only mode raise the Validate_Enabled exception
276: --
277: if p_validate then

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

284: p_effective_start_date := l_effective_start_date;
285: p_effective_end_date := l_effective_end_date;
286: p_object_version_number := l_object_version_number;
287: --
288: hr_utility.set_location(' Leaving:'||l_proc, 70);
289: --
290: exception
291: --
292: when hr_api.validate_enabled then

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

303: p_ler_chg_dpnt_cvg_id := null;
304: p_effective_start_date := null;
305: p_effective_end_date := null;
306: p_object_version_number := null;
307: hr_utility.set_location(' Leaving:'||l_proc, 80);
308: --
309: when others then
310: --
311: -- A validation or unexpected error has occured

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

381: l_effective_end_date ben_ler_chg_dpnt_cvg_f.effective_end_date%TYPE;
382: --
383: begin
384: --
385: hr_utility.set_location('Entering:'|| l_proc, 10);
386: --
387: -- Issue a savepoint if operating in validation only mode
388: --
389: savepoint update_Ler_Chg_Dependent_Cvg;

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

387: -- Issue a savepoint if operating in validation only mode
388: --
389: savepoint update_Ler_Chg_Dependent_Cvg;
390: --
391: hr_utility.set_location(l_proc, 20);
392: --
393: -- Process Logic
394: --
395: l_object_version_number := p_object_version_number;

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

584: -- End of API User Hook for the after hook of update_Ler_Chg_Dependent_Cvg
585: --
586: end;
587: --
588: hr_utility.set_location(l_proc, 60);
589: --
590: -- When in validation only mode raise the Validate_Enabled exception
591: --
592: if p_validate then

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

598: p_object_version_number := l_object_version_number;
599: p_effective_start_date := l_effective_start_date;
600: p_effective_end_date := l_effective_end_date;
601: --
602: hr_utility.set_location(' Leaving:'||l_proc, 70);
603: --
604: exception
605: --
606: when hr_api.validate_enabled then

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

613: -- Only set output warning arguments
614: -- (Any key or derived arguments must be set to null
615: -- when validation only mode is being used.)
616: --
617: hr_utility.set_location(' Leaving:'||l_proc, 80);
618: --
619: when others then
620: --
621: -- A validation or unexpected error has occured

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

650: l_effective_end_date ben_ler_chg_dpnt_cvg_f.effective_end_date%TYPE;
651: --
652: begin
653: --
654: hr_utility.set_location('Entering:'|| l_proc, 10);
655: --
656: -- Issue a savepoint if operating in validation only mode
657: --
658: savepoint delete_Ler_Chg_Dependent_Cvg;

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

656: -- Issue a savepoint if operating in validation only mode
657: --
658: savepoint delete_Ler_Chg_Dependent_Cvg;
659: --
660: hr_utility.set_location(l_proc, 20);
661: --
662: -- Process Logic
663: --
664: l_object_version_number := p_object_version_number;

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

719: -- End of API User Hook for the after hook of delete_Ler_Chg_Dependent_Cvg
720: --
721: end;
722: --
723: hr_utility.set_location(l_proc, 60);
724: --
725: -- When in validation only mode raise the Validate_Enabled exception
726: --
727: if p_validate then

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

727: if p_validate then
728: raise hr_api.validate_enabled;
729: end if;
730: --
731: hr_utility.set_location(' Leaving:'||l_proc, 70);
732: --
733: exception
734: --
735: when hr_api.validate_enabled then

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

781: l_validation_end_date date;
782: --
783: begin
784: --
785: hr_utility.set_location('Entering:'|| l_proc, 10);
786: --
787: ben_ldc_shd.lck
788: (
789: p_ler_chg_dpnt_cvg_id => p_ler_chg_dpnt_cvg_id

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

793: ,p_effective_date => p_effective_date
794: ,p_datetrack_mode => p_datetrack_mode
795: );
796: --
797: hr_utility.set_location(' Leaving:'||l_proc, 70);
798: --
799: end lck;
800: --
801: end ben_Ler_Chg_Dependent_Cvg_api;