DBA Data[Home] [Help]

APPS.HXC_HTC_SHD dependencies on HR_API

Line 153: hr_api.mandatory_arg_error

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

Line 183: When HR_Api.Object_Locked then

179: --
180: -- We need to trap the ORA LOCK exception
181: --
182: Exception
183: When HR_Api.Object_Locked then
184: --
185: -- The object is locked therefore we need to supply a meaningful
186: -- error message.
187: --