DBA Data[Home] [Help]

APPS.PAY_MGR_SHD dependencies on HR_API

Line 180: -- hr_api.mandatory_arg_error

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

Line 203: When HR_Api.Object_Locked then

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