DBA Data[Home] [Help]

APPS.BEN_PRV_SHD dependencies on HR_API

Line 291: hr_api.mandatory_arg_error(p_api_name => l_proc,

287: --
288: --
289: -- Ensure that all the mandatory arguments are not null
290: --
291: hr_api.mandatory_arg_error(p_api_name => l_proc,
292: p_argument => 'prtt_rt_val_id',
293: p_argument_value => p_prtt_rt_val_id);
294: --
295: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 295: hr_api.mandatory_arg_error(p_api_name => l_proc,

291: hr_api.mandatory_arg_error(p_api_name => l_proc,
292: p_argument => 'prtt_rt_val_id',
293: p_argument_value => p_prtt_rt_val_id);
294: --
295: hr_api.mandatory_arg_error(p_api_name => l_proc,
296: p_argument => 'object_version_number',
297: p_argument_value => p_object_version_number);
298: Open C_Sel1;
299: Fetch C_Sel1 Into g_old_rec;

Line 319: When HR_Api.Object_Locked then

315: --
316: -- We need to trap the ORA LOCK exception
317: --
318: Exception
319: When HR_Api.Object_Locked then
320: --
321: -- The object is locked therefore we need to supply a meaningful
322: -- error message.
323: --