DBA Data[Home] [Help]

APPS.PQH_DST_SHD dependencies on HR_API

Line 150: -- hr_api.mandatory_arg_error

146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: -- Add any mandatory argument checking here:
149: -- Example:
150: -- hr_api.mandatory_arg_error
151: -- (p_api_name => l_proc,
152: -- p_argument => 'object_version_number',
153: -- p_argument_value => p_object_version_number);
154: --

Line 176: When HR_Api.Object_Locked then

172: --
173: -- We need to trap the ORA LOCK exception
174: --
175: Exception
176: When HR_Api.Object_Locked then
177: --
178: -- The object is locked therefore we need to supply a meaningful
179: -- error message.
180: --