DBA Data[Home] [Help]

APPS.PAY_SBF_SHD dependencies on HR_API

Line 154: -- hr_api.mandatory_arg_error

150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --
152: -- Add any mandatory argument checking here:
153: -- Example:
154: -- hr_api.mandatory_arg_error
155: -- (p_api_name => l_proc,
156: -- p_argument => 'object_version_number',
157: -- p_argument_value => p_object_version_number);
158: --

Line 180: When HR_Api.Object_Locked then

176: --
177: -- We need to trap the ORA LOCK exception
178: --
179: Exception
180: When HR_Api.Object_Locked then
181: --
182: -- The object is locked therefore we need to supply a meaningful
183: -- error message.
184: --