DBA Data[Home] [Help]

APPS.GHR_EVH_SHD dependencies on HR_API

Line 166: -- hr_api.mandatory_arg_error

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

Line 192: When HR_Api.Object_Locked then

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