DBA Data[Home] [Help]

APPS.HXC_ERR_SHD dependencies on HR_API

Line 155: hr_api.mandatory_arg_error

151: l_proc := g_package||'lck';
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: end if;
154: --
155: hr_api.mandatory_arg_error
156: (p_api_name => l_proc
157: ,p_argument => 'ERROR_ID'
158: ,p_argument_value => p_error_id
159: );

Line 163: --hr_api.mandatory_arg_error

159: );
160: if g_debug then
161: hr_utility.set_location(l_proc,6);
162: end if;
163: --hr_api.mandatory_arg_error
164: -- (p_api_name => l_proc
165: -- ,p_argument => 'OBJECT_VERSION_NUMBER'
166: --,p_argument_value => p_object_version_number
167: --);

Line 193: When HR_Api.Object_Locked then

189: --
190: -- We need to trap the ORA LOCK exception
191: --
192: Exception
193: When HR_Api.Object_Locked then
194: --
195: -- The object is locked therefore we need to supply a meaningful
196: -- error message.
197: --