DBA Data[Home] [Help]

APPS.HXC_MCU_SHD dependencies on HR_API

Line 154: hr_api.mandatory_arg_error

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

Line 184: When HR_Api.Object_Locked then

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