DBA Data[Home] [Help]

APPS.HXC_TCC_SHD dependencies on HR_API

Line 162: hr_api.mandatory_arg_error

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

Line 192: When HR_Api.Object_Locked then

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