DBA Data[Home] [Help]

APPS.PQH_BPR_SHD dependencies on HR_API

Line 190: -- hr_api.mandatory_arg_error

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

Line 216: When HR_Api.Object_Locked then

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