DBA Data[Home] [Help]

APPS.PER_POS_SHD dependencies on HR_API

Line 264: hr_api.mandatory_arg_error

260: hr_utility.set_location('Entering:'||l_proc, 5);
261: --
262: -- Add any mandatory argument checking here:
263: --
264: hr_api.mandatory_arg_error
265: (p_api_name => l_proc
266: ,p_argument => 'position_id'
267: ,p_argument_value => p_position_id);
268: --

Line 269: hr_api.mandatory_arg_error

265: (p_api_name => l_proc
266: ,p_argument => 'position_id'
267: ,p_argument_value => p_position_id);
268: --
269: hr_api.mandatory_arg_error
270: (p_api_name => l_proc
271: ,p_argument => 'object_version_number'
272: ,p_argument_value => p_object_version_number);
273: --

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: --