DBA Data[Home] [Help]

APPS.PQH_DFS_SHD dependencies on HR_API

Line 161: -- hr_api.mandatory_arg_error

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

Line 187: When HR_Api.Object_Locked then

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