DBA Data[Home] [Help]

APPS.BEN_BEI_SHD dependencies on HR_API

Line 180: -- hr_api.mandatory_arg_error

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

Line 206: When HR_Api.Object_Locked then

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