DBA Data[Home] [Help]

APPS.HXC_HAS_SHD dependencies on HR_API

Line 157: hr_api.mandatory_arg_error

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

Line 187: When HR_Api.Object_Locked then

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