DBA Data[Home] [Help]

APPS.PER_ELC_SHD dependencies on HR_API

Line 293: hr_api.mandatory_arg_error

289: --
290: Begin
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: --
293: hr_api.mandatory_arg_error
294: (p_api_name => l_proc
295: ,p_argument => 'ELECTION_ID'
296: ,p_argument_value => p_election_id
297: );

Line 321: When HR_Api.Object_Locked then

317: --
318: -- We need to trap the ORA LOCK exception
319: --
320: Exception
321: When HR_Api.Object_Locked then
322: --
323: -- The object is locked therefore we need to supply a meaningful
324: -- error message.
325: --