DBA Data[Home] [Help]

APPS.BEN_PGM_OR_PL_YR_PERD_API dependencies on HR_UTILITY

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

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

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

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

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

237: -- End of API User Hook for the after hook of create_pgm_or_pl_yr_perd
238: --
239: end;
240: --
241: hr_utility.set_location(l_proc, 60);
242: --
243: -- When in validation only mode raise the Validate_Enabled exception
244: --
245: if p_validate then

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

250: --
251: p_yr_perd_id := l_yr_perd_id;
252: p_object_version_number := l_object_version_number;
253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 70);
255: --
256: exception
257: --
258: when hr_api.validate_enabled then

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

267: -- when validation only mode is being used.)
268: --
269: p_yr_perd_id := null;
270: p_object_version_number := null;
271: hr_utility.set_location(' Leaving:'||l_proc, 80);
272: --
273: when others then
274: --
275: -- A validation or unexpected error has occured

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

336: l_object_version_number ben_yr_perd.object_version_number%TYPE;
337: --
338: begin
339: --
340: hr_utility.set_location('Entering:'|| l_proc, 10);
341: --
342: -- Issue a savepoint if operating in validation only mode
343: --
344: savepoint update_pgm_or_pl_yr_perd;

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

342: -- Issue a savepoint if operating in validation only mode
343: --
344: savepoint update_pgm_or_pl_yr_perd;
345: --
346: hr_utility.set_location(l_proc, 20);
347: --
348: -- Process Logic
349: --
350: l_object_version_number := p_object_version_number;

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

514: -- End of API User Hook for the after hook of update_pgm_or_pl_yr_perd
515: --
516: end;
517: --
518: hr_utility.set_location(l_proc, 60);
519: --
520: -- When in validation only mode raise the Validate_Enabled exception
521: --
522: if p_validate then

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

526: -- Set all output arguments
527: --
528: p_object_version_number := l_object_version_number;
529: --
530: hr_utility.set_location(' Leaving:'||l_proc, 70);
531: --
532: exception
533: --
534: when hr_api.validate_enabled then

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

541: -- Only set output warning arguments
542: -- (Any key or derived arguments must be set to null
543: -- when validation only mode is being used.)
544: --
545: hr_utility.set_location(' Leaving:'||l_proc, 80);
546: --
547: when others then
548: --
549: -- A validation or unexpected error has occured

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

569: l_object_version_number ben_yr_perd.object_version_number%TYPE;
570: --
571: begin
572: --
573: hr_utility.set_location('Entering:'|| l_proc, 10);
574: --
575: -- Issue a savepoint if operating in validation only mode
576: --
577: savepoint delete_pgm_or_pl_yr_perd;

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

575: -- Issue a savepoint if operating in validation only mode
576: --
577: savepoint delete_pgm_or_pl_yr_perd;
578: --
579: hr_utility.set_location(l_proc, 20);
580: --
581: -- Process Logic
582: --
583: l_object_version_number := p_object_version_number;

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

631: -- End of API User Hook for the after hook of delete_pgm_or_pl_yr_perd
632: --
633: end;
634: --
635: hr_utility.set_location(l_proc, 60);
636: --
637: -- When in validation only mode raise the Validate_Enabled exception
638: --
639: if p_validate then

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

639: if p_validate then
640: raise hr_api.validate_enabled;
641: end if;
642: --
643: hr_utility.set_location(' Leaving:'||l_proc, 70);
644: --
645: exception
646: --
647: when hr_api.validate_enabled then

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

681: l_proc varchar2(72) := g_package||'lck';
682: --
683: begin
684: --
685: hr_utility.set_location('Entering:'|| l_proc, 10);
686: --
687: ben_yrp_shd.lck
688: (
689: p_yr_perd_id => p_yr_perd_id

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

689: p_yr_perd_id => p_yr_perd_id
690: ,p_object_version_number => p_object_version_number
691: );
692: --
693: hr_utility.set_location(' Leaving:'||l_proc, 70);
694: --
695: end lck;
696: --
697: end ben_pgm_or_pl_yr_perd_api;