DBA Data[Home] [Help]

APPS.HR_CTX_SHD dependencies on HR_API

Line 189: hr_api.mandatory_arg_error

185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: hr_api.mandatory_arg_error
190: (p_api_name => l_proc
191: ,p_argument => 'CONTEXT_ID'
192: ,p_argument_value => p_context_id
193: );

Line 195: hr_api.mandatory_arg_error

191: ,p_argument => 'CONTEXT_ID'
192: ,p_argument_value => p_context_id
193: );
194: hr_utility.set_location(l_proc,6);
195: hr_api.mandatory_arg_error
196: (p_api_name => l_proc
197: ,p_argument => 'OBJECT_VERSION_NUMBER'
198: ,p_argument_value => p_object_version_number
199: );

Line 223: When HR_Api.Object_Locked then

219: --
220: -- We need to trap the ORA LOCK exception
221: --
222: Exception
223: When HR_Api.Object_Locked then
224: --
225: -- The object is locked therefore we need to supply a meaningful
226: -- error message.
227: --