DBA Data[Home] [Help]

APPS.BEN_APR_SHD dependencies on HR_API

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

431: hr_utility.set_location('Entering:'||l_proc, 5);
432: --
433: -- Ensure that all the mandatory arguments are not null
434: --
435: hr_api.mandatory_arg_error(p_api_name => l_proc,
436: p_argument => 'effective_date',
437: p_argument_value => p_effective_date);
438: --
439: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

435: hr_api.mandatory_arg_error(p_api_name => l_proc,
436: p_argument => 'effective_date',
437: p_argument_value => p_effective_date);
438: --
439: hr_api.mandatory_arg_error(p_api_name => l_proc,
440: p_argument => 'datetrack_mode',
441: p_argument_value => p_datetrack_mode);
442: --
443: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

439: hr_api.mandatory_arg_error(p_api_name => l_proc,
440: p_argument => 'datetrack_mode',
441: p_argument_value => p_datetrack_mode);
442: --
443: hr_api.mandatory_arg_error(p_api_name => l_proc,
444: p_argument => 'actl_prem_id',
445: p_argument_value => p_actl_prem_id);
446: --
447: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

443: hr_api.mandatory_arg_error(p_api_name => l_proc,
444: p_argument => 'actl_prem_id',
445: p_argument_value => p_actl_prem_id);
446: --
447: hr_api.mandatory_arg_error(p_api_name => l_proc,
448: p_argument => 'object_version_number',
449: p_argument_value => p_object_version_number);
450: --
451: -- Check to ensure the datetrack mode is not INSERT.

Line 520: When HR_Api.Object_Locked then

516: --
517: -- We need to trap the ORA LOCK exception
518: --
519: Exception
520: When HR_Api.Object_Locked then
521: --
522: -- The object is locked therefore we need to supply a meaningful
523: -- error message.
524: --