DBA Data[Home] [Help]

APPS.BEN_DPNT_CVRD_PLIP_RT_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_dpnt_cvrd_plip_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_PLIP_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_PLIP_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_PLIP_FLAG',
247: p_reference_table => 'BEN_DPNT_CVRD_PLIP_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_plip_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 362: hr_utility.set_location('Entering:'|| l_proc, 10);

358: l_effective_end_date ben_dpnt_cvrd_plip_rt_f.effective_end_date%TYPE;
359: --
360: begin
361: --
362: hr_utility.set_location('Entering:'|| l_proc, 10);
363: --
364: -- Issue a savepoint if operating in validation only mode
365: --
366: savepoint update_DPNT_CVRD_PLIP_RT;

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

364: -- Issue a savepoint if operating in validation only mode
365: --
366: savepoint update_DPNT_CVRD_PLIP_RT;
367: --
368: hr_utility.set_location(l_proc, 20);
369: --
370: -- Process Logic
371: --
372: 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_DPNT_CVRD_PLIP_RT
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 613: hr_utility.set_location('Entering:'|| l_proc, 10);

609: l_effective_end_date ben_dpnt_cvrd_plip_rt_f.effective_end_date%TYPE;
610: --
611: begin
612: --
613: hr_utility.set_location('Entering:'|| l_proc, 10);
614: --
615: -- Issue a savepoint if operating in validation only mode
616: --
617: savepoint delete_DPNT_CVRD_PLIP_RT;

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

615: -- Issue a savepoint if operating in validation only mode
616: --
617: savepoint delete_DPNT_CVRD_PLIP_RT;
618: --
619: hr_utility.set_location(l_proc, 20);
620: --
621: -- Process Logic
622: --
623: l_object_version_number := p_object_version_number;

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

687: p_base_table_reference_column => 'RT_DPNT_CVRD_PLIP_FLAG',
688: p_reference_table => 'BEN_DPNT_CVRD_PLIP_RT_F',
689: p_reference_table_column => 'VRBL_RT_PRFL_ID');
690: --
691: hr_utility.set_location(l_proc, 60);
692: --
693: -- When in validation only mode raise the Validate_Enabled exception
694: --
695: if p_validate then

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

695: if p_validate then
696: raise hr_api.validate_enabled;
697: end if;
698: --
699: hr_utility.set_location(' Leaving:'||l_proc, 70);
700: --
701: exception
702: --
703: when hr_api.validate_enabled then

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

755: l_validation_end_date date;
756: --
757: begin
758: --
759: hr_utility.set_location('Entering:'|| l_proc, 10);
760: --
761: ben_dcp_shd.lck
762: (
763: p_dpnt_cvrd_plip_rt_id => p_dpnt_cvrd_plip_rt_id

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

767: ,p_effective_date => p_effective_date
768: ,p_datetrack_mode => p_datetrack_mode
769: );
770: --
771: hr_utility.set_location(' Leaving:'||l_proc, 70);
772: --
773: end lck;
774: --
775: end ben_DPNT_CVRD_PLIP_RT_api;