DBA Data[Home] [Help]

APPS.HXC_ULQ_SHD dependencies on HR_API

Line 203: hr_api.mandatory_arg_error

199: l_proc := g_package||'lck';
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: end if;
202: --
203: hr_api.mandatory_arg_error
204: (p_api_name => l_proc
205: ,p_argument => 'LAYOUT_COMP_QUALIFIER_ID'
206: ,p_argument_value => p_layout_comp_qualifier_id
207: );

Line 233: When HR_Api.Object_Locked then

229: --
230: -- We need to trap the ORA LOCK exception
231: --
232: Exception
233: When HR_Api.Object_Locked then
234: --
235: -- The object is locked therefore we need to supply a meaningful
236: -- error message.
237: --