DBA Data[Home] [Help]

APPS.HXC_HTR_SHD dependencies on HR_API

Line 163: hr_api.mandatory_arg_error

159: l_proc := g_package||'lck';
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: end if;
162: --
163: hr_api.mandatory_arg_error
164: (p_api_name => l_proc
165: ,p_argument => 'TIME_RECIPIENT_ID'
166: ,p_argument_value => p_time_recipient_id
167: );

Line 199: When HR_Api.Object_Locked then

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