DBA Data[Home] [Help]

APPS.PER_ECA_SHD dependencies on HR_API

Line 271: hr_api.mandatory_arg_error

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

Line 299: When HR_Api.Object_Locked then

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