DBA Data[Home] [Help]

APPS.BEN_ENRT_PREM_API dependencies on HR_UTILITY

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

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

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

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

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

241: -- End of API User Hook for the after hook of create_enrt_prem
242: --
243: end;
244: --
245: hr_utility.set_location(l_proc, 60);
246: --
247: -- When in validation only mode raise the Validate_Enabled exception
248: --
249: if p_validate then

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

254: --
255: p_enrt_prem_id := l_enrt_prem_id;
256: p_object_version_number := l_object_version_number;
257: --
258: hr_utility.set_location(' Leaving:'||l_proc, 70);
259: --
260: exception
261: --
262: when hr_api.validate_enabled then

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

271: -- when validation only mode is being used.)
272: --
273: p_enrt_prem_id := null;
274: p_object_version_number := null;
275: hr_utility.set_location(' Leaving:'||l_proc, 80);
276: --
277: when others then
278: --
279: -- A validation or unexpected error has occured

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

344: l_object_version_number ben_enrt_prem.object_version_number%TYPE;
345: --
346: begin
347: --
348: hr_utility.set_location('Entering:'|| l_proc, 10);
349: --
350: -- Issue a savepoint if operating in validation only mode
351: --
352: savepoint update_enrt_prem;

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

350: -- Issue a savepoint if operating in validation only mode
351: --
352: savepoint update_enrt_prem;
353: --
354: hr_utility.set_location(l_proc, 20);
355: --
356: -- Process Logic
357: --
358: l_object_version_number := p_object_version_number;

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

525: -- End of API User Hook for the after hook of update_enrt_prem
526: --
527: end;
528: --
529: hr_utility.set_location(l_proc, 60);
530: --
531: -- When in validation only mode raise the Validate_Enabled exception
532: --
533: if p_validate then

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

537: -- Set all output arguments
538: --
539: p_object_version_number := l_object_version_number;
540: --
541: hr_utility.set_location(' Leaving:'||l_proc, 70);
542: --
543: exception
544: --
545: when hr_api.validate_enabled then

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

552: -- Only set output warning arguments
553: -- (Any key or derived arguments must be set to null
554: -- when validation only mode is being used.)
555: --
556: hr_utility.set_location(' Leaving:'||l_proc, 80);
557: --
558: when others then
559: --
560: -- A validation or unexpected error has occured

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

579: l_object_version_number ben_enrt_prem.object_version_number%TYPE;
580: --
581: begin
582: --
583: hr_utility.set_location('Entering:'|| l_proc, 10);
584: --
585: -- Issue a savepoint if operating in validation only mode
586: --
587: savepoint delete_enrt_prem;

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

585: -- Issue a savepoint if operating in validation only mode
586: --
587: savepoint delete_enrt_prem;
588: --
589: hr_utility.set_location(l_proc, 20);
590: --
591: -- Process Logic
592: --
593: l_object_version_number := p_object_version_number;

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

638: -- End of API User Hook for the after hook of delete_enrt_prem
639: --
640: end;
641: --
642: hr_utility.set_location(l_proc, 60);
643: --
644: -- When in validation only mode raise the Validate_Enabled exception
645: --
646: if p_validate then

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

646: if p_validate then
647: raise hr_api.validate_enabled;
648: end if;
649: --
650: hr_utility.set_location(' Leaving:'||l_proc, 70);
651: --
652: exception
653: --
654: when hr_api.validate_enabled then

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

688: l_proc varchar2(72) := g_package||'lck';
689: --
690: begin
691: --
692: hr_utility.set_location('Entering:'|| l_proc, 10);
693: --
694: ben_epr_shd.lck
695: (
696: p_enrt_prem_id => p_enrt_prem_id

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

696: p_enrt_prem_id => p_enrt_prem_id
697: ,p_object_version_number => p_object_version_number
698: );
699: --
700: hr_utility.set_location(' Leaving:'||l_proc, 70);
701: --
702: end lck;
703: --
704: end ben_enrt_prem_api;