DBA Data[Home] [Help]

APPS.BEN_ACTY_RT_DEDUCT_SCHED_API dependencies on HR_UTILITY

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

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

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

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

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

233: -- End of API User Hook for the after hook of create_ACTY_RT_DEDUCT_SCHED
234: --
235: end;
236: --
237: hr_utility.set_location(l_proc, 60);
238: --
239: -- When in validation only mode raise the Validate_Enabled exception
240: --
241: if p_validate then

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

248: p_effective_start_date := l_effective_start_date;
249: p_effective_end_date := l_effective_end_date;
250: p_object_version_number := l_object_version_number;
251: --
252: hr_utility.set_location(' Leaving:'||l_proc, 70);
253: --
254: exception
255: --
256: when hr_api.validate_enabled then

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

267: p_acty_rt_ded_sched_id := null;
268: p_effective_start_date := null;
269: p_effective_end_date := 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 283: hr_utility.set_location(' Leaving:'||l_proc, 90);

279: p_acty_rt_ded_sched_id := null;
280: p_effective_start_date := null;
281: p_effective_end_date := null;
282: p_object_version_number := null ;
283: hr_utility.set_location(' Leaving:'||l_proc, 90);
284: raise;
285: --
286: end create_ACTY_RT_DEDUCT_SCHED;
287: -- ----------------------------------------------------------------------------

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

342: l_effective_end_date ben_acty_rt_ded_sched_f.effective_end_date%TYPE;
343: --
344: begin
345: --
346: hr_utility.set_location('Entering:'|| l_proc, 10);
347: --
348: -- Issue a savepoint if operating in validation only mode
349: --
350: savepoint update_ACTY_RT_DEDUCT_SCHED;

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

348: -- Issue a savepoint if operating in validation only mode
349: --
350: savepoint update_ACTY_RT_DEDUCT_SCHED;
351: --
352: hr_utility.set_location(l_proc, 20);
353: --
354: -- Process Logic
355: --
356: l_object_version_number := p_object_version_number;

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

518: -- End of API User Hook for the after hook of update_ACTY_RT_DEDUCT_SCHED
519: --
520: end;
521: --
522: hr_utility.set_location(l_proc, 60);
523: --
524: -- When in validation only mode raise the Validate_Enabled exception
525: --
526: if p_validate then

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

532: p_object_version_number := l_object_version_number;
533: p_effective_start_date := l_effective_start_date;
534: p_effective_end_date := l_effective_end_date;
535: --
536: hr_utility.set_location(' Leaving:'||l_proc, 70);
537: --
538: exception
539: --
540: when hr_api.validate_enabled then

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

547: -- Only set output warning arguments
548: -- (Any key or derived arguments must be set to null
549: -- when validation only mode is being used.)
550: --
551: hr_utility.set_location(' Leaving:'||l_proc, 80);
552: --
553: when others then
554: --
555: -- A validation or unexpected error has occured

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

558: -- NOCOPY Changes
559: p_effective_start_date := null;
560: p_effective_end_date := null;
561: p_object_version_number := l_object_version_number ;
562: hr_utility.set_location(' Leaving:'||l_proc, 90);
563: raise;
564: --
565: end update_ACTY_RT_DEDUCT_SCHED;
566: -- ----------------------------------------------------------------------------

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

585: l_effective_end_date ben_acty_rt_ded_sched_f.effective_end_date%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_ACTY_RT_DEDUCT_SCHED;

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

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

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

654: -- End of API User Hook for the after hook of delete_ACTY_RT_DEDUCT_SCHED
655: --
656: end;
657: --
658: hr_utility.set_location(l_proc, 60);
659: --
660: -- When in validation only mode raise the Validate_Enabled exception
661: --
662: if p_validate then

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

662: if p_validate then
663: raise hr_api.validate_enabled;
664: end if;
665: --
666: hr_utility.set_location(' Leaving:'||l_proc, 70);
667: --
668: exception
669: --
670: when hr_api.validate_enabled then

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

689: -- NOCOPY Changes
690: p_effective_start_date := null;
691: p_effective_end_date := null;
692: p_object_version_number := l_object_version_number ;
693: hr_utility.set_location(' Leaving:'||l_proc, 90);
694: raise;
695: --
696: end delete_ACTY_RT_DEDUCT_SCHED;
697: --

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

717: l_validation_end_date date;
718: --
719: begin
720: --
721: hr_utility.set_location('Entering:'|| l_proc, 10);
722: --
723: ben_ads_shd.lck
724: (
725: p_acty_rt_ded_sched_id => p_acty_rt_ded_sched_id

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

729: ,p_effective_date => p_effective_date
730: ,p_datetrack_mode => p_datetrack_mode
731: );
732: --
733: hr_utility.set_location(' Leaving:'||l_proc, 70);
734: --
735: end lck;
736: --
737: end ben_ACTY_RT_DEDUCT_SCHED_api;