DBA Data[Home] [Help]

APPS.BEN_BMN_SHD dependencies on HR_API

Line 194: -- hr_api.mandatory_arg_error

190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --
192: -- Add any mandatory argument checking here:
193: -- Example:
194: -- hr_api.mandatory_arg_error
195: -- (p_api_name => l_proc,
196: -- p_argument => 'object_version_number',
197: -- p_argument_value => p_object_version_number);
198: --

Line 220: When HR_Api.Object_Locked then

216: --
217: -- We need to trap the ORA LOCK exception
218: --
219: Exception
220: When HR_Api.Object_Locked then
221: --
222: -- The object is locked therefore we need to supply a meaningful
223: -- error message.
224: --