DBA Data[Home] [Help]

APPS.BEN_HRS_WKD_IN_PERIOD_RT_API dependencies on HR_UTILITY

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

63: l_object_version_number ben_hrs_wkd_in_perd_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_HRS_WKD_IN_PERIOD_RT;

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

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

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

247: ben_derivable_rate.derivable_rate_handler
248: (p_event =>'CREATE',
249: p_vrbl_rt_prfl_id =>p_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_hrs_wkd_in_perd_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_hrs_wkd_in_perd_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_HRS_WKD_IN_PERIOD_RT;

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

361: -- Issue a savepoint if operating in validation only mode
362: --
363: savepoint update_HRS_WKD_IN_PERIOD_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 535: hr_utility.set_location(l_proc, 60);

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

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

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

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

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

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

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

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

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

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

678: ben_derivable_rate.derivable_rate_handler
679: (p_event =>'DELETE',
680: p_vrbl_rt_prfl_id =>ben_hwr_shd.g_old_rec.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 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_hwr_shd.lck
746: (
747: p_hrs_wkd_in_perd_rt_id => p_hrs_wkd_in_perd_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_HRS_WKD_IN_PERIOD_RT_api;