DBA Data[Home] [Help]

APPS.BEN_ELIG_DPNT_CVRD_PLIP_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_elig_dpnt_cvrd_plip_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_DPNT_CVRD_PLIP;

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

70: -- Issue a savepoint if operating in validation only mode
71: --
72: savepoint create_ELIG_DPNT_CVRD_PLIP;
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_DPNT_CVRD_PLIP_FLAG',
247: p_reference_table => 'BEN_ELIG_DPNT_CVRD_PLIP_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_dpnt_cvrd_plip_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 354: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

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

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

594: l_effective_end_date ben_elig_dpnt_cvrd_plip_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_DPNT_CVRD_PLIP;

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

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

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

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

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