DBA Data[Home] [Help]

APPS.HXC_ULP_SHD dependencies on HR_API

Line 156: hr_api.mandatory_arg_error

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

Line 186: When HR_Api.Object_Locked then

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