DBA Data[Home] [Help]

APPS.BEN_PERCENT_FT_FACTORS_API dependencies on HR_UTILITY

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

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

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

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

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

245: -- End of API User Hook for the after hook of create_percent_ft_factors
246: --
247: end;
248: --
249: hr_utility.set_location(l_proc, 60);
250: --
251: -- When in validation only mode raise the Validate_Enabled exception
252: --
253: if p_validate then

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

258: --
259: p_pct_fl_tm_fctr_id := l_pct_fl_tm_fctr_id;
260: p_object_version_number := l_object_version_number;
261: --
262: hr_utility.set_location(' Leaving:'||l_proc, 70);
263: --
264: exception
265: --
266: when hr_api.validate_enabled then

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

275: -- when validation only mode is being used.)
276: --
277: p_pct_fl_tm_fctr_id := null;
278: p_object_version_number := null;
279: hr_utility.set_location(' Leaving:'||l_proc, 80);
280: --
281: when others then
282: --
283: -- A validation or unexpected error has occured

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

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

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

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

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

529: -- End of API User Hook for the after hook of update_percent_ft_factors
530: --
531: end;
532: --
533: hr_utility.set_location(l_proc, 60);
534: --
535: -- When in validation only mode raise the Validate_Enabled exception
536: --
537: if p_validate then

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

541: -- Set all output arguments
542: --
543: p_object_version_number := l_object_version_number;
544: --
545: hr_utility.set_location(' Leaving:'||l_proc, 70);
546: --
547: exception
548: --
549: when hr_api.validate_enabled then

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

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

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

585: l_object_version_number ben_pct_fl_tm_fctr.object_version_number%TYPE;
586: --
587: begin
588: --
589: hr_utility.set_location('Entering:'|| l_proc, 10);
590: --
591: -- Issue a savepoint if operating in validation only mode
592: --
593: savepoint delete_percent_ft_factors;

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

591: -- Issue a savepoint if operating in validation only mode
592: --
593: savepoint delete_percent_ft_factors;
594: --
595: hr_utility.set_location(l_proc, 20);
596: --
597: -- Process Logic
598: --
599: l_object_version_number := p_object_version_number;

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

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

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

655: if p_validate then
656: raise hr_api.validate_enabled;
657: end if;
658: --
659: hr_utility.set_location(' Leaving:'||l_proc, 70);
660: --
661: exception
662: --
663: when hr_api.validate_enabled then

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

698: l_proc varchar2(72) := g_package||'lck';
699: --
700: begin
701: --
702: hr_utility.set_location('Entering:'|| l_proc, 10);
703: --
704: ben_pff_shd.lck
705: (
706: p_pct_fl_tm_fctr_id => p_pct_fl_tm_fctr_id

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

706: p_pct_fl_tm_fctr_id => p_pct_fl_tm_fctr_id
707: ,p_object_version_number => p_object_version_number
708: );
709: --
710: hr_utility.set_location(' Leaving:'||l_proc, 70);
711: --
712: end lck;
713: --
714: end ben_percent_ft_factors_api;