DBA Data[Home] [Help]

APPS.BEN_XCV_SHD dependencies on HR_API

Line 183: -- hr_api.mandatory_arg_error

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

Line 209: When HR_Api.Object_Locked then

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