DBA Data[Home] [Help]

APPS.BEN_TTL_CVG_VOL_RT_API dependencies on HR_UTILITY

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

68: l_object_version_number ben_ttl_cvg_vol_rt_f.object_version_number%TYPE;
69: --
70: begin
71: --
72: hr_utility.set_location('Entering:'|| l_proc, 10);
73: --
74: -- Issue a savepoint if operating in validation only mode
75: --
76: savepoint create_ttl_cvg_vol_rt;

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

74: -- Issue a savepoint if operating in validation only mode
75: --
76: savepoint create_ttl_cvg_vol_rt;
77: --
78: hr_utility.set_location(l_proc, 20);
79: --
80: -- Process Logic
81: --
82: begin

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

262: p_base_table_reference_column => 'RT_TTL_CVG_VOL_FLAG',
263: p_reference_table => 'BEN_TTL_CVG_VOL_RT_F',
264: p_reference_table_column => 'VRBL_RT_PRFL_ID');
265: --
266: hr_utility.set_location(l_proc, 60);
267: --
268: -- When in validation only mode raise the Validate_Enabled exception
269: --
270: if p_validate then

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

277: p_effective_start_date := l_effective_start_date;
278: p_effective_end_date := l_effective_end_date;
279: p_object_version_number := l_object_version_number;
280: --
281: hr_utility.set_location(' Leaving:'||l_proc, 70);
282: --
283: exception
284: --
285: when hr_api.validate_enabled then

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

296: p_ttl_cvg_vol_rt_id := null;
297: p_effective_start_date := null;
298: p_effective_end_date := null;
299: p_object_version_number := null;
300: hr_utility.set_location(' Leaving:'||l_proc, 80);
301: --
302: when others then
303: --
304: -- A validation or unexpected error has occured

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

308: p_ttl_cvg_vol_rt_id := null;
309: p_effective_start_date := null;
310: p_effective_end_date := null;
311: p_object_version_number := null;
312: hr_utility.set_location(' Leaving:'||l_proc, 80);
313: --
314: raise;
315: --
316: end create_ttl_cvg_vol_rt;

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

377: l_effective_end_date ben_ttl_cvg_vol_rt_f.effective_end_date%TYPE;
378: --
379: begin
380: --
381: hr_utility.set_location('Entering:'|| l_proc, 10);
382: --
383: -- Issue a savepoint if operating in validation only mode
384: --
385: savepoint update_ttl_cvg_vol_rt;

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

383: -- Issue a savepoint if operating in validation only mode
384: --
385: savepoint update_ttl_cvg_vol_rt;
386: --
387: hr_utility.set_location(l_proc, 20);
388: --
389: -- Process Logic
390: --
391: l_object_version_number := p_object_version_number;

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

568: -- End of API User Hook for the after hook of update_ttl_cvg_vol_rt
569: --
570: end;
571: --
572: hr_utility.set_location(l_proc, 60);
573: --
574: -- When in validation only mode raise the Validate_Enabled exception
575: --
576: if p_validate then

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

582: p_object_version_number := l_object_version_number;
583: p_effective_start_date := l_effective_start_date;
584: p_effective_end_date := l_effective_end_date;
585: --
586: hr_utility.set_location(' Leaving:'||l_proc, 70);
587: --
588: exception
589: --
590: when hr_api.validate_enabled then

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

597: -- Only set output warning arguments
598: -- (Any key or derived arguments must be set to null
599: -- when validation only mode is being used.)
600: --
601: hr_utility.set_location(' Leaving:'||l_proc, 80);
602: --
603: when others then
604: --
605: -- A validation or unexpected error has occured

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

608: --
609: p_effective_start_date := null;
610: p_effective_end_date := null;
611: p_object_version_number := l_object_version_number;
612: hr_utility.set_location(' Leaving:'||l_proc, 80);
613: --
614: raise;
615: --
616: end update_ttl_cvg_vol_rt;

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

636: l_effective_end_date ben_ttl_cvg_vol_rt_f.effective_end_date%TYPE;
637: --
638: begin
639: --
640: hr_utility.set_location('Entering:'|| l_proc, 10);
641: --
642: -- Issue a savepoint if operating in validation only mode
643: --
644: savepoint delete_ttl_cvg_vol_rt;

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

642: -- Issue a savepoint if operating in validation only mode
643: --
644: savepoint delete_ttl_cvg_vol_rt;
645: --
646: hr_utility.set_location(l_proc, 20);
647: --
648: -- Process Logic
649: --
650: l_object_version_number := p_object_version_number;

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

714: p_base_table_reference_column => 'RT_TTL_CVG_VOL_FLAG',
715: p_reference_table => 'BEN_TTL_CVG_VOL_RT_F',
716: p_reference_table_column => 'VRBL_RT_PRFL_ID');
717: --
718: hr_utility.set_location(l_proc, 60);
719: --
720: -- When in validation only mode raise the Validate_Enabled exception
721: --
722: if p_validate then

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

722: if p_validate then
723: raise hr_api.validate_enabled;
724: end if;
725: --
726: hr_utility.set_location(' Leaving:'||l_proc, 70);
727: --
728: exception
729: --
730: when hr_api.validate_enabled then

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

749: --
750: p_effective_start_date := null;
751: p_effective_end_date := null;
752: p_object_version_number := l_object_version_number;
753: hr_utility.set_location(' Leaving:'||l_proc, 80);
754: --
755: raise;
756: --
757: end delete_ttl_cvg_vol_rt;

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

778: l_validation_end_date date;
779: --
780: begin
781: --
782: hr_utility.set_location('Entering:'|| l_proc, 10);
783: --
784: ben_tcv_shd.lck
785: (
786: p_ttl_cvg_vol_rt_id => p_ttl_cvg_vol_rt_id

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

790: ,p_effective_date => p_effective_date
791: ,p_datetrack_mode => p_datetrack_mode
792: );
793: --
794: hr_utility.set_location(' Leaving:'||l_proc, 70);
795: --
796: end lck;
797: --
798: end ben_ttl_cvg_vol_rt_api;