DBA Data[Home] [Help]

APPS.BEN_CPT_SHD dependencies on HR_API

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

347: hr_utility.set_location('Entering:'||l_proc, 5);
348: --
349: -- Ensure that all the mandatory arguments are not null
350: --
351: hr_api.mandatory_arg_error(p_api_name => l_proc,
352: p_argument => 'effective_date',
353: p_argument_value => p_effective_date);
354: --
355: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

351: hr_api.mandatory_arg_error(p_api_name => l_proc,
352: p_argument => 'effective_date',
353: p_argument_value => p_effective_date);
354: --
355: hr_api.mandatory_arg_error(p_api_name => l_proc,
356: p_argument => 'datetrack_mode',
357: p_argument_value => p_datetrack_mode);
358: --
359: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

355: hr_api.mandatory_arg_error(p_api_name => l_proc,
356: p_argument => 'datetrack_mode',
357: p_argument_value => p_datetrack_mode);
358: --
359: hr_api.mandatory_arg_error(p_api_name => l_proc,
360: p_argument => 'cmbn_ptip_opt_id',
361: p_argument_value => p_cmbn_ptip_opt_id);
362: --
363: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

359: hr_api.mandatory_arg_error(p_api_name => l_proc,
360: p_argument => 'cmbn_ptip_opt_id',
361: p_argument_value => p_cmbn_ptip_opt_id);
362: --
363: hr_api.mandatory_arg_error(p_api_name => l_proc,
364: p_argument => 'object_version_number',
365: p_argument_value => p_object_version_number);
366: --
367: -- Check to ensure the datetrack mode is not INSERT.

Line 439: When HR_Api.Object_Locked then

435: --
436: -- We need to trap the ORA LOCK exception
437: --
438: Exception
439: When HR_Api.Object_Locked then
440: --
441: -- The object is locked therefore we need to supply a meaningful
442: -- error message.
443: --