DBA Data[Home] [Help]

APPS.HR_CAU_SHD dependencies on HR_API

Line 170: -- hr_api.mandatory_arg_error

166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --
168: -- Add any mandatory argument checking here:
169: -- Example:
170: -- hr_api.mandatory_arg_error
171: -- (p_api_name => l_proc,
172: -- p_argument => 'object_version_number',
173: -- p_argument_value => p_object_version_number);
174: --

Line 196: When HR_Api.Object_Locked then

192: --
193: -- We need to trap the ORA LOCK exception
194: --
195: Exception
196: When HR_Api.Object_Locked then
197: --
198: -- The object is locked therefore we need to supply a meaningful
199: -- error message.
200: --