DBA Data[Home] [Help]

APPS.BEN_COMPTNCY_RT_API dependencies on HR_UTILITY

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

64: l_object_version_number ben_comptncy_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_comptncy_rt;

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

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

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

247: p_base_table_reference_column => 'RT_COMPTNCY_FLAG',
248: p_reference_table => 'BEN_COMPTNCY_RT_F',
249: p_reference_table_column => 'VRBL_RT_PRFL_ID');
250: --
251: hr_utility.set_location(l_proc, 60);
252: --
253: -- When in validation only mode raise the Validate_Enabled exception
254: --
255: if p_validate then

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

262: p_effective_start_date := l_effective_start_date;
263: p_effective_end_date := l_effective_end_date;
264: p_object_version_number := l_object_version_number;
265: --
266: hr_utility.set_location(' Leaving:'||l_proc, 70);
267: --
268: exception
269: --
270: when hr_api.validate_enabled then

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

281: p_comptncy_rt_id := null;
282: p_effective_start_date := null;
283: p_effective_end_date := null;
284: p_object_version_number := null;
285: hr_utility.set_location(' Leaving:'||l_proc, 80);
286: --
287: when others then
288: --
289: -- A validation or unexpected error has occured

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

355: l_effective_end_date ben_comptncy_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_comptncy_rt;

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

361: -- Issue a savepoint if operating in validation only mode
362: --
363: savepoint update_comptncy_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_comptncy_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 569: hr_utility.set_location(' Leaving:'||l_proc, 80);

565: -- when validation only mode is being used.)
566: --
567: p_effective_start_date := null;
568: p_effective_end_date := null;
569: hr_utility.set_location(' Leaving:'||l_proc, 80);
570: --
571: when others then
572: --
573: -- A validation or unexpected error has occured

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

600: l_effective_end_date ben_comptncy_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_comptncy_rt;

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

606: -- Issue a savepoint if operating in validation only mode
607: --
608: savepoint delete_comptncy_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 683: hr_utility.set_location(l_proc, 60);

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

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

687: if p_validate then
688: raise hr_api.validate_enabled;
689: end if;
690: --
691: hr_utility.set_location(' Leaving:'||l_proc, 70);
692: --
693: exception
694: --
695: when hr_api.validate_enabled then

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

739: l_validation_end_date date;
740: --
741: begin
742: --
743: hr_utility.set_location('Entering:'|| l_proc, 10);
744: --
745: ben_cty_shd.lck
746: (
747: p_comptncy_rt_id => p_comptncy_rt_id

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

751: ,p_effective_date => p_effective_date
752: ,p_datetrack_mode => p_datetrack_mode
753: );
754: --
755: hr_utility.set_location(' Leaving:'||l_proc, 70);
756: --
757: end lck;
758: --
759: end ben_comptncy_rt_api;