DBA Data[Home] [Help]

APPS.BEN_REIMBMT_CTFN_PRVDD_API dependencies on HR_UTILITY

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

66: l_object_version_number ben_prtt_rmt_rqst_ctfn_prvdd_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_reimbmt_ctfn_prvdd;

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

72: -- Issue a savepoint if operating in validation only mode
73: --
74: savepoint create_reimbmt_ctfn_prvdd;
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_reimbmt_ctfn_prvdd
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_prtt_rmt_rqst_ctfn_prvdd_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 355: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

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

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

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

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

598: l_effective_end_date ben_prtt_rmt_rqst_ctfn_prvdd_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_reimbmt_ctfn_prvdd;

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

604: -- Issue a savepoint if operating in validation only mode
605: --
606: savepoint delete_reimbmt_ctfn_prvdd;
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_reimbmt_ctfn_prvdd
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 729: hr_utility.set_location('Entering:'|| l_proc, 10);

725: l_validation_end_date date;
726: --
727: begin
728: --
729: hr_utility.set_location('Entering:'|| l_proc, 10);
730: --
731: ben_pqc_shd.lck
732: (
733: p_prtt_rmt_rqst_ctfn_prvdd_id => p_prtt_rmt_rqst_ctfn_prvdd_id

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

737: ,p_effective_date => p_effective_date
738: ,p_datetrack_mode => p_datetrack_mode
739: );
740: --
741: hr_utility.set_location(' Leaving:'||l_proc, 70);
742: --
743: end lck;
744: --
745: end ben_reimbmt_ctfn_prvdd_api;