DBA Data[Home] [Help]

APPS.BEN_ACTY_RT_PYMT_SCHED_API dependencies on HR_UTILITY

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

63: l_in_object_version_number number := p_object_version_number ;
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_pymt_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_pymt_sched;
72: --
73: hr_utility.set_location(l_proc, 20);
74: --
75: -- Process Logic
76: --
77: begin

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

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

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

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

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

264: p_acty_rt_pymt_sched_id := null;
265: p_effective_start_date := null;
266: p_effective_end_date := null;
267: p_object_version_number := null;
268: hr_utility.set_location(' Leaving:'||l_proc, 80);
269: --
270: when others then
271: --
272: -- A validation or unexpected error has occured

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

334: l_in_object_version_number number := p_object_version_number ;
335: --
336: begin
337: --
338: hr_utility.set_location('Entering:'|| l_proc, 10);
339: --
340: -- Issue a savepoint if operating in validation only mode
341: --
342: savepoint update_acty_rt_pymt_sched;

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

340: -- Issue a savepoint if operating in validation only mode
341: --
342: savepoint update_acty_rt_pymt_sched;
343: --
344: hr_utility.set_location(l_proc, 20);
345: --
346: -- Process Logic
347: --
348: l_object_version_number := p_object_version_number;

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

507: -- End of API User Hook for the after hook of update_acty_rt_pymt_sched
508: --
509: end;
510: --
511: hr_utility.set_location(l_proc, 60);
512: --
513: -- When in validation only mode raise the Validate_Enabled exception
514: --
515: if p_validate then

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

521: p_object_version_number := l_object_version_number;
522: p_effective_start_date := l_effective_start_date;
523: p_effective_end_date := l_effective_end_date;
524: --
525: hr_utility.set_location(' Leaving:'||l_proc, 70);
526: --
527: exception
528: --
529: when hr_api.validate_enabled then

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

536: -- Only set output warning arguments
537: -- (Any key or derived arguments must be set to null
538: -- when validation only mode is being used.)
539: --
540: hr_utility.set_location(' Leaving:'||l_proc, 80);
541: --
542: when others then
543: --
544: -- A validation or unexpected error has occured

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

571: l_in_object_version_number number := p_object_version_number ;
572: --
573: begin
574: --
575: hr_utility.set_location('Entering:'|| l_proc, 10);
576: --
577: -- Issue a savepoint if operating in validation only mode
578: --
579: savepoint delete_acty_rt_pymt_sched;

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

577: -- Issue a savepoint if operating in validation only mode
578: --
579: savepoint delete_acty_rt_pymt_sched;
580: --
581: hr_utility.set_location(l_proc, 20);
582: --
583: -- Process Logic
584: --
585: l_object_version_number := p_object_version_number;

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

640: -- End of API User Hook for the after hook of delete_acty_rt_pymt_sched
641: --
642: end;
643: --
644: hr_utility.set_location(l_proc, 60);
645: --
646: -- When in validation only mode raise the Validate_Enabled exception
647: --
648: if p_validate then

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

648: if p_validate then
649: raise hr_api.validate_enabled;
650: end if;
651: --
652: hr_utility.set_location(' Leaving:'||l_proc, 70);
653: --
654: exception
655: --
656: when hr_api.validate_enabled then

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

699: l_validation_end_date date;
700: --
701: begin
702: --
703: hr_utility.set_location('Entering:'|| l_proc, 10);
704: --
705: ben_apf_shd.lck
706: (
707: p_acty_rt_pymt_sched_id => p_acty_rt_pymt_sched_id

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

711: ,p_effective_date => p_effective_date
712: ,p_datetrack_mode => p_datetrack_mode
713: );
714: --
715: hr_utility.set_location(' Leaving:'||l_proc, 70);
716: --
717: end lck;
718: --
719: end ben_acty_rt_pymt_sched_api;