DBA Data[Home] [Help]

APPS.HR_WNP_SHD dependencies on HR_API

Line 205: hr_api.mandatory_arg_error

201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: hr_api.mandatory_arg_error
206: (p_api_name => l_proc
207: ,p_argument => 'WINDOW_PROPERTY_ID'
208: ,p_argument_value => p_window_property_id
209: );

Line 229: When HR_Api.Object_Locked then

225: --
226: -- We need to trap the ORA LOCK exception
227: --
228: Exception
229: When HR_Api.Object_Locked then
230: --
231: -- The object is locked therefore we need to supply a meaningful
232: -- error message.
233: --