DBA Data[Home] [Help]

APPS.BEN_ELIG_DPNT_CVRD_O_PTIP_API dependencies on HR_UTILITY

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

65: l_object_version_number ben_elig_dpnt_cvrd_othr_ptip_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: savepoint create_ELIG_DPNT_CVRD_O_PTIP;

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

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

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

250: p_base_table_reference_column => 'ELIG_DPNT_CVRD_PTIP_FLAG',
251: p_reference_table => 'BEN_ELIG_DPNT_CVRD_OTHR_PTIP_F',
252: p_reference_table_column => 'ELIGY_PRFL_ID');
253: --
254: hr_utility.set_location(l_proc, 60);
255: --
256: -- When in validation only mode raise the Validate_Enabled exception
257: --
258: if p_validate then

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

265: p_effective_start_date := l_effective_start_date;
266: p_effective_end_date := l_effective_end_date;
267: p_object_version_number := l_object_version_number;
268: --
269: hr_utility.set_location(' Leaving:'||l_proc, 70);
270: --
271: exception
272: --
273: when hr_api.validate_enabled then

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

284: p_elig_dpnt_cvrd_othr_ptip_id := null;
285: p_effective_start_date := null;
286: p_effective_end_date := null;
287: p_object_version_number := null;
288: hr_utility.set_location(' Leaving:'||l_proc, 80);
289: --
290: when others then
291: --
292: -- A validation or unexpected error has occured

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

355: l_effective_end_date ben_elig_dpnt_cvrd_othr_ptip_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: savepoint update_ELIG_DPNT_CVRD_O_PTIP;

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

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

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

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

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

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

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

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

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

603: l_effective_end_date ben_elig_dpnt_cvrd_othr_ptip_f.effective_end_date%TYPE;
604: --
605: begin
606: --
607: hr_utility.set_location('Entering:'|| l_proc, 10);
608: --
609: -- Issue a savepoint if operating in validation only mode
610: --
611: savepoint delete_ELIG_DPNT_CVRD_O_PTIP;

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

609: -- Issue a savepoint if operating in validation only mode
610: --
611: savepoint delete_ELIG_DPNT_CVRD_O_PTIP;
612: --
613: hr_utility.set_location(l_proc, 20);
614: --
615: -- Process Logic
616: --
617: l_object_version_number := p_object_version_number;

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

681: p_base_table_reference_column => 'ELIG_DPNT_CVRD_PTIP_FLAG',
682: p_reference_table => 'BEN_ELIG_DPNT_CVRD_OTHR_PTIP_F',
683: p_reference_table_column => 'ELIGY_PRFL_ID');
684: --
685: hr_utility.set_location(l_proc, 60);
686: --
687: -- When in validation only mode raise the Validate_Enabled exception
688: --
689: if p_validate then

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

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

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

743: l_validation_end_date date;
744: --
745: begin
746: --
747: hr_utility.set_location('Entering:'|| l_proc, 10);
748: --
749: ben_edt_shd.lck
750: (
751: p_elig_dpnt_cvrd_othr_ptip_id => p_elig_dpnt_cvrd_othr_ptip_id

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

755: ,p_effective_date => p_effective_date
756: ,p_datetrack_mode => p_datetrack_mode
757: );
758: --
759: hr_utility.set_location(' Leaving:'||l_proc, 70);
760: --
761: end lck;
762: --
763: end ben_ELIG_DPNT_CVRD_O_PTIP_api;