DBA Data[Home] [Help]

APPS.BEN_CPN_SHD dependencies on HR_API

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

372: hr_utility.set_location('Entering:'||l_proc, 5);
373: --
374: -- Ensure that all the mandatory arguments are not null
375: --
376: hr_api.mandatory_arg_error(p_api_name => l_proc,
377: p_argument => 'effective_date',
378: p_argument_value => p_effective_date);
379: --
380: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

376: hr_api.mandatory_arg_error(p_api_name => l_proc,
377: p_argument => 'effective_date',
378: p_argument_value => p_effective_date);
379: --
380: hr_api.mandatory_arg_error(p_api_name => l_proc,
381: p_argument => 'datetrack_mode',
382: p_argument_value => p_datetrack_mode);
383: --
384: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

380: hr_api.mandatory_arg_error(p_api_name => l_proc,
381: p_argument => 'datetrack_mode',
382: p_argument_value => p_datetrack_mode);
383: --
384: hr_api.mandatory_arg_error(p_api_name => l_proc,
385: p_argument => 'cntng_prtn_prfl_rt_id',
386: p_argument_value => p_cntng_prtn_prfl_rt_id);
387: --
388: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

384: hr_api.mandatory_arg_error(p_api_name => l_proc,
385: p_argument => 'cntng_prtn_prfl_rt_id',
386: p_argument_value => p_cntng_prtn_prfl_rt_id);
387: --
388: hr_api.mandatory_arg_error(p_api_name => l_proc,
389: p_argument => 'object_version_number',
390: p_argument_value => p_object_version_number);
391: --
392: -- Check to ensure the datetrack mode is not INSERT.

Line 452: When HR_Api.Object_Locked then

448: --
449: -- We need to trap the ORA LOCK exception
450: --
451: Exception
452: When HR_Api.Object_Locked then
453: --
454: -- The object is locked therefore we need to supply a meaningful
455: -- error message.
456: --