DBA Data[Home] [Help]

APPS.PER_GRD_SHD dependencies on HR_API

Line 259: hr_api.mandatory_arg_error

255: --
256: Begin
257: hr_utility.set_location('Entering:'||l_proc, 5);
258: --
259: hr_api.mandatory_arg_error
260: (p_api_name => l_proc
261: ,p_argument => 'GRADE_ID'
262: ,p_argument_value => p_grade_id
263: );

Line 266: hr_api.mandatory_arg_error

262: ,p_argument_value => p_grade_id
263: );
264: hr_utility.trace('grade_id => ' || p_grade_id);
265: hr_utility.set_location(l_proc,10);
266: hr_api.mandatory_arg_error
267: (p_api_name => l_proc
268: ,p_argument => 'OBJECT_VERSION_NUMBER'
269: ,p_argument_value => p_object_version_number
270: );

Line 295: When HR_Api.Object_Locked then

291: --
292: -- We need to trap the ORA LOCK exception
293: --
294: Exception
295: When HR_Api.Object_Locked then
296: --
297: -- The object is locked therefore we need to supply a meaningful
298: -- error message.
299: --