DBA Data[Home] [Help]

APPS.BEN_RAN_SHD dependencies on HR_API

Line 162: -- hr_api.mandatory_arg_error

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

Line 188: When HR_Api.Object_Locked then

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