DBA Data[Home] [Help]

APPS.BEN_ELIG_PCT_FL_TM_PRTE_API dependencies on HR_UTILITY

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

65: l_object_version_number ben_elig_pct_fl_tm_prte_f.object_version_number%TYPE;
66: --
67: begin
68: --
69: hr_utility.set_location('Entering:'|| l_proc, 10);
70: --
71: -- Issue a savepoint if operating in validation only mode
72: --
73: if p_validate then

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

73: if p_validate then
74: savepoint create_ELIG_PCT_FL_TM_PRTE;
75: end if;
76: --
77: hr_utility.set_location(l_proc, 20);
78: --
79: -- Process Logic
80: --
81: begin

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

257: (p_event => 'CREATE',
258: p_eligy_prfl_id => p_eligy_prfl_id);
259: --
260:
261: hr_utility.set_location(l_proc, 60);
262: --
263: -- When in validation only mode raise the Validate_Enabled exception
264: --
265: if p_validate then

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

272: p_effective_start_date := l_effective_start_date;
273: p_effective_end_date := l_effective_end_date;
274: p_object_version_number := l_object_version_number;
275: --
276: hr_utility.set_location(' Leaving:'||l_proc, 70);
277: --
278: exception
279: --
280: when hr_api.validate_enabled then

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

291: p_elig_pct_fl_tm_prte_id := null;
292: p_effective_start_date := null;
293: p_effective_end_date := null;
294: p_object_version_number := null;
295: hr_utility.set_location(' Leaving:'||l_proc, 80);
296: --
297: end create_ELIG_PCT_FL_TM_PRTE;
298: -- ----------------------------------------------------------------------------
299: -- |------------------------< update_ELIG_PCT_FL_TM_PRTE >--- ------------------|

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

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

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

363: if p_validate then
364: savepoint update_ELIG_PCT_FL_TM_PRTE;
365: end if;
366: --
367: hr_utility.set_location(l_proc, 20);
368: --
369: -- Process Logic
370: --
371: l_object_version_number := p_object_version_number;

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

539: -- End of API User Hook for the after hook of update_ELIG_PCT_FL_TM_PRTE
540: --
541: end;
542: --
543: hr_utility.set_location(l_proc, 60);
544: --
545: -- When in validation only mode raise the Validate_Enabled exception
546: --
547: if p_validate then

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

553: p_object_version_number := l_object_version_number;
554: p_effective_start_date := l_effective_start_date;
555: p_effective_end_date := l_effective_end_date;
556: --
557: hr_utility.set_location(' Leaving:'||l_proc, 70);
558: --
559: exception
560: --
561: when hr_api.validate_enabled then

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

568: -- Only set output warning arguments
569: -- (Any key or derived arguments must be set to null
570: -- when validation only mode is being used.)
571: --
572: hr_utility.set_location(' Leaving:'||l_proc, 80);
573: --
574: end update_ELIG_PCT_FL_TM_PRTE;
575: -- ----------------------------------------------------------------------------
576: -- |------------------------< delete_ELIG_PCT_FL_TM_PRTE >----------------------|

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

594: l_effective_end_date ben_elig_pct_fl_tm_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: if p_validate then

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

602: if p_validate then
603: savepoint delete_ELIG_PCT_FL_TM_PRTE;
604: end if;
605: --
606: hr_utility.set_location(l_proc, 20);
607: --
608: -- Process Logic
609: --
610: l_object_version_number := p_object_version_number;

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

679: (p_event => 'DELETE',
680: p_eligy_prfl_id => ben_epf_shd.g_old_rec.eligy_prfl_id);
681: --
682:
683: hr_utility.set_location(l_proc, 60);
684: --
685: -- When in validation only mode raise the Validate_Enabled exception
686: --
687: if p_validate then

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

687: if p_validate then
688: raise hr_api.validate_enabled;
689: end if;
690: --
691: hr_utility.set_location(' Leaving:'||l_proc, 70);
692: --
693: exception
694: --
695: when hr_api.validate_enabled then

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

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

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

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