DBA Data[Home] [Help]

APPS.BEN_PARTICIPATION_ELIG_API dependencies on HR_UTILITY

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

80: l_object_version_number ben_prtn_elig_f.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_Participation_Elig;

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

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

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

298: -- End of API User Hook for the after hook of create_Participation_Elig
299: --
300: end;
301: --
302: hr_utility.set_location(l_proc, 60);
303: --
304: -- When in validation only mode raise the Validate_Enabled exception
305: --
306: if p_validate then

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

313: p_effective_start_date := l_effective_start_date;
314: p_effective_end_date := l_effective_end_date;
315: p_object_version_number := l_object_version_number;
316: --
317: hr_utility.set_location(' Leaving:'||l_proc, 70);
318: --
319: exception
320: --
321: when hr_api.validate_enabled then

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

332: p_prtn_elig_id := null;
333: p_effective_start_date := null;
334: p_effective_end_date := null;
335: p_object_version_number := null;
336: hr_utility.set_location(' Leaving:'||l_proc, 80);
337: --
338: when others then
339: --
340: -- A validation or unexpected error has occured

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

342: p_prtn_elig_id := null;
343: p_effective_start_date := null;
344: p_effective_end_date := null;
345: p_object_version_number := null;
346: hr_utility.set_location(' Leaving:'||l_proc, 80);
347: --
348: ROLLBACK TO create_Participation_Elig;
349: raise;
350: --

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

423: l_effective_end_date ben_prtn_elig_f.effective_end_date%TYPE;
424: --
425: begin
426: --
427: hr_utility.set_location('Entering:'|| l_proc, 10);
428: --
429: -- Issue a savepoint if operating in validation only mode
430: --
431: savepoint update_Participation_Elig;

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

429: -- Issue a savepoint if operating in validation only mode
430: --
431: savepoint update_Participation_Elig;
432: --
433: hr_utility.set_location(l_proc, 20);
434: --
435: -- Process Logic
436: --
437: l_object_version_number := p_object_version_number;

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

648: -- End of API User Hook for the after hook of update_Participation_Elig
649: --
650: end;
651: --
652: hr_utility.set_location(l_proc, 60);
653: --
654: -- When in validation only mode raise the Validate_Enabled exception
655: --
656: if p_validate then

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

662: p_object_version_number := l_object_version_number;
663: p_effective_start_date := l_effective_start_date;
664: p_effective_end_date := l_effective_end_date;
665: --
666: hr_utility.set_location(' Leaving:'||l_proc, 70);
667: --
668: exception
669: --
670: when hr_api.validate_enabled then

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

677: -- Only set output warning arguments
678: -- (Any key or derived arguments must be set to null
679: -- when validation only mode is being used.)
680: --
681: hr_utility.set_location(' Leaving:'||l_proc, 80);
682: --
683: when others then
684: --
685: -- A validation or unexpected error has occured

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

686: --
687: p_effective_start_date := null;
688: p_effective_end_date := null;
689: p_object_version_number := l_object_version_number;
690: hr_utility.set_location(' Leaving:'||l_proc, 80);
691: --
692: ROLLBACK TO update_Participation_Elig;
693: raise;
694: --

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

715: l_effective_end_date ben_prtn_elig_f.effective_end_date%TYPE;
716: --
717: begin
718: --
719: hr_utility.set_location('Entering:'|| l_proc, 10);
720: --
721: -- Issue a savepoint if operating in validation only mode
722: --
723: savepoint delete_Participation_Elig;

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

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

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

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

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

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

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

815: --
816: p_effective_start_date := null;
817: p_effective_end_date := null;
818: p_object_version_number := l_object_version_number;
819: hr_utility.set_location(' Leaving:'||l_proc, 80);
820: --
821: ROLLBACK TO delete_Participation_Elig;
822: raise;
823: --

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

843: l_validation_end_date date;
844: --
845: begin
846: --
847: hr_utility.set_location('Entering:'|| l_proc, 10);
848: --
849: ben_epa_shd.lck
850: (p_prtn_elig_id => p_prtn_elig_id
851: ,p_validation_start_date => l_validation_start_date

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

853: ,p_object_version_number => p_object_version_number
854: ,p_effective_date => p_effective_date
855: ,p_datetrack_mode => p_datetrack_mode);
856: --
857: hr_utility.set_location(' Leaving:'||l_proc, 70);
858: --
859: end lck;
860: --
861: end ben_Participation_Elig_api;