DBA Data[Home] [Help]

APPS.BEN_CNTNG_PRTN_PRFL_RT_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_cntng_prtn_prfl_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_cntng_prtn_prfl_rt;

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

70: -- Issue a savepoint if operating in validation only mode
71: --
72: savepoint create_cntng_prtn_prfl_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_CNTNG_PRTN_PRFL_FLAG',
247: p_reference_table => 'BEN_CNTNG_PRTN_PRFL_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_cntng_prtn_prfl_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 359: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

563: -- Only set output warning arguments
564: -- (Any key or derived arguments must be set to null
565: -- when validation only mode is being used.)
566: --
567: hr_utility.set_location(' Leaving:'||l_proc, 80);
568: --
569: when others then
570: --
571: -- A validation or unexpected error has occured

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

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

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

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

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

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

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

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