DBA Data[Home] [Help]

APPS.BEN_ENRLD_ANTHR_PGM_RT_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_enrld_anthr_pgm_rt_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_ENRLD_ANTHR_PGM_RT;

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

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

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

246: p_base_table_reference_column => 'RT_ENRLD_PGM_FLAG',
247: p_reference_table => 'BEN_ENRLD_ANTHR_PGM_RT_F',
248: p_reference_table_column => 'VRBL_RT_PRFL_ID');
249: --
250: hr_utility.set_location(l_proc, 60);
251: --
252: -- When in validation only mode raise the Validate_Enabled exception
253: --
254: if p_validate then

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

261: p_effective_start_date := l_effective_start_date;
262: p_effective_end_date := l_effective_end_date;
263: p_object_version_number := l_object_version_number;
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 70);
266: --
267: exception
268: --
269: when hr_api.validate_enabled then

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

280: p_enrld_anthr_pgm_rt_id := null;
281: p_effective_start_date := null;
282: p_effective_end_date := null;
283: p_object_version_number := null;
284: hr_utility.set_location(' Leaving:'||l_proc, 80);
285: --
286: when others then
287: --
288: -- A validation or unexpected error has occured

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

356: l_effective_end_date ben_enrld_anthr_pgm_rt_f.effective_end_date%TYPE;
357: --
358: begin
359: --
360: hr_utility.set_location('Entering:'|| l_proc, 10);
361: --
362: -- Issue a savepoint if operating in validation only mode
363: --
364: savepoint update_ENRLD_ANTHR_PGM_RT;

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

362: -- Issue a savepoint if operating in validation only mode
363: --
364: savepoint update_ENRLD_ANTHR_PGM_RT;
365: --
366: hr_utility.set_location(l_proc, 20);
367: --
368: -- Process Logic
369: --
370: l_object_version_number := p_object_version_number;

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

535: -- End of API User Hook for the after hook of update_ENRLD_ANTHR_PGM_RT
536: --
537: end;
538: --
539: hr_utility.set_location(l_proc, 60);
540: --
541: -- When in validation only mode raise the Validate_Enabled exception
542: --
543: if p_validate then

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

549: p_object_version_number := l_object_version_number;
550: p_effective_start_date := l_effective_start_date;
551: p_effective_end_date := l_effective_end_date;
552: --
553: hr_utility.set_location(' Leaving:'||l_proc, 70);
554: --
555: exception
556: --
557: when hr_api.validate_enabled then

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

569: -- Only set output warning arguments
570: -- (Any key or derived arguments must be set to null
571: -- when validation only mode is being used.)
572: --
573: hr_utility.set_location(' Leaving:'||l_proc, 80);
574: --
575: when others then
576: --
577: -- A validation or unexpected error has occured

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

606: l_effective_end_date ben_enrld_anthr_pgm_rt_f.effective_end_date%TYPE;
607: --
608: begin
609: --
610: hr_utility.set_location('Entering:'|| l_proc, 10);
611: --
612: -- Issue a savepoint if operating in validation only mode
613: --
614: savepoint delete_ENRLD_ANTHR_PGM_RT;

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

612: -- Issue a savepoint if operating in validation only mode
613: --
614: savepoint delete_ENRLD_ANTHR_PGM_RT;
615: --
616: hr_utility.set_location(l_proc, 20);
617: --
618: -- Process Logic
619: --
620: l_object_version_number := p_object_version_number;

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

684: p_base_table_reference_column => 'RT_ENRLD_PGM_FLAG',
685: p_reference_table => 'BEN_ENRLD_ANTHR_PGM_RT_F',
686: p_reference_table_column => 'VRBL_RT_PRFL_ID');
687: --
688: hr_utility.set_location(l_proc, 60);
689: --
690: -- When in validation only mode raise the Validate_Enabled exception
691: --
692: if p_validate then

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

692: if p_validate then
693: raise hr_api.validate_enabled;
694: end if;
695: --
696: hr_utility.set_location(' Leaving:'||l_proc, 70);
697: --
698: exception
699: --
700: when hr_api.validate_enabled then

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

747: l_validation_end_date date;
748: --
749: begin
750: --
751: hr_utility.set_location('Entering:'|| l_proc, 10);
752: --
753: ben_epm_shd.lck
754: (
755: p_enrld_anthr_pgm_rt_id => p_enrld_anthr_pgm_rt_id

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

759: ,p_effective_date => p_effective_date
760: ,p_datetrack_mode => p_datetrack_mode
761: );
762: --
763: hr_utility.set_location(' Leaving:'||l_proc, 70);
764: --
765: end lck;
766: --
767: end ben_ENRLD_ANTHR_PGM_RT_api;