DBA Data[Home] [Help]

APPS.HXC_EGC_SHD dependencies on HR_API

Line 211: hr_api.mandatory_arg_error

207: l_proc := g_package||'lck';
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: end if;
210: --
211: hr_api.mandatory_arg_error
212: (p_api_name => l_proc
213: ,p_argument => 'ENTITY_GROUP_COMP_ID'
214: ,p_argument_value => p_entity_group_comp_id
215: );

Line 241: When HR_Api.Object_Locked then

237: --
238: -- We need to trap the ORA LOCK exception
239: --
240: Exception
241: When HR_Api.Object_Locked then
242: --
243: -- The object is locked therefore we need to supply a meaningful
244: -- error message.
245: --