DBA Data[Home] [Help]

APPS.PQH_WFS_SHD dependencies on HR_API

Line 173: -- hr_api.mandatory_arg_error

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

Line 199: When HR_Api.Object_Locked then

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