DBA Data[Home] [Help]

APPS.PAY_PEV_SHD dependencies on HR_API

Line 172: hr_api.mandatory_arg_error

168: --
169: Begin
170: hr_utility.set_location('Entering:'||l_proc, 5);
171: --
172: hr_api.mandatory_arg_error
173: (p_api_name => l_proc
174: ,p_argument => 'PROCESS_EVENT_ID'
175: ,p_argument_value => p_process_event_id
176: );

Line 200: When HR_Api.Object_Locked then

196: --
197: -- We need to trap the ORA LOCK exception
198: --
199: Exception
200: When HR_Api.Object_Locked then
201: --
202: -- The object is locked therefore we need to supply a meaningful
203: -- error message.
204: --