DBA Data[Home] [Help]

APPS.HR_EXU_SHD dependencies on HR_API

Line 196: -- hr_api.mandatory_arg_error

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

Line 224: When HR_Api.Object_Locked then

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