DBA Data[Home] [Help]

APPS.PQH_CEC_SHD dependencies on HR_API

Line 147: -- hr_api.mandatory_arg_error

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

Line 173: When HR_Api.Object_Locked then

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