DBA Data[Home] [Help]

APPS.BEN_ELIG_ANTHR_PL_PRTE_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_ELIG_ANTHR_PL_PRTE_f.object_version_number%TYPE;
64: --
65: begin
66: --
67: hr_utility.set_location('Entering:'|| l_proc, 10);
68: --
69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_ELIG_ANTHR_PL_PRTE;

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

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

Line 133: hr_utility.set_location(l_proc, 30);

129: -- End of API User Hook for the before hook of create_ELIG_ANTHR_PL_PRTE
130: --
131: end;
132: --
133: hr_utility.set_location(l_proc, 30);
134: ben_eop_ins.ins
135: (
136: p_ELIG_ANTHR_PL_PRTE_id => l_ELIG_ANTHR_PL_PRTE_id
137: ,p_effective_start_date => l_effective_start_date

Line 179: hr_utility.set_location(l_proc, 40);

175: ,p_object_version_number => l_object_version_number
176: ,p_effective_date => trunc(p_effective_date)
177: );
178: --
179: hr_utility.set_location(l_proc, 40);
180: begin
181: --
182: -- Start of API User Hook for the after hook of create_ELIG_ANTHR_PL_PRTE
183: --

Line 238: hr_utility.set_location(l_proc, 50);

234: --
235: -- End of API User Hook for the after hook of create_ELIG_ANTHR_PL_PRTE
236: --
237: end;
238: hr_utility.set_location(l_proc, 50);
239: --
240: ben_profile_handler.event_handler
241: (p_event => 'CREATE',
242: p_base_table => 'BEN_ELIGY_PRFL_F',

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

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

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

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

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

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

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

352: l_effective_end_date ben_ELIG_ANTHR_PL_PRTE_f.effective_end_date%TYPE;
353: --
354: begin
355: --
356: hr_utility.set_location('Entering:'|| l_proc, 10);
357: --
358: -- Issue a savepoint if operating in validation only mode
359: --
360: savepoint update_ELIG_ANTHR_PL_PRTE;

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

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

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

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

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

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

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

559: -- when validation only mode is being used.)
560: --
561: p_effective_start_date := null;
562: p_effective_end_date := null;
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_effective_end_date ben_ELIG_ANTHR_PL_PRTE_f.effective_end_date%TYPE;
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_ANTHR_PL_PRTE;

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

600: -- Issue a savepoint if operating in validation only mode
601: --
602: savepoint delete_ELIG_ANTHR_PL_PRTE;
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_ANTHR_PL_FLAG',
673: p_reference_table => 'BEN_ELIG_ANTHR_PL_PRTE_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 736: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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