DBA Data[Home] [Help]

APPS.PER_PGN_SHD dependencies on HR_API

Line 281: hr_api.mandatory_arg_error

277: --
278: Begin
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: hr_api.mandatory_arg_error
282: (p_api_name => l_proc
283: ,p_argument => 'HIERARCHY_NODE_ID'
284: ,p_argument_value => p_hierarchy_node_id
285: );

Line 309: When HR_Api.Object_Locked then

305: --
306: -- We need to trap the ORA LOCK exception
307: --
308: Exception
309: When HR_Api.Object_Locked then
310: --
311: -- The object is locked therefore we need to supply a meaningful
312: -- error message.
313: --