DBA Data[Home] [Help]

APPS.BEN_DCO_SHD dependencies on HR_API

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

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

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

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

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

383: hr_api.mandatory_arg_error(p_api_name => l_proc,
384: p_argument => 'datetrack_mode',
385: p_argument_value => p_datetrack_mode);
386: --
387: hr_api.mandatory_arg_error(p_api_name => l_proc,
388: p_argument => 'dpnt_cvrd_othr_ptip_rt_id',
389: p_argument_value => p_dpnt_cvrd_othr_ptip_rt_id);
390: --
391: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

387: hr_api.mandatory_arg_error(p_api_name => l_proc,
388: p_argument => 'dpnt_cvrd_othr_ptip_rt_id',
389: p_argument_value => p_dpnt_cvrd_othr_ptip_rt_id);
390: --
391: hr_api.mandatory_arg_error(p_api_name => l_proc,
392: p_argument => 'object_version_number',
393: p_argument_value => p_object_version_number);
394: --
395: -- Check to ensure the datetrack mode is not INSERT.

Line 459: When HR_Api.Object_Locked then

455: --
456: -- We need to trap the ORA LOCK exception
457: --
458: Exception
459: When HR_Api.Object_Locked then
460: --
461: -- The object is locked therefore we need to supply a meaningful
462: -- error message.
463: --