DBA Data[Home] [Help]

APPS.PAY_NCR_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 => 'object_version_number',
175: p_argument_value => p_object_version_number);
176: --

Line 198: When HR_Api.Object_Locked then

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