DBA Data[Home] [Help]

APPS.BEN_ELIGY_CRIT_VALUES_API dependencies on HR_UTILITY

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

79: l_object_version_number ben_eligy_crit_values_f.object_version_number%TYPE;
80: --
81: begin
82: --
83: hr_utility.set_location('Entering:'|| l_proc, 10);
84: --
85: -- Issue a savepoint if operating in validation only mode
86: --
87: savepoint create_eligy_crit_values;

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

85: -- Issue a savepoint if operating in validation only mode
86: --
87: savepoint create_eligy_crit_values;
88: --
89: hr_utility.set_location(l_proc, 20);
90: --
91: -- Process Logic
92: --
93: begin

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

304: p_base_table_reference_column => 'ELIG_CRIT_VALUES_FLAG',
305: p_reference_table => 'BEN_ELIGY_CRIT_VALUES_F',
306: p_reference_table_column => 'ELIGY_PRFL_ID');
307: --
308: hr_utility.set_location(l_proc, 60);
309: --
310: -- When in validation only mode raise the Validate_Enabled exception
311: --
312: if p_validate then

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

319: p_effective_start_date := l_effective_start_date;
320: p_effective_end_date := l_effective_end_date;
321: p_object_version_number := l_object_version_number;
322: --
323: hr_utility.set_location(' Leaving:'||l_proc, 70);
324: --
325: exception
326: --
327: when hr_api.validate_enabled then

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

338: p_eligy_crit_values_id := NULL;
339: p_effective_start_date := NULL;
340: p_effective_end_date := NULL;
341: p_object_version_number := NULL;
342: hr_utility.set_location(' Leaving:'||l_proc, 80);
343: --
344: when others then
345: --
346: -- A validation or unexpected error has occured

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

429: l_effective_end_date ben_eligy_crit_values_f.effective_end_date%TYPE;
430: --
431: begin
432: --
433: hr_utility.set_location('Entering:'|| l_proc, 10);
434: --
435: -- Issue a savepoint if operating in validation only mode
436: --
437: savepoint update_eligy_crit_values;

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

435: -- Issue a savepoint if operating in validation only mode
436: --
437: savepoint update_eligy_crit_values;
438: --
439: hr_utility.set_location(l_proc, 20);
440: --
441: -- Process Logic
442: --
443: l_object_version_number := p_object_version_number;

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

650: -- End of API User Hook for the after hook of update_eligy_crit_values
651: --
652: end;
653: --
654: hr_utility.set_location(l_proc, 60);
655: --
656: -- When in validation only mode raise the Validate_Enabled exception
657: --
658: if p_validate then

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

664: p_object_version_number := l_object_version_number;
665: p_effective_start_date := l_effective_start_date;
666: p_effective_end_date := l_effective_end_date;
667: --
668: hr_utility.set_location(' Leaving:'||l_proc, 70);
669: --
670: exception
671: --
672: when hr_api.validate_enabled then

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

679: -- Only set output warning arguments
680: -- (Any key or derived arguments must be set to null
681: -- when validation only mode is being used.)
682: --
683: hr_utility.set_location(' Leaving:'||l_proc, 80);
684: --
685: when others then
686: --
687: -- A validation or unexpected error has occured

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

718: l_effective_end_date ben_eligy_crit_values_f.effective_end_date%TYPE;
719: --
720: begin
721: --
722: hr_utility.set_location('Entering:'|| l_proc, 10);
723: --
724: -- Issue a savepoint if operating in validation only mode
725: --
726: savepoint delete_eligy_crit_values;

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

724: -- Issue a savepoint if operating in validation only mode
725: --
726: savepoint delete_eligy_crit_values;
727: --
728: hr_utility.set_location(l_proc, 20);
729: --
730: -- Process Logic
731: --
732: l_object_version_number := p_object_version_number;

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

796: p_base_table_reference_column => 'ELIG_CRIT_VALUES_FLAG',
797: p_reference_table => 'BEN_ELIGY_CRIT_VALUES_F',
798: p_reference_table_column => 'ELIGY_PRFL_ID');
799: --
800: hr_utility.set_location(l_proc, 60);
801: --
802: -- When in validation only mode raise the Validate_Enabled exception
803: --
804: if p_validate then

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

804: if p_validate then
805: raise hr_api.validate_enabled;
806: end if;
807: --
808: hr_utility.set_location(' Leaving:'||l_proc, 70);
809: --
810: exception
811: --
812: when hr_api.validate_enabled then

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

860: l_validation_end_date date;
861: --
862: begin
863: --
864: hr_utility.set_location('Entering:'|| l_proc, 10);
865: --
866: ben_ecv_shd.lck
867: (
868: p_eligy_crit_values_id => p_eligy_crit_values_id

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

872: ,p_effective_date => p_effective_date
873: ,p_datetrack_mode => p_datetrack_mode
874: );
875: --
876: hr_utility.set_location(' Leaving:'||l_proc, 70);
877: --
878: end lck;
879: --
880: end ben_eligy_crit_values_api;