DBA Data[Home] [Help]

APPS.HR_CNP_SHD dependencies on HR_API

Line 223: hr_api.mandatory_arg_error

219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: hr_api.mandatory_arg_error
224: (p_api_name => l_proc
225: ,p_argument => 'CANVAS_PROPERTY_ID'
226: ,p_argument_value => p_canvas_property_id
227: );

Line 229: hr_api.mandatory_arg_error

225: ,p_argument => 'CANVAS_PROPERTY_ID'
226: ,p_argument_value => p_canvas_property_id
227: );
228: --
229: hr_api.mandatory_arg_error
230: (p_api_name => l_proc
231: ,p_argument => 'OBJECT_VERSION_NUMBER'
232: ,p_argument_value => p_object_version_number
233: );

Line 257: When HR_Api.Object_Locked then

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