DBA Data[Home] [Help]

APPS.HR_PAY_SCALE_VALUE_API dependencies on HR_API

Line 118: hr_api.mandatory_arg_error

114: hr_utility.set_location(l_proc, 6);
115: --
116: -- Check that p_spinal_point_id is not null as it is used in the cursor.
117: --
118: hr_api.mandatory_arg_error
119: (p_api_name => l_proc,
120: p_argument => 'spinal_point_id',
121: p_argument_value => p_spinal_point_id);
122: --

Line 164: raise hr_api.validate_enabled;

160: --
161: -- When in validation only mode raise the Validate_Enabled exception
162: --
163: if p_validate then
164: raise hr_api.validate_enabled;
165: end if;
166: --
167: -- Set out parms.
168: --

Line 176: when hr_api.validate_enabled then

172: p_effective_end_date := l_effective_end_date;
173: --
174: hr_utility.set_location(' Leaving:'||l_proc, 11);
175: exception
176: when hr_api.validate_enabled then
177: --
178: -- As the Validate_Enabled exception has been raised
179: -- we must rollback to the savepoint
180: --

Line 371: raise hr_api.validate_enabled;

367: --
368: -- When in validation only mode raise the Validate_Enabled exception
369: --
370: if p_validate then
371: raise hr_api.validate_enabled;
372: end if;
373: --
374: -- Set out parms
375: --

Line 382: when hr_api.validate_enabled then

378: p_effective_end_date := l_effective_end_date;
379: --
380: hr_utility.set_location(' Leaving:'||l_proc, 11);
381: exception
382: when hr_api.validate_enabled then
383: --
384: -- As the Validate_Enabled exception has been raised
385: -- we must rollback to the savepoint
386: --

Line 555: raise hr_api.validate_enabled;

551: --
552: -- When in validation only mode raise the Validate_Enabled exception
553: --
554: if p_validate then
555: raise hr_api.validate_enabled;
556: end if;
557: --
558: p_object_version_number := l_object_version_number;
559: p_effective_start_date := l_effective_start_date;

Line 564: when hr_api.validate_enabled then

560: p_effective_end_date := l_effective_end_date;
561: --
562: hr_utility.set_location(' Leaving:'||l_proc, 11);
563: exception
564: when hr_api.validate_enabled then
565: --
566: -- As the Validate_Enabled exception has been raised
567: -- we must rollback to the savepoint
568: --