DBA Data[Home] [Help]

APPS.HR_PAB_SHD dependencies on HR_API

Line 164: -- hr_api.mandatory_arg_error

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

Line 190: When HR_Api.Object_Locked then

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