DBA Data[Home] [Help]

APPS.BEN_ELIG_CMBN_AGE_LOS_API dependencies on HR_UTILITY

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

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

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

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

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

259: (p_event => 'CREATE',
260: p_eligy_prfl_id => p_eligy_prfl_id);
261: --
262:
263: hr_utility.set_location(l_proc, 60);
264: --
265: -- When in validation only mode raise the Validate_Enabled exception
266: --
267: if p_validate then

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

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

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

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

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

303: p_elig_cmbn_age_los_prte_id := null;
304: p_effective_start_date := null;
305: p_effective_end_date := null;
306: p_object_version_number := null;
307: hr_utility.set_location(' Leaving:'||l_proc, 80);
308: --
309: ROLLBACK TO create_ELIG_CMBN_AGE_LOS;
310: raise;
311: --

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

371: l_effective_end_date ben_elig_cmbn_age_los_prte_f.effective_end_date%TYPE;
372: --
373: begin
374: --
375: hr_utility.set_location('Entering:'|| l_proc, 10);
376: --
377: -- Issue a savepoint if operating in validation only mode
378: --
379: savepoint update_ELIG_CMBN_AGE_LOS;

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

377: -- Issue a savepoint if operating in validation only mode
378: --
379: savepoint update_ELIG_CMBN_AGE_LOS;
380: --
381: hr_utility.set_location(l_proc, 20);
382: --
383: -- Process Logic
384: --
385: l_object_version_number := p_object_version_number;

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

556: -- End of API User Hook for the after hook of update_ELIG_CMBN_AGE_LOS
557: --
558: end;
559: --
560: hr_utility.set_location(l_proc, 60);
561: --
562: -- When in validation only mode raise the Validate_Enabled exception
563: --
564: if p_validate then

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

570: p_object_version_number := l_object_version_number;
571: p_effective_start_date := l_effective_start_date;
572: p_effective_end_date := l_effective_end_date;
573: --
574: hr_utility.set_location(' Leaving:'||l_proc, 70);
575: --
576: exception
577: --
578: when hr_api.validate_enabled then

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

585: -- Only set output warning arguments
586: -- (Any key or derived arguments must be set to null
587: -- when validation only mode is being used.)
588: --
589: hr_utility.set_location(' Leaving:'||l_proc, 80);
590: --
591: when others then
592: --
593: -- A validation or unexpected error has occured

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

594: --
595: p_effective_start_date := null;
596: p_effective_end_date := null;
597: p_object_version_number := l_object_version_number;
598: hr_utility.set_location(' Leaving:'||l_proc, 80);
599: --
600: ROLLBACK TO update_ELIG_CMBN_AGE_LOS;
601: raise;
602: --

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

623: l_effective_end_date ben_elig_cmbn_age_los_prte_f.effective_end_date%TYPE;
624: --
625: begin
626: --
627: hr_utility.set_location('Entering:'|| l_proc, 10);
628: --
629: -- Issue a savepoint if operating in validation only mode
630: --
631: savepoint delete_ELIG_CMBN_AGE_LOS;

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

629: -- Issue a savepoint if operating in validation only mode
630: --
631: savepoint delete_ELIG_CMBN_AGE_LOS;
632: --
633: hr_utility.set_location(l_proc, 20);
634: --
635: -- Process Logic
636: --
637: l_object_version_number := p_object_version_number;

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

706: (p_event => 'DELETE',
707: p_eligy_prfl_id => ben_ecp_shd.g_old_rec.eligy_prfl_id);
708: --
709:
710: hr_utility.set_location(l_proc, 60);
711: --
712: -- When in validation only mode raise the Validate_Enabled exception
713: --
714: if p_validate then

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

714: if p_validate then
715: raise hr_api.validate_enabled;
716: end if;
717: --
718: hr_utility.set_location(' Leaving:'||l_proc, 70);
719: --
720: exception
721: --
722: when hr_api.validate_enabled then

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

739: --
740: p_effective_start_date := null;
741: p_effective_end_date := null;
742: p_object_version_number := l_object_version_number;
743: hr_utility.set_location(' Leaving:'||l_proc, 80);
744: --
745: ROLLBACK TO delete_ELIG_CMBN_AGE_LOS;
746: raise;
747: --

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

769: l_validation_end_date date;
770: --
771: begin
772: --
773: hr_utility.set_location('Entering:'|| l_proc, 10);
774: --
775: ben_ecp_shd.lck
776: (
777: p_elig_cmbn_age_los_prte_id => p_elig_cmbn_age_los_prte_id

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

781: ,p_effective_date => p_effective_date
782: ,p_datetrack_mode => p_datetrack_mode
783: );
784: --
785: hr_utility.set_location(' Leaving:'||l_proc, 70);
786: --
787: end lck;
788: --
789: end ben_ELIG_CMBN_AGE_LOS_api;