DBA Data[Home] [Help]

APPS.BEN_BNFT_POOL_RLOVR_RQMT_API dependencies on HR_UTILITY

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

80: l_object_version_number ben_bnft_pool_rlovr_rqmt_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_Bnft_Pool_Rlovr_Rqmt;

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

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

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

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

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

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

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

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

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

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

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

427: -- Issue a savepoint if operating in validation only mode
428: --
429: savepoint update_Bnft_Pool_Rlovr_Rqmt;
430: --
431: hr_utility.set_location(l_proc, 20);
432: --
433: -- Process Logic
434: --
435: 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_Bnft_Pool_Rlovr_Rqmt
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 714: hr_utility.set_location('Entering:'|| l_proc, 10);

710: l_effective_end_date ben_bnft_pool_rlovr_rqmt_f.effective_end_date%TYPE;
711: --
712: begin
713: --
714: hr_utility.set_location('Entering:'|| l_proc, 10);
715: --
716: -- Issue a savepoint if operating in validation only mode
717: --
718: savepoint delete_Bnft_Pool_Rlovr_Rqmt;

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

716: -- Issue a savepoint if operating in validation only mode
717: --
718: savepoint delete_Bnft_Pool_Rlovr_Rqmt;
719: --
720: hr_utility.set_location(l_proc, 20);
721: --
722: -- Process Logic
723: --
724: 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_Bnft_Pool_Rlovr_Rqmt
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 841: hr_utility.set_location('Entering:'|| l_proc, 10);

837: l_validation_end_date date;
838: --
839: begin
840: --
841: hr_utility.set_location('Entering:'|| l_proc, 10);
842: --
843: ben_bpr_shd.lck
844: (
845: p_bnft_pool_rlovr_rqmt_id => p_bnft_pool_rlovr_rqmt_id

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

849: ,p_effective_date => p_effective_date
850: ,p_datetrack_mode => p_datetrack_mode
851: );
852: --
853: hr_utility.set_location(' Leaving:'||l_proc, 70);
854: --
855: end lck;
856: --
857: end ben_Bnft_Pool_Rlovr_Rqmt_api;