DBA Data[Home] [Help]

APPS.BEN_XIC_SHD dependencies on HR_API

Line 186: -- hr_api.mandatory_arg_error

182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: -- Add any mandatory argument checking here:
185: -- Example:
186: -- hr_api.mandatory_arg_error
187: -- (p_api_name => l_proc,
188: -- p_argument => 'object_version_number',
189: -- p_argument_value => p_object_version_number);
190: --

Line 212: When HR_Api.Object_Locked then

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