DBA Data[Home] [Help]

APPS.BEN_DPNT_CVRD_OTHR_PL_RT_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_dpnt_cvrd_othr_pl_rt_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_DPNT_CVRD_OTHR_PL_RT;

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

70: -- Issue a savepoint if operating in validation only mode
71: --
72: savepoint create_DPNT_CVRD_OTHR_PL_RT;
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 => 'RT_DPNT_CVRD_PL_FLAG',
247: p_reference_table => 'BEN_DPNT_CVRD_OTHR_PL_RT_F',
248: p_reference_table_column => 'VRBL_RT_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_dpnt_cvrd_othr_pl_rt_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 359: hr_utility.set_location('Entering:'|| l_proc, 10);

355: l_effective_end_date ben_dpnt_cvrd_othr_pl_rt_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_DPNT_CVRD_OTHR_PL_RT;

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

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

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

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

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

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

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

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

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

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

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

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

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

679: p_base_table_reference_column => 'RT_DPNT_CVRD_PL_FLAG',
680: p_reference_table => 'BEN_DPNT_CVRD_OTHR_PL_RT_F',
681: p_reference_table_column => 'VRBL_RT_PRFL_ID');
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 744: hr_utility.set_location('Entering:'|| l_proc, 10);

740: l_validation_end_date date;
741: --
742: begin
743: --
744: hr_utility.set_location('Entering:'|| l_proc, 10);
745: --
746: ben_dcl_shd.lck
747: (
748: p_dpnt_cvrd_othr_pl_rt_id => p_dpnt_cvrd_othr_pl_rt_id

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

752: ,p_effective_date => p_effective_date
753: ,p_datetrack_mode => p_datetrack_mode
754: );
755: --
756: hr_utility.set_location(' Leaving:'||l_proc, 70);
757: --
758: end lck;
759: --
760: end ben_DPNT_CVRD_OTHR_PL_RT_api;