DBA Data[Home] [Help]

APPS.BEN_DSGNTR_ENRLD_CVG_API dependencies on HR_UTILITY

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

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

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

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

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

225: -- End of API User Hook for the after hook of create_DSGNTR_ENRLD_CVG
226: --
227: end;
228: --
229: hr_utility.set_location(l_proc, 60);
230: --
231: ben_profile_handler.event_handler
232: (p_event => 'CREATE',
233: p_base_table => 'BEN_DPNT_CVG_ELIGY_PRFL_F',

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

250: p_effective_start_date := l_effective_start_date;
251: p_effective_end_date := l_effective_end_date;
252: p_object_version_number := l_object_version_number;
253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 70);
255: --
256: exception
257: --
258: when hr_api.validate_enabled then

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

269: p_dsgntr_enrld_cvg_id := null;
270: p_effective_start_date := null;
271: p_effective_end_date := null;
272: p_object_version_number := null;
273: hr_utility.set_location(' Leaving:'||l_proc, 80);
274: --
275: when others then
276: --
277: -- A validation or unexpected error has occured

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

342: l_effective_end_date ben_dsgntr_enrld_cvg_f.effective_end_date%TYPE;
343: --
344: begin
345: --
346: hr_utility.set_location('Entering:'|| l_proc, 10);
347: --
348: -- Issue a savepoint if operating in validation only mode
349: --
350: savepoint update_DSGNTR_ENRLD_CVG;

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

348: -- Issue a savepoint if operating in validation only mode
349: --
350: savepoint update_DSGNTR_ENRLD_CVG;
351: --
352: hr_utility.set_location(l_proc, 20);
353: --
354: -- Process Logic
355: --
356: l_object_version_number := p_object_version_number;

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

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

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

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

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

546: -- Only set output warning arguments
547: -- (Any key or derived arguments must be set to null
548: -- when validation only mode is being used.)
549: --
550: hr_utility.set_location(' Leaving:'||l_proc, 80);
551: --
552: when others then
553: --
554: -- A validation or unexpected error has occured

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

584: l_effective_end_date ben_dsgntr_enrld_cvg_f.effective_end_date%TYPE;
585: --
586: begin
587: --
588: hr_utility.set_location('Entering:'|| l_proc, 10);
589: --
590: -- Issue a savepoint if operating in validation only mode
591: --
592: savepoint delete_DSGNTR_ENRLD_CVG;

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

590: -- Issue a savepoint if operating in validation only mode
591: --
592: savepoint delete_DSGNTR_ENRLD_CVG;
593: --
594: hr_utility.set_location(l_proc, 20);
595: --
596: -- Process Logic
597: --
598: l_object_version_number := p_object_version_number;

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

653: -- End of API User Hook for the after hook of delete_DSGNTR_ENRLD_CVG
654: --
655: end;
656: --
657: hr_utility.set_location(l_proc, 60);
658: --
659: ben_profile_handler.event_handler
660: (p_event => 'DELETE',
661: p_base_table => 'BEN_DPNT_CVG_ELIGY_PRFL_F',

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

670: if p_validate then
671: raise hr_api.validate_enabled;
672: end if;
673: --
674: hr_utility.set_location(' Leaving:'||l_proc, 70);
675: --
676: exception
677: --
678: when hr_api.validate_enabled then

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

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

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

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