DBA Data[Home] [Help]

APPS.PQH_RST_SHD dependencies on HR_API

Line 182: -- hr_api.mandatory_arg_error

178: hr_utility.set_location('Entering:'||l_proc, 5);
179: --
180: -- Add any mandatory argument checking here:
181: -- Example:
182: -- hr_api.mandatory_arg_error
183: -- (p_api_name => l_proc,
184: -- p_argument => 'object_version_number',
185: -- p_argument_value => p_object_version_number);
186: --

Line 208: When HR_Api.Object_Locked then

204: --
205: -- We need to trap the ORA LOCK exception
206: --
207: Exception
208: When HR_Api.Object_Locked then
209: --
210: -- The object is locked therefore we need to supply a meaningful
211: -- error message.
212: --