DBA Data[Home] [Help]

APPS.BEN_ENRT_BNFT_API dependencies on HR_UTILITY

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

80: l_object_version_number ben_enrt_bnft.object_version_number%TYPE;
81: --
82: begin
83: --
84: hr_utility.set_location('Entering:'|| l_proc, 10);
85: --
86: -- Issue a savepoint if operating in validation only mode
87: --
88: savepoint create_enrt_bnft;

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

86: -- Issue a savepoint if operating in validation only mode
87: --
88: savepoint create_enrt_bnft;
89: --
90: hr_utility.set_location(l_proc, 20);
91: --
92: -- Process Logic
93: --
94: begin

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

310: -- End of API User Hook for the after hook of create_enrt_bnft
311: --
312: end;
313: --
314: hr_utility.set_location(l_proc, 60);
315: --
316: -- When in validation only mode raise the Validate_Enabled exception
317: --
318: if p_validate then

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

323: --
324: p_enrt_bnft_id := l_enrt_bnft_id;
325: p_object_version_number := l_object_version_number;
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 70);
328: --
329: exception
330: --
331: when hr_api.validate_enabled then

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

340: -- when validation only mode is being used.)
341: --
342: p_enrt_bnft_id := null;
343: p_object_version_number := null;
344: hr_utility.set_location(' Leaving:'||l_proc, 80);
345: --
346: when others then
347: --
348: -- A validation or unexpected error has occured

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

429: l_object_version_number ben_enrt_bnft.object_version_number%TYPE;
430: --
431: begin
432: --
433: hr_utility.set_location('Entering:'|| l_proc, 10);
434: --
435: -- Issue a savepoint if operating in validation only mode
436: --
437: savepoint update_enrt_bnft;

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

435: -- Issue a savepoint if operating in validation only mode
436: --
437: savepoint update_enrt_bnft;
438: --
439: hr_utility.set_location(l_proc, 20);
440: --
441: -- Process Logic
442: --
443: l_object_version_number := p_object_version_number;

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

661: -- End of API User Hook for the after hook of update_enrt_bnft
662: --
663: end;
664: --
665: hr_utility.set_location(l_proc, 60);
666: --
667: -- When in validation only mode raise the Validate_Enabled exception
668: --
669: if p_validate then

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

673: -- Set all output arguments
674: --
675: p_object_version_number := l_object_version_number;
676: --
677: hr_utility.set_location(' Leaving:'||l_proc, 70);
678: --
679: exception
680: --
681: when hr_api.validate_enabled then

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

688: -- Only set output warning arguments
689: -- (Any key or derived arguments must be set to null
690: -- when validation only mode is being used.)
691: --
692: hr_utility.set_location(' Leaving:'||l_proc, 80);
693: --
694: when others then
695: --
696: -- A validation or unexpected error has occured

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

717: l_object_version_number ben_enrt_bnft.object_version_number%TYPE;
718: --
719: begin
720: --
721: hr_utility.set_location('Entering:'|| l_proc, 10);
722: --
723: -- Issue a savepoint if operating in validation only mode
724: --
725: savepoint delete_enrt_bnft;

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

723: -- Issue a savepoint if operating in validation only mode
724: --
725: savepoint delete_enrt_bnft;
726: --
727: hr_utility.set_location(l_proc, 20);
728: --
729: -- Process Logic
730: --
731: l_object_version_number := p_object_version_number;

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

779: -- End of API User Hook for the after hook of delete_enrt_bnft
780: --
781: end;
782: --
783: hr_utility.set_location(l_proc, 60);
784: --
785: -- When in validation only mode raise the Validate_Enabled exception
786: --
787: if p_validate then

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

787: if p_validate then
788: raise hr_api.validate_enabled;
789: end if;
790: --
791: hr_utility.set_location(' Leaving:'||l_proc, 70);
792: --
793: exception
794: --
795: when hr_api.validate_enabled then

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

831: l_proc varchar2(72) := g_package||'lck';
832: --
833: begin
834: --
835: hr_utility.set_location('Entering:'|| l_proc, 10);
836: --
837: ben_enb_shd.lck
838: (
839: p_enrt_bnft_id => p_enrt_bnft_id

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

839: p_enrt_bnft_id => p_enrt_bnft_id
840: ,p_object_version_number => p_object_version_number
841: );
842: --
843: hr_utility.set_location(' Leaving:'||l_proc, 70);
844: --
845: end lck;
846: --
847: end ben_enrt_bnft_api;