DBA Data[Home] [Help]

APPS.BEN_OTHR_PTIP_RT_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_othr_ptip_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_OTHR_PTIP_RT;

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

70: -- Issue a savepoint if operating in validation only mode
71: --
72: savepoint create_OTHR_PTIP_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_OTHR_PTIP_FLAG',
247: p_reference_table => 'BEN_OTHR_PTIP_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_othr_ptip_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 361: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

749: l_validation_end_date date;
750: --
751: begin
752: --
753: hr_utility.set_location('Entering:'|| l_proc, 10);
754: --
755: ben_opr_shd.lck
756: (
757: p_othr_ptip_rt_id => p_othr_ptip_rt_id

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

761: ,p_effective_date => p_effective_date
762: ,p_datetrack_mode => p_datetrack_mode
763: );
764: --
765: hr_utility.set_location(' Leaving:'||l_proc, 70);
766: --
767: end lck;
768: --
769: end ben_OTHR_PTIP_RT_api;