DBA Data[Home] [Help]

APPS.HXC_ULC_SHD dependencies on HR_API

Line 183: hr_api.mandatory_arg_error

179: l_proc := g_package||'lck';
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: end if;
182: --
183: hr_api.mandatory_arg_error
184: (p_api_name => l_proc
185: ,p_argument => 'LAYOUT_COMPONENT_ID'
186: ,p_argument_value => p_layout_component_id
187: );

Line 213: When HR_Api.Object_Locked then

209: --
210: -- We need to trap the ORA LOCK exception
211: --
212: Exception
213: When HR_Api.Object_Locked then
214: --
215: -- The object is locked therefore we need to supply a meaningful
216: -- error message.
217: --