DBA Data[Home] [Help]

APPS.BEN_WV_PRTN_RSN_CTFN_PTIP_API dependencies on HR_UTILITY

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

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

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

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

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

245: -- End of API User Hook for the after hook of create_wv_prtn_rsn_ctfn_ptip
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 264: hr_utility.set_location(' Leaving:'||l_proc, 70);

260: p_effective_start_date := l_effective_start_date;
261: p_effective_end_date := l_effective_end_date;
262: p_object_version_number := l_object_version_number;
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 70);
265: --
266: exception
267: --
268: when hr_api.validate_enabled then

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

279: p_wv_prtn_rsn_ctfn_ptip_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, 80);
284: --
285: when others then
286: --
287: -- A validation or unexpected error has occured

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

355: l_effective_end_date ben_wv_prtn_rsn_ctfn_ptip_f.effective_end_date%TYPE;
356: --
357: begin
358: --
359: hr_utility.set_location('Entering:'|| l_proc, 10);
360: --
361: -- Issue a savepoint if operating in validation only mode
362: --
363: savepoint update_wv_prtn_rsn_ctfn_ptip;

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

361: -- Issue a savepoint if operating in validation only mode
362: --
363: savepoint update_wv_prtn_rsn_ctfn_ptip;
364: --
365: hr_utility.set_location(l_proc, 20);
366: --
367: -- Process Logic
368: --
369: l_object_version_number := p_object_version_number;

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

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

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

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

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

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

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

605: l_effective_end_date ben_wv_prtn_rsn_ctfn_ptip_f.effective_end_date%TYPE;
606: --
607: begin
608: --
609: hr_utility.set_location('Entering:'|| l_proc, 10);
610: --
611: -- Issue a savepoint if operating in validation only mode
612: --
613: savepoint delete_wv_prtn_rsn_ctfn_ptip;

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

611: -- Issue a savepoint if operating in validation only mode
612: --
613: savepoint delete_wv_prtn_rsn_ctfn_ptip;
614: --
615: hr_utility.set_location(l_proc, 20);
616: --
617: -- Process Logic
618: --
619: l_object_version_number := p_object_version_number;

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

674: -- End of API User Hook for the after hook of delete_wv_prtn_rsn_ctfn_ptip
675: --
676: end;
677: --
678: hr_utility.set_location(l_proc, 60);
679: --
680: -- When in validation only mode raise the Validate_Enabled exception
681: --
682: if p_validate then

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

682: if p_validate then
683: raise hr_api.validate_enabled;
684: end if;
685: --
686: hr_utility.set_location(' Leaving:'||l_proc, 70);
687: --
688: exception
689: --
690: when hr_api.validate_enabled then

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

735: l_validation_end_date date;
736: --
737: begin
738: --
739: hr_utility.set_location('Entering:'|| l_proc, 10);
740: --
741: ben_wct_shd.lck
742: (
743: p_wv_prtn_rsn_ctfn_ptip_id => p_wv_prtn_rsn_ctfn_ptip_id

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

747: ,p_effective_date => p_effective_date
748: ,p_datetrack_mode => p_datetrack_mode
749: );
750: --
751: hr_utility.set_location(' Leaving:'||l_proc, 70);
752: --
753: end lck;
754: --
755: end ben_wv_prtn_rsn_ctfn_ptip_api;