DBA Data[Home] [Help]

APPS.BEN_APC_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 => 'acrs_ptip_cvg_id',
361: p_argument_value => p_acrs_ptip_cvg_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 => 'acrs_ptip_cvg_id',
361: p_argument_value => p_acrs_ptip_cvg_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 426: When HR_Api.Object_Locked then

422: --
423: -- We need to trap the ORA LOCK exception
424: --
425: Exception
426: When HR_Api.Object_Locked then
427: --
428: -- The object is locked therefore we need to supply a meaningful
429: -- error message.
430: --