DBA Data[Home] [Help]

APPS.PAY_EEI_MIG_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 => 'ELEMENT_TYPE_EXTRA_INFO_ID'
262: ,p_argument_value => p_element_type_extra_info_id
263: );

Line 287: When HR_Api.Object_Locked then

283: --
284: -- We need to trap the ORA LOCK exception
285: --
286: Exception
287: When HR_Api.Object_Locked then
288: --
289: -- The object is locked therefore we need to supply a meaningful
290: -- error message.
291: --