DBA Data[Home] [Help]

APPS.BEN_PCP_SHD dependencies on HR_API

Line 226: -- hr_api.mandatory_arg_error

222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --
226: -- hr_api.mandatory_arg_error
227: -- (p_api_name => l_proc
228: -- ,p_argument => 'PL_PCP_ID'
229: -- ,p_argument_value => p_pl_pcp_id
230: -- );

Line 254: When HR_Api.Object_Locked then

250: --
251: -- We need to trap the ORA LOCK exception
252: --
253: Exception
254: When HR_Api.Object_Locked then
255: --
256: -- The object is locked therefore we need to supply a meaningful
257: -- error message.
258: --