DBA Data[Home] [Help]

APPS.BEN_NO_OTHR_CVG_RT_API dependencies on HR_UTILITY

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

61: l_object_version_number ben_no_othr_cvg_rt_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_NO_OTHR_CVG_RT;

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

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

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

234: p_base_table_reference_column => 'RT_NO_OTHR_CVG_FLAG',
235: p_reference_table => 'BEN_NO_OTHR_CVG_RT_F',
236: p_reference_table_column => 'VRBL_RT_PRFL_ID');
237: --
238: hr_utility.set_location(l_proc, 60);
239: --
240: -- When in validation only mode raise the Validate_Enabled exception
241: --
242: if p_validate then

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

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

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

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

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

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

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

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

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

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

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

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

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

539: -- Only set output warning arguments
540: -- (Any key or derived arguments must be set to null
541: -- when validation only mode is being used.)
542: --
543: hr_utility.set_location(' Leaving:'||l_proc, 80);
544: --
545: when others then
546: --
547: -- A validation or unexpected error has occured

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

576: l_effective_end_date ben_no_othr_cvg_rt_f.effective_end_date%TYPE;
577: --
578: begin
579: --
580: hr_utility.set_location('Entering:'|| l_proc, 10);
581: --
582: -- Issue a savepoint if operating in validation only mode
583: --
584: savepoint delete_NO_OTHR_CVG_RT;

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

582: -- Issue a savepoint if operating in validation only mode
583: --
584: savepoint delete_NO_OTHR_CVG_RT;
585: --
586: hr_utility.set_location(l_proc, 20);
587: --
588: -- Process Logic
589: --
590: l_object_version_number := p_object_version_number;

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

654: p_base_table_reference_column => 'RT_NO_OTHR_CVG_FLAG',
655: p_reference_table => 'BEN_NO_OTHR_CVG_RT_F',
656: p_reference_table_column => 'VRBL_RT_PRFL_ID');
657: --
658: hr_utility.set_location(l_proc, 60);
659: --
660: -- When in validation only mode raise the Validate_Enabled exception
661: --
662: if p_validate then

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

662: if p_validate then
663: raise hr_api.validate_enabled;
664: end if;
665: --
666: hr_utility.set_location(' Leaving:'||l_proc, 70);
667: --
668: exception
669: --
670: when hr_api.validate_enabled then

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

716: l_validation_end_date date;
717: --
718: begin
719: --
720: hr_utility.set_location('Entering:'|| l_proc, 10);
721: --
722: ben_noc_shd.lck
723: (
724: p_no_othr_cvg_rt_id => p_no_othr_cvg_rt_id

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

728: ,p_effective_date => p_effective_date
729: ,p_datetrack_mode => p_datetrack_mode
730: );
731: --
732: hr_utility.set_location(' Leaving:'||l_proc, 70);
733: --
734: end lck;
735: --
736: end ben_NO_OTHR_CVG_RT_api;