DBA Data[Home] [Help]

APPS.PER_PGV_SHD dependencies on HR_API

Line 273: hr_api.mandatory_arg_error

269: --
270: Begin
271: hr_utility.set_location('Entering:'||l_proc, 5);
272: --
273: hr_api.mandatory_arg_error
274: (p_api_name => l_proc
275: ,p_argument => 'HIERARCHY_VERSION_ID'
276: ,p_argument_value => p_hierarchy_version_id
277: );

Line 301: When HR_Api.Object_Locked then

297: --
298: -- We need to trap the ORA LOCK exception
299: --
300: Exception
301: When HR_Api.Object_Locked then
302: --
303: -- The object is locked therefore we need to supply a meaningful
304: -- error message.
305: --