DBA Data[Home] [Help]

APPS.BEN_OLA_SHD dependencies on HR_API

Line 163: -- hr_api.mandatory_arg_error

159: hr_utility.set_location('Entering:'||l_proc, 5);
160: --
161: -- Add any mandatory argument checking here:
162: -- Example:
163: -- hr_api.mandatory_arg_error
164: -- (p_api_name => l_proc,
165: -- p_argument => 'object_version_number',
166: -- p_argument_value => p_object_version_number);
167: --

Line 189: When HR_Api.Object_Locked then

185: --
186: -- We need to trap the ORA LOCK exception
187: --
188: Exception
189: When HR_Api.Object_Locked then
190: --
191: -- The object is locked therefore we need to supply a meaningful
192: -- error message.
193: --