DBA Data[Home] [Help]

APPS.BEN_ELIG_ENRLD_ANTHR_PGM_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_elig_enrld_anthr_pgm_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_ENRLD_ANTHR_PGM;

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

70: -- Issue a savepoint if operating in validation only mode
71: --
72: savepoint create_ELIG_ENRLD_ANTHR_PGM;
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 => 'ELIG_ENRLD_PGM_FLAG',
247: p_reference_table => 'BEN_ELIG_ENRLD_ANTHR_PGM_F',
248: p_reference_table_column => 'ELIGY_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_elig_enrld_anthr_pgm_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 355: hr_utility.set_location('Entering:'|| l_proc, 10);

351: l_in_object_version_number number := p_object_version_number ;
352: --
353: begin
354: --
355: hr_utility.set_location('Entering:'|| l_proc, 10);
356: --
357: -- Issue a savepoint if operating in validation only mode
358: --
359: savepoint update_ELIG_ENRLD_ANTHR_PGM;

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

357: -- Issue a savepoint if operating in validation only mode
358: --
359: savepoint update_ELIG_ENRLD_ANTHR_PGM;
360: --
361: hr_utility.set_location(l_proc, 20);
362: --
363: -- Process Logic
364: --
365: l_object_version_number := p_object_version_number;

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

530: -- End of API User Hook for the after hook of update_ELIG_ENRLD_ANTHR_PGM
531: --
532: end;
533: --
534: hr_utility.set_location(l_proc, 60);
535: --
536: -- When in validation only mode raise the Validate_Enabled exception
537: --
538: if p_validate then

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

544: p_object_version_number := l_object_version_number;
545: p_effective_start_date := l_effective_start_date;
546: p_effective_end_date := l_effective_end_date;
547: --
548: hr_utility.set_location(' Leaving:'||l_proc, 70);
549: --
550: exception
551: --
552: when hr_api.validate_enabled then

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

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

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

594: l_in_object_version_number number := p_object_version_number ;
595: --
596: begin
597: --
598: hr_utility.set_location('Entering:'|| l_proc, 10);
599: --
600: -- Issue a savepoint if operating in validation only mode
601: --
602: savepoint delete_ELIG_ENRLD_ANTHR_PGM;

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

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

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

672: p_base_table_reference_column => 'ELIG_ENRLD_PGM_FLAG',
673: p_reference_table => 'BEN_ELIG_ENRLD_ANTHR_PGM_F',
674: p_reference_table_column => 'ELIGY_PRFL_ID');
675: --
676: hr_utility.set_location(l_proc, 60);
677: --
678: -- When in validation only mode raise the Validate_Enabled exception
679: --
680: if p_validate then

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

680: if p_validate then
681: raise hr_api.validate_enabled;
682: end if;
683: --
684: hr_utility.set_location(' Leaving:'||l_proc, 70);
685: --
686: exception
687: --
688: when hr_api.validate_enabled then

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

731: l_validation_end_date date;
732: --
733: begin
734: --
735: hr_utility.set_location('Entering:'|| l_proc, 10);
736: --
737: ben_eeg_shd.lck
738: (
739: p_elig_enrld_anthr_pgm_id => p_elig_enrld_anthr_pgm_id

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

743: ,p_effective_date => p_effective_date
744: ,p_datetrack_mode => p_datetrack_mode
745: );
746: --
747: hr_utility.set_location(' Leaving:'||l_proc, 70);
748: --
749: end lck;
750: --
751: end ben_ELIG_ENRLD_ANTHR_PGM_api;