DBA Data[Home] [Help]

APPS.HXC_TER_SHD dependencies on HR_API

Line 216: hr_api.mandatory_arg_error

212: l_proc := g_package||'lck';
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: end if;
215: --
216: hr_api.mandatory_arg_error
217: (p_api_name => l_proc
218: ,p_argument => 'TIME_ENTRY_RULE_ID'
219: ,p_argument_value => p_time_entry_rule_id
220: );

Line 246: When HR_Api.Object_Locked then

242: --
243: -- We need to trap the ORA LOCK exception
244: --
245: Exception
246: When HR_Api.Object_Locked then
247: --
248: -- The object is locked therefore we need to supply a meaningful
249: -- error message.
250: --