DBA Data[Home] [Help]

APPS.GHR_NRE_SHD dependencies on HR_API

Line 160: -- hr_api.mandatory_arg_error

156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --
158: -- Add any mandatory argument checking here:
159: -- Example:
160: -- hr_api.mandatory_arg_error
161: -- (p_api_name => l_proc,
162: -- p_argument => 'object_version_number',
163: -- p_argument_value => p_object_version_number);
164: --

Line 186: When HR_Api.Object_Locked then

182: --
183: -- We need to trap the ORA LOCK exception
184: --
185: Exception
186: When HR_Api.Object_Locked then
187: --
188: -- The object is locked therefore we need to supply a meaningful
189: -- error message.
190: --