DBA Data[Home] [Help]

APPS.BEN_SCHEDD_HRS_RATE_API dependencies on HR_UTILITY

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

70: l_object_version_number ben_schedd_hrs_rt_f.object_version_number%TYPE;
71: --
72: begin
73: --
74: hr_utility.set_location('Entering:'|| l_proc, 10);
75: --
76: -- Issue a savepoint if operating in validation only mode
77: --
78: savepoint create_SCHEDD_HRS_RATE;

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

76: -- Issue a savepoint if operating in validation only mode
77: --
78: savepoint create_SCHEDD_HRS_RATE;
79: --
80: hr_utility.set_location(l_proc, 20);
81: --
82: -- Process Logic
83: --
84: begin

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

270: p_base_table_reference_column => 'RT_SCHEDD_HRS_FLAG',
271: p_reference_table => 'BEN_SCHEDD_HRS_RT_F',
272: p_reference_table_column => 'VRBL_RT_PRFL_ID');
273: --
274: hr_utility.set_location(l_proc, 60);
275: --
276: -- When in validation only mode raise the Validate_Enabled exception
277: --
278: if p_validate then

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

285: p_effective_start_date := l_effective_start_date;
286: p_effective_end_date := l_effective_end_date;
287: p_object_version_number := l_object_version_number;
288: --
289: hr_utility.set_location(' Leaving:'||l_proc, 70);
290: --
291: exception
292: --
293: when hr_api.validate_enabled then

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

304: p_schedd_hrs_rt_id := null;
305: p_effective_start_date := null;
306: p_effective_end_date := null;
307: p_object_version_number := null;
308: hr_utility.set_location(' Leaving:'||l_proc, 80);
309: --
310: when others then
311: --
312: -- A validation or unexpected error has occured

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

384: l_effective_end_date ben_schedd_hrs_rt_f.effective_end_date%TYPE;
385: --
386: begin
387: --
388: hr_utility.set_location('Entering:'|| l_proc, 10);
389: --
390: -- Issue a savepoint if operating in validation only mode
391: --
392: savepoint update_SCHEDD_HRS_RATE;

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

390: -- Issue a savepoint if operating in validation only mode
391: --
392: savepoint update_SCHEDD_HRS_RATE;
393: --
394: hr_utility.set_location(l_proc, 20);
395: --
396: -- Process Logic
397: --
398: l_object_version_number := p_object_version_number;

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

581: -- End of API User Hook for the after hook of update_SCHEDD_HRS_RATE
582: --
583: end;
584: --
585: hr_utility.set_location(l_proc, 60);
586: --
587: -- When in validation only mode raise the Validate_Enabled exception
588: --
589: if p_validate then

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

595: p_object_version_number := l_object_version_number;
596: p_effective_start_date := l_effective_start_date;
597: p_effective_end_date := l_effective_end_date;
598: --
599: hr_utility.set_location(' Leaving:'||l_proc, 70);
600: --
601: exception
602: --
603: when hr_api.validate_enabled then

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

610: -- Only set output warning arguments
611: -- (Any key or derived arguments must be set to null
612: -- when validation only mode is being used.)
613: --
614: hr_utility.set_location(' Leaving:'||l_proc, 80);
615: --
616: when others then
617: --
618: -- A validation or unexpected error has occured

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

645: l_effective_end_date ben_schedd_hrs_rt_f.effective_end_date%TYPE;
646: --
647: begin
648: --
649: hr_utility.set_location('Entering:'|| l_proc, 10);
650: --
651: -- Issue a savepoint if operating in validation only mode
652: --
653: savepoint delete_SCHEDD_HRS_RATE;

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

651: -- Issue a savepoint if operating in validation only mode
652: --
653: savepoint delete_SCHEDD_HRS_RATE;
654: --
655: hr_utility.set_location(l_proc, 20);
656: --
657: -- Process Logic
658: --
659: l_object_version_number := p_object_version_number;

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

723: p_base_table_reference_column => 'RT_SCHEDD_HRS_FLAG',
724: p_reference_table => 'BEN_SCHEDD_HRS_RT_F',
725: p_reference_table_column => 'VRBL_RT_PRFL_ID');
726: --
727: hr_utility.set_location(l_proc, 60);
728: --
729: -- When in validation only mode raise the Validate_Enabled exception
730: --
731: if p_validate then

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

731: if p_validate then
732: raise hr_api.validate_enabled;
733: end if;
734: --
735: hr_utility.set_location(' Leaving:'||l_proc, 70);
736: --
737: exception
738: --
739: when hr_api.validate_enabled then

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

784: l_validation_end_date date;
785: --
786: begin
787: --
788: hr_utility.set_location('Entering:'|| l_proc, 10);
789: --
790: ben_shr_shd.lck
791: (
792: p_schedd_hrs_rt_id => p_schedd_hrs_rt_id

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

796: ,p_effective_date => p_effective_date
797: ,p_datetrack_mode => p_datetrack_mode
798: );
799: --
800: hr_utility.set_location(' Leaving:'||l_proc, 70);
801: --
802: end lck;
803: --
804: end ben_SCHEDD_HRS_RATE_api;