DBA Data[Home] [Help]

APPS.PAY_AIF_SHD dependencies on HR_API

Line 207: hr_api.mandatory_arg_error

203: --
204: Begin
205: hr_utility.set_location('Entering:'||l_proc, 5);
206: --
207: hr_api.mandatory_arg_error
208: (p_api_name => l_proc
209: ,p_argument => 'ACTION_INFORMATION_ID'
210: ,p_argument_value => p_action_information_id
211: );

Line 235: When HR_Api.Object_Locked then

231: --
232: -- We need to trap the ORA LOCK exception
233: --
234: Exception
235: When HR_Api.Object_Locked then
236: --
237: -- The object is locked therefore we need to supply a meaningful
238: -- error message.
239: --