DBA Data[Home] [Help]

APPS.BEN_CVG_AMT_CALC_API dependencies on HR_UTILITY

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

86: l_object_version_number ben_cvg_amt_calc_mthd_f.object_version_number%TYPE;
87: --
88: begin
89: --
90: hr_utility.set_location('Entering:'|| l_proc, 10);
91: --
92: -- Issue a savepoint if operating in validation only mode
93: --
94: savepoint create_Cvg_Amt_Calc;

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

92: -- Issue a savepoint if operating in validation only mode
93: --
94: savepoint create_Cvg_Amt_Calc;
95: --
96: hr_utility.set_location(l_proc, 20);
97: --
98: -- Process Logic
99: --
100: begin

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

324: -- End of API User Hook for the after hook of create_Cvg_Amt_Calc
325: --
326: end;
327: --
328: hr_utility.set_location(l_proc, 60);
329: --
330: -- When in validation only mode raise the Validate_Enabled exception
331: --
332: if p_validate then

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

339: p_effective_start_date := l_effective_start_date;
340: p_effective_end_date := l_effective_end_date;
341: p_object_version_number := l_object_version_number;
342: --
343: hr_utility.set_location(' Leaving:'||l_proc, 70);
344: --
345: exception
346: --
347: when hr_api.validate_enabled then

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

358: p_cvg_amt_calc_mthd_id := null;
359: p_effective_start_date := null;
360: p_effective_end_date := null;
361: p_object_version_number := null;
362: hr_utility.set_location(' Leaving:'||l_proc, 80);
363: --
364: when others then
365: --
366: -- A validation or unexpected error has occured

Line 374: hr_utility.set_location(' Leaving:'||l_proc, 90);

370: p_cvg_amt_calc_mthd_id := null;
371: p_effective_start_date := null;
372: p_effective_end_date := null;
373: p_object_version_number := null ;
374: hr_utility.set_location(' Leaving:'||l_proc, 90);
375: raise;
376: --
377: end create_Cvg_Amt_Calc;
378: -- ----------------------------------------------------------------------------

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

456: l_effective_end_date ben_cvg_amt_calc_mthd_f.effective_end_date%TYPE;
457: --
458: begin
459: --
460: hr_utility.set_location('Entering:'|| l_proc, 10);
461: --
462: -- Issue a savepoint if operating in validation only mode
463: --
464: savepoint update_Cvg_Amt_Calc;

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

462: -- Issue a savepoint if operating in validation only mode
463: --
464: savepoint update_Cvg_Amt_Calc;
465: --
466: hr_utility.set_location(l_proc, 20);
467: --
468: -- Process Logic
469: --
470: l_object_version_number := p_object_version_number;

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

702: -- End of API User Hook for the after hook of update_Cvg_Amt_Calc
703: --
704: end;
705: --
706: hr_utility.set_location(l_proc, 60);
707: --
708: -- When in validation only mode raise the Validate_Enabled exception
709: --
710: if p_validate then

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

716: p_object_version_number := l_object_version_number;
717: p_effective_start_date := l_effective_start_date;
718: p_effective_end_date := l_effective_end_date;
719: --
720: hr_utility.set_location(' Leaving:'||l_proc, 70);
721: --
722: exception
723: --
724: when hr_api.validate_enabled then

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

731: -- Only set output warning arguments
732: -- (Any key or derived arguments must be set to null
733: -- when validation only mode is being used.)
734: --
735: hr_utility.set_location(' Leaving:'||l_proc, 80);
736: --
737: when others then
738: --
739: -- A validation or unexpected error has occured

Line 746: hr_utility.set_location(' Leaving:'||l_proc, 90);

742: -- NOCOPY Changes
743: p_effective_start_date := null;
744: p_effective_end_date := null;
745: p_object_version_number := l_object_version_number ;
746: hr_utility.set_location(' Leaving:'||l_proc, 90);
747: raise;
748: --
749: end update_Cvg_Amt_Calc;
750: -- ----------------------------------------------------------------------------

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

768: l_effective_end_date ben_cvg_amt_calc_mthd_f.effective_end_date%TYPE;
769: --
770: begin
771: --
772: hr_utility.set_location('Entering:'|| l_proc, 10);
773: --
774: -- Issue a savepoint if operating in validation only mode
775: --
776: savepoint delete_Cvg_Amt_Calc;

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

774: -- Issue a savepoint if operating in validation only mode
775: --
776: savepoint delete_Cvg_Amt_Calc;
777: --
778: hr_utility.set_location(l_proc, 20);
779: --
780: -- Process Logic
781: --
782: l_object_version_number := p_object_version_number;

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

835: -- End of API User Hook for the after hook of delete_Cvg_Amt_Calc
836: --
837: end;
838: --
839: hr_utility.set_location(l_proc, 60);
840: --
841: -- When in validation only mode raise the Validate_Enabled exception
842: --
843: if p_validate then

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

843: if p_validate then
844: raise hr_api.validate_enabled;
845: end if;
846: --
847: hr_utility.set_location(' Leaving:'||l_proc, 70);
848: --
849: exception
850: --
851: when hr_api.validate_enabled then

Line 874: hr_utility.set_location(' Leaving:'||l_proc, 90);

870: -- NOCOPY Changes
871: p_effective_start_date := null;
872: p_effective_end_date := null;
873: p_object_version_number := l_object_version_number ;
874: hr_utility.set_location(' Leaving:'||l_proc, 90);
875: raise;
876: --
877: end delete_Cvg_Amt_Calc;
878: --

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

896: l_validation_end_date date;
897: --
898: begin
899: --
900: hr_utility.set_location('Entering:'|| l_proc, 10);
901: --
902: ben_ccm_shd.lck
903: (p_cvg_amt_calc_mthd_id => p_cvg_amt_calc_mthd_id
904: ,p_validation_start_date => l_validation_start_date

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

906: ,p_object_version_number => p_object_version_number
907: ,p_effective_date => p_effective_date
908: ,p_datetrack_mode => p_datetrack_mode);
909: --
910: hr_utility.set_location(' Leaving:'||l_proc, 70);
911: --
912: end lck;
913: --
914: end ben_Cvg_Amt_Calc_api;