DBA Data[Home] [Help]

APPS.BEN_QUA_IN_GR_RT_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_qua_in_gr_rt_f.object_version_number%TYPE;
64: --
65: begin
66: --
67: hr_utility.set_location('Entering:'|| l_proc, 10);
68: --
69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_QUA_IN_GR_RT;

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

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

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

243: p_base_table_reference_column => 'RT_QUA_IN_GR_FLAG',
244: p_reference_table => 'BEN_QUA_IN_GR_RT_F',
245: p_reference_table_column => 'VRBL_RT_PRFL_ID');
246: --
247: hr_utility.set_location(l_proc, 60);
248: --
249: -- When in validation only mode raise the Validate_Enabled exception
250: --
251: if p_validate then

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

258: p_effective_start_date := l_effective_start_date;
259: p_effective_end_date := l_effective_end_date;
260: p_object_version_number := l_object_version_number;
261: --
262: hr_utility.set_location(' Leaving:'||l_proc, 70);
263: --
264: exception
265: --
266: when hr_api.validate_enabled then

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

277: p_qua_in_gr_rt_id := null;
278: p_effective_start_date := null;
279: p_effective_end_date := null;
280: p_object_version_number := null;
281: hr_utility.set_location(' Leaving:'||l_proc, 80);
282: --
283: when others then
284: --
285: -- A validation or unexpected error has occured

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

353: l_effective_end_date ben_qua_in_gr_rt_f.effective_end_date%TYPE;
354: --
355: begin
356: --
357: hr_utility.set_location('Entering:'|| l_proc, 10);
358: --
359: -- Issue a savepoint if operating in validation only mode
360: --
361: savepoint update_QUA_IN_GR_RT;

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

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

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

529: -- End of API User Hook for the after hook of update_QUA_IN_GR_RT
530: --
531: end;
532: --
533: hr_utility.set_location(l_proc, 60);
534: --
535: -- When in validation only mode raise the Validate_Enabled exception
536: --
537: if p_validate then

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

543: p_object_version_number := l_object_version_number;
544: p_effective_start_date := l_effective_start_date;
545: p_effective_end_date := l_effective_end_date;
546: --
547: hr_utility.set_location(' Leaving:'||l_proc, 70);
548: --
549: exception
550: --
551: when hr_api.validate_enabled then

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

561: --
562: p_effective_start_date := null;
563: p_effective_end_date := null;
564:
565: hr_utility.set_location(' Leaving:'||l_proc, 80);
566: --
567: when others then
568: --
569: -- A validation or unexpected error has occured

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

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

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

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

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

677: p_base_table_reference_column => 'RT_QUA_IN_GR_FLAG',
678: p_reference_table => 'BEN_QUA_IN_GR_RT_F',
679: p_reference_table_column => 'VRBL_RT_PRFL_ID');
680: --
681: hr_utility.set_location(l_proc, 60);
682: --
683: -- When in validation only mode raise the Validate_Enabled exception
684: --
685: if p_validate then

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

685: if p_validate then
686: raise hr_api.validate_enabled;
687: end if;
688: --
689: hr_utility.set_location(' Leaving:'||l_proc, 70);
690: --
691: exception
692: --
693: 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_qig_shd.lck
747: (
748: p_qua_in_gr_rt_id => p_qua_in_gr_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_QUA_IN_GR_RT_api;