DBA Data[Home] [Help]

APPS.PER_PGH_SHD dependencies on HR_API

Line 270: hr_api.mandatory_arg_error

266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);
269: --
270: hr_api.mandatory_arg_error
271: (p_api_name => l_proc
272: ,p_argument => 'HIERARCHY_ID'
273: ,p_argument_value => p_hierarchy_id
274: );

Line 298: When HR_Api.Object_Locked then

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