DBA Data[Home] [Help]

APPS.HXC_HPH_SHD dependencies on HR_API

Line 228: hr_api.mandatory_arg_error

224: l_proc := g_package||'lck';
225: hr_utility.set_location('Entering:'||l_proc, 5);
226: end if;
227: --
228: hr_api.mandatory_arg_error
229: (p_api_name => l_proc
230: ,p_argument => 'PREF_HIERARCHY_ID'
231: ,p_argument_value => p_pref_hierarchy_id
232: );

Line 258: When HR_Api.Object_Locked then

254: --
255: -- We need to trap the ORA LOCK exception
256: --
257: Exception
258: When HR_Api.Object_Locked then
259: --
260: -- The object is locked therefore we need to supply a meaningful
261: -- error message.
262: --