DBA Data[Home] [Help]

APPS.IRC_IPD_SHD dependencies on HR_API

Line 229: hr_api.mandatory_arg_error

225: --
226: Begin
227: hr_utility.set_location('Entering:'||l_proc, 5);
228: --
229: hr_api.mandatory_arg_error
230: (p_api_name => l_proc
231: ,p_argument => 'PENDING_DATA_ID'
232: ,p_argument_value => p_pending_data_id
233: );

Line 253: When HR_Api.Object_Locked then

249: --
250: -- We need to trap the ORA LOCK exception
251: --
252: Exception
253: When HR_Api.Object_Locked then
254: --
255: -- The object is locked therefore we need to supply a meaningful
256: -- error message.
257: --