DBA Data[Home] [Help]

APPS.BEN_BNFT_VRBL_RT_API dependencies on HR_UTILITY

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

71: l_c1 c1%rowtype;
72: --
73: begin
74: --
75: hr_utility.set_location('Entering:'|| l_proc, 10);
76: --
77: -- Issue a savepoint if operating in validation only mode
78: --
79: savepoint create_bnft_vrbl_rt;

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

77: -- Issue a savepoint if operating in validation only mode
78: --
79: savepoint create_bnft_vrbl_rt;
80: --
81: hr_utility.set_location(l_proc, 20);
82: --
83: -- Process Logic
84: --
85: begin

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

258: ben_derivable_rate.rate_prfl_handler('CREATE','ben_plip_f','plip_id',l_c1.plip_id);
259: --
260: end if;
261: --
262: hr_utility.set_location(l_proc, 60);
263: --
264: -- When in validation only mode raise the Validate_Enabled exception
265: --
266: if p_validate then

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

273: p_effective_start_date := l_effective_start_date;
274: p_effective_end_date := l_effective_end_date;
275: p_object_version_number := l_object_version_number;
276: --
277: hr_utility.set_location(' Leaving:'||l_proc, 70);
278: --
279: exception
280: --
281: when hr_api.validate_enabled then

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

292: p_bnft_vrbl_rt_id := null;
293: p_effective_start_date := null;
294: p_effective_end_date := null;
295: p_object_version_number := null;
296: hr_utility.set_location(' Leaving:'||l_proc, 80);
297: --
298: when others then
299: --
300: -- A validation or unexpected error has occured

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

304: p_bnft_vrbl_rt_id := null;
305: p_effective_start_date := null;
306: p_effective_end_date := null;
307: p_object_version_number := null ;
308: hr_utility.set_location(' Leaving:'||l_proc, 90);
309: raise;
310: --
311: end create_bnft_vrbl_rt;
312: -- ----------------------------------------------------------------------------

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

366: l_effective_end_date ben_bnft_vrbl_rt_f.effective_end_date%TYPE;
367: --
368: begin
369: --
370: hr_utility.set_location('Entering:'|| l_proc, 10);
371: --
372: -- Issue a savepoint if operating in validation only mode
373: --
374: savepoint update_bnft_vrbl_rt;

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

372: -- Issue a savepoint if operating in validation only mode
373: --
374: savepoint update_bnft_vrbl_rt;
375: --
376: hr_utility.set_location(l_proc, 20);
377: --
378: -- Process Logic
379: --
380: l_object_version_number := p_object_version_number;

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

539: -- End of API User Hook for the after hook of update_bnft_vrbl_rt
540: --
541: end;
542: --
543: hr_utility.set_location(l_proc, 60);
544: --
545: -- When in validation only mode raise the Validate_Enabled exception
546: --
547: if p_validate then

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

553: p_object_version_number := l_object_version_number;
554: p_effective_start_date := l_effective_start_date;
555: p_effective_end_date := l_effective_end_date;
556: --
557: hr_utility.set_location(' Leaving:'||l_proc, 70);
558: --
559: exception
560: --
561: when hr_api.validate_enabled then

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

568: -- Only set output warning arguments
569: -- (Any key or derived arguments must be set to null
570: -- when validation only mode is being used.)
571: --
572: hr_utility.set_location(' Leaving:'||l_proc, 80);
573: --
574: when others then
575: --
576: -- A validation or unexpected error has occured

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

579: -- NOCOPY Changes
580: p_effective_start_date := null;
581: p_effective_end_date := null;
582: p_object_version_number := l_object_version_number ;
583: hr_utility.set_location(' Leaving:'||l_proc, 90);
584: raise;
585: --
586: end update_bnft_vrbl_rt;
587: -- ----------------------------------------------------------------------------

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

617: l_c1 c1%rowtype;
618: --
619: begin
620: --
621: hr_utility.set_location('Entering:'|| l_proc, 10);
622: --
623: -- Issue a savepoint if operating in validation only mode
624: --
625: savepoint delete_bnft_vrbl_rt;

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

623: -- Issue a savepoint if operating in validation only mode
624: --
625: savepoint delete_bnft_vrbl_rt;
626: --
627: hr_utility.set_location(l_proc, 20);
628: --
629: -- Process Logic
630: --
631: l_object_version_number := p_object_version_number;

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

706: ben_derivable_rate.rate_prfl_handler('DELETE','ben_plip_f','plip_id',l_c1.plip_id);
707: --
708: end if;
709: --
710: hr_utility.set_location(l_proc, 60);
711: --
712: -- When in validation only mode raise the Validate_Enabled exception
713: --
714: if p_validate then

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

714: if p_validate then
715: raise hr_api.validate_enabled;
716: end if;
717: --
718: hr_utility.set_location(' Leaving:'||l_proc, 70);
719: --
720: exception
721: --
722: when hr_api.validate_enabled then

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

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

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

769: l_validation_end_date date;
770: --
771: begin
772: --
773: hr_utility.set_location('Entering:'|| l_proc, 10);
774: --
775: ben_bvr_shd.lck
776: (
777: p_bnft_vrbl_rt_id => p_bnft_vrbl_rt_id

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

781: ,p_effective_date => p_effective_date
782: ,p_datetrack_mode => p_datetrack_mode
783: );
784: --
785: hr_utility.set_location(' Leaving:'||l_proc, 70);
786: --
787: end lck;
788: --
789: end ben_bnft_vrbl_rt_api;