DBA Data[Home] [Help]

APPS.BEN_POPL_ACTION_TYPE_API dependencies on HR_UTILITY

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

66: l_object_version_number ben_popl_actn_typ_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_POPL_ACTION_TYPE;

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

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

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

245: -- End of API User Hook for the after hook of create_POPL_ACTION_TYPE
246: --
247: end;
248: --
249: hr_utility.set_location(l_proc, 60);
250: --
251: -- When in validation only mode raise the Validate_Enabled exception
252: --
253: if p_validate then

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

260: p_effective_start_date := l_effective_start_date;
261: p_effective_end_date := l_effective_end_date;
262: p_object_version_number := l_object_version_number;
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 70);
265: --
266: exception
267: --
268: when hr_api.validate_enabled then

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

279: p_popl_actn_typ_id := null;
280: p_effective_start_date := null;
281: p_effective_end_date := null;
282: p_object_version_number := null;
283: hr_utility.set_location(' Leaving:'||l_proc, 80);
284: --
285: when others then
286: --
287: -- A validation or unexpected error has occured

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

682: -- End of API User Hook for the after hook of delete_POPL_ACTION_TYPE
683: --
684: end;
685: --
686: hr_utility.set_location(l_proc, 60);
687: --
688: -- When in validation only mode raise the Validate_Enabled exception
689: --
690: if p_validate then

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

690: if p_validate then
691: raise hr_api.validate_enabled;
692: end if;
693: --
694: hr_utility.set_location(' Leaving:'||l_proc, 70);
695: --
696: exception
697: --
698: 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_pat_shd.lck
752: (
753: p_popl_actn_typ_id => p_popl_actn_typ_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_POPL_ACTION_TYPE_api;