DBA Data[Home] [Help]

APPS.PQH_RTM_SHD dependencies on HR_API

Line 167: -- hr_api.mandatory_arg_error

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

Line 193: When HR_Api.Object_Locked then

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