DBA Data[Home] [Help]

APPS.SSP_ERN_SHD dependencies on HR_API

Line 163: -- hr_api.mandatory_arg_error

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

Line 197: When HR_Api.Object_Locked then

193: --
194: -- We need to trap the ORA LOCK exception
195: --
196: Exception
197: When HR_Api.Object_Locked then
198: --
199: -- The object is locked so supply a meaningful error message.
200: --
201: fnd_message.set_name('PAY','HR_7165_OBJECT_LOCKED');