DBA Data[Home] [Help]

APPS.BEN_WV_PRTN_RSN_CTFN_PL_API dependencies on HR_UTILITY

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

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

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

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

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

241: -- End of API User Hook for the after hook of create_WV_PRTN_RSN_CTFN_PL
242: --
243: end;
244: --
245: hr_utility.set_location(l_proc, 60);
246: --
247: -- When in validation only mode raise the Validate_Enabled exception
248: --
249: if p_validate then

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

256: p_effective_start_date := l_effective_start_date;
257: p_effective_end_date := l_effective_end_date;
258: p_object_version_number := l_object_version_number;
259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 70);
261: --
262: exception
263: --
264: when hr_api.validate_enabled then

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

275: p_wv_prtn_rsn_ctfn_pl_id := null;
276: p_effective_start_date := null;
277: p_effective_end_date := null;
278: p_object_version_number := null;
279: hr_utility.set_location(' Leaving:'||l_proc, 80);
280: --
281: when others then
282: --
283: -- A validation or unexpected error has occured

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

350: l_effective_end_date ben_wv_prtn_rsn_ctfn_pl_f.effective_end_date%TYPE;
351: --
352: begin
353: --
354: hr_utility.set_location('Entering:'|| l_proc, 10);
355: --
356: -- Issue a savepoint if operating in validation only mode
357: --
358: savepoint update_WV_PRTN_RSN_CTFN_PL;

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

356: -- Issue a savepoint if operating in validation only mode
357: --
358: savepoint update_WV_PRTN_RSN_CTFN_PL;
359: --
360: hr_utility.set_location(l_proc, 20);
361: --
362: -- Process Logic
363: --
364: l_object_version_number := p_object_version_number;

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

532: -- End of API User Hook for the after hook of update_WV_PRTN_RSN_CTFN_PL
533: --
534: end;
535: --
536: hr_utility.set_location(l_proc, 60);
537: --
538: -- When in validation only mode raise the Validate_Enabled exception
539: --
540: if p_validate then

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

546: p_object_version_number := l_object_version_number;
547: p_effective_start_date := l_effective_start_date;
548: p_effective_end_date := l_effective_end_date;
549: --
550: hr_utility.set_location(' Leaving:'||l_proc, 70);
551: --
552: exception
553: --
554: when hr_api.validate_enabled then

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

561: -- Only set output warning arguments
562: -- (Any key or derived arguments must be set to null
563: -- when validation only mode is being used.)
564: --
565: hr_utility.set_location(' Leaving:'||l_proc, 80);
566: --
567: when others then
568: --
569: -- A validation or unexpected error has occured

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

598: l_effective_end_date ben_wv_prtn_rsn_ctfn_pl_f.effective_end_date%TYPE;
599: --
600: begin
601: --
602: hr_utility.set_location('Entering:'|| l_proc, 10);
603: --
604: -- Issue a savepoint if operating in validation only mode
605: --
606: savepoint delete_WV_PRTN_RSN_CTFN_PL;

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

604: -- Issue a savepoint if operating in validation only mode
605: --
606: savepoint delete_WV_PRTN_RSN_CTFN_PL;
607: --
608: hr_utility.set_location(l_proc, 20);
609: --
610: -- Process Logic
611: --
612: l_object_version_number := p_object_version_number;

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

667: -- End of API User Hook for the after hook of delete_WV_PRTN_RSN_CTFN_PL
668: --
669: end;
670: --
671: hr_utility.set_location(l_proc, 60);
672: --
673: -- When in validation only mode raise the Validate_Enabled exception
674: --
675: if p_validate then

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

675: if p_validate then
676: raise hr_api.validate_enabled;
677: end if;
678: --
679: hr_utility.set_location(' Leaving:'||l_proc, 70);
680: --
681: exception
682: --
683: when hr_api.validate_enabled then

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

729: l_validation_end_date date;
730: --
731: begin
732: --
733: hr_utility.set_location('Entering:'|| l_proc, 10);
734: --
735: ben_wcn_shd.lck
736: (
737: p_wv_prtn_rsn_ctfn_pl_id => p_wv_prtn_rsn_ctfn_pl_id

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

741: ,p_effective_date => p_effective_date
742: ,p_datetrack_mode => p_datetrack_mode
743: );
744: --
745: hr_utility.set_location(' Leaving:'||l_proc, 70);
746: --
747: end lck;
748: --
749: end ben_WV_PRTN_RSN_CTFN_PL_api;