DBA Data[Home] [Help]

APPS.BEN_BAI_SHD dependencies on HR_API

Line 165: -- hr_api.mandatory_arg_error

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

Line 191: When HR_Api.Object_Locked then

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