DBA Data[Home] [Help]

APPS.BEN_JOB_RT_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_job_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_JOB_RT;

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

69: -- Issue a savepoint if operating in validation only mode
70: --
71: savepoint create_JOB_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_JOB_FLAG',
244: p_reference_table => 'BEN_JOB_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_job_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 356: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

557: -- Only set output warning arguments
558: -- (Any key or derived arguments must be set to null
559: -- when validation only mode is being used.)
560: --
561: hr_utility.set_location(' Leaving:'||l_proc, 80);
562: --
563: when others then
564: --
565: -- A validation or unexpected error has occured

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

595: l_effective_end_date ben_job_rt_f.effective_end_date%TYPE;
596: --
597: begin
598: --
599: hr_utility.set_location('Entering:'|| l_proc, 10);
600: --
601: -- Issue a savepoint if operating in validation only mode
602: --
603: savepoint delete_JOB_RT;

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

601: -- Issue a savepoint if operating in validation only mode
602: --
603: savepoint delete_JOB_RT;
604: --
605: hr_utility.set_location(l_proc, 20);
606: --
607: -- Process Logic
608: --
609: l_object_version_number := p_object_version_number;

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

673: p_base_table_reference_column => 'RT_JOB_FLAG',
674: p_reference_table => 'BEN_JOB_RT_F',
675: p_reference_table_column => 'VRBL_RT_PRFL_ID');
676: --
677: hr_utility.set_location(l_proc, 60);
678: --
679: -- When in validation only mode raise the Validate_Enabled exception
680: --
681: if p_validate then

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

681: if p_validate then
682: raise hr_api.validate_enabled;
683: end if;
684: --
685: hr_utility.set_location(' Leaving:'||l_proc, 70);
686: --
687: exception
688: --
689: when hr_api.validate_enabled then

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

735: l_validation_end_date date;
736: --
737: begin
738: --
739: hr_utility.set_location('Entering:'|| l_proc, 10);
740: --
741: ben_jrt_shd.lck
742: (
743: p_job_rt_id => p_job_rt_id

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

747: ,p_effective_date => p_effective_date
748: ,p_datetrack_mode => p_datetrack_mode
749: );
750: --
751: hr_utility.set_location(' Leaving:'||l_proc, 70);
752: --
753: end lck;
754: --
755: end ben_JOB_RT_api;