DBA Data[Home] [Help]

APPS.BEN_QUAL_TITL_RT_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_qual_titl_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_qual_titl_rt;

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

70: -- Issue a savepoint if operating in validation only mode
71: --
72: savepoint create_qual_titl_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_QUAL_TITL_FLAG',
247: p_reference_table => 'BEN_QUAL_TITL_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_qual_titl_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_qual_titl_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_qual_titl_rt;

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

363: -- Issue a savepoint if operating in validation only mode
364: --
365: savepoint update_qual_titl_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_qual_titl_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 572: hr_utility.set_location(' Leaving:'||l_proc, 80);

568: --
569: p_effective_start_date := null;
570: p_effective_end_date := null;
571:
572: hr_utility.set_location(' Leaving:'||l_proc, 80);
573: --
574: when others then
575: --
576: -- A validation or unexpected error has occured

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

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

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

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

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

684: p_base_table_reference_column => 'RT_QUAL_TITL_FLAG',
685: p_reference_table => 'BEN_QUAL_TITL_RT_F',
686: p_reference_table_column => 'vrbl_rt_prfl_ID');
687: --
688: hr_utility.set_location(l_proc, 60);
689: --
690: -- When in validation only mode raise the Validate_Enabled exception
691: --
692: if p_validate then

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

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

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

747: l_validation_end_date date;
748: --
749: begin
750: --
751: hr_utility.set_location('Entering:'|| l_proc, 10);
752: --
753: ben_qtr_shd.lck
754: (
755: p_qual_titl_rt_id => p_qual_titl_rt_id

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

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