DBA Data[Home] [Help]

APPS.BEN_ELIG_AGE_PRTE_API dependencies on HR_UTILITY

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

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

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

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

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

254: ben_derivable_factor.derivable_factor_handler
255: (p_event => 'CREATE',
256: p_eligy_prfl_id => p_eligy_prfl_id);
257: --
258: hr_utility.set_location(l_proc, 60);
259: --
260: -- When in validation only mode raise the Validate_Enabled exception
261: --
262: if p_validate then

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

269: p_effective_start_date := l_effective_start_date;
270: p_effective_end_date := l_effective_end_date;
271: p_object_version_number := l_object_version_number;
272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 70);
274: --
275: exception
276: --
277: when hr_api.validate_enabled then

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

288: p_elig_age_prte_id := null;
289: p_effective_start_date := null;
290: p_effective_end_date := null;
291: p_object_version_number := null;
292: hr_utility.set_location(' Leaving:'||l_proc, 80);
293: --
294: when others then
295: --
296: -- A validation or unexpected error has occured

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

363: l_effective_end_date ben_elig_age_prte_f.effective_end_date%TYPE;
364: --
365: begin
366: --
367: hr_utility.set_location('Entering:'|| l_proc, 10);
368: --
369: -- Issue a savepoint if operating in validation only mode
370: --
371: savepoint update_ELIG_AGE_PRTE;

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

369: -- Issue a savepoint if operating in validation only mode
370: --
371: savepoint update_ELIG_AGE_PRTE;
372: --
373: hr_utility.set_location(l_proc, 20);
374: --
375: -- Process Logic
376: --
377: l_object_version_number := p_object_version_number;

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

545: -- End of API User Hook for the after hook of update_ELIG_AGE_PRTE
546: --
547: end;
548: --
549: hr_utility.set_location(l_proc, 60);
550: --
551: -- When in validation only mode raise the Validate_Enabled exception
552: --
553: if p_validate then

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

559: p_object_version_number := l_object_version_number;
560: p_effective_start_date := l_effective_start_date;
561: p_effective_end_date := l_effective_end_date;
562: --
563: hr_utility.set_location(' Leaving:'||l_proc, 70);
564: --
565: exception
566: --
567: when hr_api.validate_enabled then

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

576: -- when validation only mode is being used.)
577: --
578: p_effective_start_date := null;
579: p_effective_end_date := null;
580: hr_utility.set_location(' Leaving:'||l_proc, 80);
581: --
582: when others then
583: --
584: -- A validation or unexpected error has occured

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

611: l_effective_end_date ben_elig_age_prte_f.effective_end_date%TYPE;
612: --
613: begin
614: --
615: hr_utility.set_location('Entering:'|| l_proc, 10);
616: --
617: -- Issue a savepoint if operating in validation only mode
618: --
619: savepoint delete_ELIG_AGE_PRTE;

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

617: -- Issue a savepoint if operating in validation only mode
618: --
619: savepoint delete_ELIG_AGE_PRTE;
620: --
621: hr_utility.set_location(l_proc, 20);
622: --
623: -- Process Logic
624: --
625: l_object_version_number := p_object_version_number;

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

693: ben_derivable_factor.derivable_factor_handler
694: (p_event => 'DELETE',
695: p_eligy_prfl_id => ben_eap_shd.g_old_rec.eligy_prfl_id);
696: --
697: hr_utility.set_location(l_proc, 60);
698: --
699: -- When in validation only mode raise the Validate_Enabled exception
700: --
701: if p_validate then

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

701: if p_validate then
702: raise hr_api.validate_enabled;
703: end if;
704: --
705: hr_utility.set_location(' Leaving:'||l_proc, 70);
706: --
707: exception
708: --
709: when hr_api.validate_enabled then

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

753: l_validation_end_date date;
754: --
755: begin
756: --
757: hr_utility.set_location('Entering:'|| l_proc, 10);
758: --
759: ben_eap_shd.lck
760: (
761: p_elig_age_prte_id => p_elig_age_prte_id

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

765: ,p_effective_date => p_effective_date
766: ,p_datetrack_mode => p_datetrack_mode
767: );
768: --
769: hr_utility.set_location(' Leaving:'||l_proc, 70);
770: --
771: end lck;
772: --
773: end ben_ELIG_AGE_PRTE_api;