DBA Data[Home] [Help]

APPS.BEN_ELIG_LOS_PRTE_API dependencies on HR_UTILITY

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

65: l_object_version_number ben_elig_los_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_LOS_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_LOS_PRTE;
74: --
75: hr_utility.set_location(l_proc, 20);
76: --
77: -- Process Logic
78: --
79: begin

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

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

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

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

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

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

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

360: l_effective_end_date ben_elig_los_prte_f.effective_end_date%TYPE;
361: --
362: begin
363: --
364: hr_utility.set_location('Entering:'|| l_proc, 10);
365: --
366: -- Issue a savepoint if operating in validation only mode
367: --
368: savepoint update_ELIG_LOS_PRTE;

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

366: -- Issue a savepoint if operating in validation only mode
367: --
368: savepoint update_ELIG_LOS_PRTE;
369: --
370: hr_utility.set_location(l_proc, 20);
371: --
372: -- Process Logic
373: --
374: l_object_version_number := p_object_version_number;

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

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

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

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

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

571: -- Only set output warning arguments
572: -- (Any key or derived arguments must be set to null
573: -- when validation only mode is being used.)
574: --
575: hr_utility.set_location(' Leaving:'||l_proc, 80);
576: --
577: when others then
578: --
579: -- A validation or unexpected error has occured

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

604: l_effective_end_date ben_elig_los_prte_f.effective_end_date%TYPE;
605: --
606: begin
607: --
608: hr_utility.set_location('Entering:'|| l_proc, 10);
609: --
610: -- Issue a savepoint if operating in validation only mode
611: --
612: savepoint delete_ELIG_LOS_PRTE;

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

610: -- Issue a savepoint if operating in validation only mode
611: --
612: savepoint delete_ELIG_LOS_PRTE;
613: --
614: hr_utility.set_location(l_proc, 20);
615: --
616: -- Process Logic
617: --
618: l_object_version_number := p_object_version_number;

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

687: (p_event => 'DELETE',
688: p_eligy_prfl_id => ben_els_shd.g_old_rec.eligy_prfl_id);
689: --
690:
691: hr_utility.set_location(l_proc, 60);
692: --
693: -- When in validation only mode raise the Validate_Enabled exception
694: --
695: if p_validate then

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

695: if p_validate then
696: raise hr_api.validate_enabled;
697: end if;
698: --
699: hr_utility.set_location(' Leaving:'||l_proc, 70);
700: --
701: exception
702: --
703: when hr_api.validate_enabled then

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

745: l_validation_end_date date;
746: --
747: begin
748: --
749: hr_utility.set_location('Entering:'|| l_proc, 10);
750: --
751: ben_els_shd.lck
752: (
753: p_elig_los_prte_id => p_elig_los_prte_id

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

757: ,p_effective_date => p_effective_date
758: ,p_datetrack_mode => p_datetrack_mode
759: );
760: --
761: hr_utility.set_location(' Leaving:'||l_proc, 70);
762: --
763: end lck;
764: --
765: end ben_ELIG_LOS_PRTE_api;