DBA Data[Home] [Help]

APPS.HR_PAC_SHD dependencies on HR_API

Line 184: -- hr_api.mandatory_arg_error

180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: -- Add any mandatory argument checking here:
183: -- Example:
184: -- hr_api.mandatory_arg_error
185: -- (p_api_name => l_proc,
186: -- p_argument => 'object_version_number',
187: -- p_argument_value => p_object_version_number);
188: --

Line 210: When HR_Api.Object_Locked then

206: --
207: -- We need to trap the ORA LOCK exception
208: --
209: Exception
210: When HR_Api.Object_Locked then
211: --
212: -- The object is locked therefore we need to supply a meaningful
213: -- error message.
214: --