DBA Data[Home] [Help]

APPS.BEN_BNFT_VRBL_RT_RL_API dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

273: p_bnft_vrbl_rt_rl_id := null;
274: p_effective_start_date := null;
275: p_effective_end_date := null;
276: p_object_version_number := null;
277: hr_utility.set_location(' Leaving:'||l_proc, 80);
278: --
279: ROLLBACK TO create_bnft_vrbl_rt_rl;
280: raise;
281: --

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

337: l_effective_end_date ben_bnft_vrbl_rt_rl_f.effective_end_date%TYPE;
338: --
339: begin
340: --
341: hr_utility.set_location('Entering:'|| l_proc, 10);
342: --
343: -- Issue a savepoint if operating in validation only mode
344: --
345: savepoint update_bnft_vrbl_rt_rl;

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

343: -- Issue a savepoint if operating in validation only mode
344: --
345: savepoint update_bnft_vrbl_rt_rl;
346: --
347: hr_utility.set_location(l_proc, 20);
348: --
349: -- Process Logic
350: --
351: l_object_version_number := p_object_version_number;

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

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

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

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

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

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

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

548: --
549: p_effective_start_date := null;
550: p_effective_end_date := null;
551: p_object_version_number := l_object_version_number;
552: hr_utility.set_location(' Leaving:'||l_proc, 80);
553: --
554: ROLLBACK TO update_bnft_vrbl_rt_rl;
555: raise;
556: --

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

577: l_effective_end_date ben_bnft_vrbl_rt_rl_f.effective_end_date%TYPE;
578: --
579: begin
580: --
581: hr_utility.set_location('Entering:'|| l_proc, 10);
582: --
583: -- Issue a savepoint if operating in validation only mode
584: --
585: savepoint delete_bnft_vrbl_rt_rl;

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

583: -- Issue a savepoint if operating in validation only mode
584: --
585: savepoint delete_bnft_vrbl_rt_rl;
586: --
587: hr_utility.set_location(l_proc, 20);
588: --
589: -- Process Logic
590: --
591: l_object_version_number := p_object_version_number;

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

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

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

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

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

679: --
680: p_effective_start_date := null;
681: p_effective_end_date := null;
682: p_object_version_number := l_object_version_number;
683: hr_utility.set_location(' Leaving:'||l_proc, 80);
684: --
685: ROLLBACK TO delete_bnft_vrbl_rt_rl;
686: raise;
687: --

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

709: l_validation_end_date date;
710: --
711: begin
712: --
713: hr_utility.set_location('Entering:'|| l_proc, 10);
714: --
715: ben_brr_shd.lck
716: (
717: p_bnft_vrbl_rt_rl_id => p_bnft_vrbl_rt_rl_id

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

721: ,p_effective_date => p_effective_date
722: ,p_datetrack_mode => p_datetrack_mode
723: );
724: --
725: hr_utility.set_location(' Leaving:'||l_proc, 70);
726: --
727: end lck;
728: --
729: end ben_bnft_vrbl_rt_rl_api;