DBA Data[Home] [Help]

APPS.BEN_PTY_SHD dependencies on HR_API

Line 217: hr_api.mandatory_arg_error

213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --
217: hr_api.mandatory_arg_error
218: (p_api_name => l_proc
219: ,p_argument => 'PL_PCP_TYP_ID'
220: ,p_argument_value => p_pl_pcp_typ_id
221: );

Line 245: When HR_Api.Object_Locked then

241: --
242: -- We need to trap the ORA LOCK exception
243: --
244: Exception
245: When HR_Api.Object_Locked then
246: --
247: -- The object is locked therefore we need to supply a meaningful
248: -- error message.
249: --