DBA Data[Home] [Help]

APPS.PQH_RFT_SHD dependencies on HR_API

Line 159: -- hr_api.mandatory_arg_error

155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: -- Add any mandatory argument checking here:
158: -- Example:
159: -- hr_api.mandatory_arg_error
160: -- (p_api_name => l_proc,
161: -- p_argument => 'object_version_number',
162: -- p_argument_value => p_object_version_number);
163: --

Line 185: When HR_Api.Object_Locked then

181: --
182: -- We need to trap the ORA LOCK exception
183: --
184: Exception
185: When HR_Api.Object_Locked then
186: --
187: -- The object is locked therefore we need to supply a meaningful
188: -- error message.
189: --