DBA Data[Home] [Help]

APPS.PQH_SAT_SHD dependencies on HR_API

Line 156: -- hr_api.mandatory_arg_error

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

Line 182: When HR_Api.Object_Locked then

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