DBA Data[Home] [Help]

APPS.PQH_WST_SHD dependencies on HR_API

Line 185: -- hr_api.mandatory_arg_error

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

Line 211: When HR_Api.Object_Locked then

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