DBA Data[Home] [Help]

APPS.PER_VGR_SHD dependencies on HR_API

Line 221: hr_api.mandatory_arg_error

217: --
218: Begin
219: hr_utility.set_location('Entering:'||l_proc, 5);
220: --
221: hr_api.mandatory_arg_error
222: (p_api_name => l_proc,
223: p_argument => 'valid_grade_id',
224: p_argument_value => p_valid_grade_id);
225: --

Line 226: hr_api.mandatory_arg_error

222: (p_api_name => l_proc,
223: p_argument => 'valid_grade_id',
224: p_argument_value => p_valid_grade_id);
225: --
226: hr_api.mandatory_arg_error
227: (p_api_name => l_proc,
228: p_argument => 'object_version_number',
229: p_argument_value => p_object_version_number);
230: --

Line 252: When HR_Api.Object_Locked then

248: --
249: -- We need to trap the ORA LOCK exception
250: --
251: Exception
252: When HR_Api.Object_Locked then
253: --
254: -- The object is locked therefore we need to supply a meaningful
255: -- error message.
256: --