DBA Data[Home] [Help]

APPS.HXC_HAD_SHD dependencies on HR_API

Line 151: hr_api.mandatory_arg_error

147: l_proc := g_package||'lck';
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: end if;
150: --
151: hr_api.mandatory_arg_error
152: (p_api_name => l_proc
153: ,p_argument => 'ALIAS_DEFINITION_ID'
154: ,p_argument_value => p_alias_definition_id
155: );

Line 181: When HR_Api.Object_Locked then

177: --
178: -- We need to trap the ORA LOCK exception
179: --
180: Exception
181: When HR_Api.Object_Locked then
182: --
183: -- The object is locked therefore we need to supply a meaningful
184: -- error message.
185: --