DBA Data[Home] [Help]

APPS.PQH_WEL_SHD dependencies on HR_API

Line 158: -- hr_api.mandatory_arg_error

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

Line 184: When HR_Api.Object_Locked then

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