DBA Data[Home] [Help]

APPS.HXC_HAV_SHD dependencies on HR_API

Line 220: hr_api.mandatory_arg_error

216: l_proc := g_package||'lck';
217: hr_utility.set_location('Entering:'||l_proc, 5);
218: end if;
219: --
220: hr_api.mandatory_arg_error
221: (p_api_name => l_proc
222: ,p_argument => 'ALIAS_VALUE_ID'
223: ,p_argument_value => p_alias_value_id
224: );

Line 250: When HR_Api.Object_Locked then

246: --
247: -- We need to trap the ORA LOCK exception
248: --
249: Exception
250: When HR_Api.Object_Locked then
251: --
252: -- The object is locked therefore we need to supply a meaningful
253: -- error message.
254: --