DBA Data[Home] [Help]

APPS.BEN_XID_SHD dependencies on HR_API

Line 169: -- hr_api.mandatory_arg_error

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

Line 195: When HR_Api.Object_Locked then

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