DBA Data[Home] [Help]

APPS.BEN_SAR_SHD dependencies on HR_API

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

376: hr_utility.set_location('Entering:'||l_proc, 5);
377: --
378: -- Ensure that all the mandatory arguments are not null
379: --
380: hr_api.mandatory_arg_error(p_api_name => l_proc,
381: p_argument => 'effective_date',
382: p_argument_value => p_effective_date);
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 => 'effective_date',
382: p_argument_value => p_effective_date);
383: --
384: hr_api.mandatory_arg_error(p_api_name => l_proc,
385: p_argument => 'datetrack_mode',
386: p_argument_value => p_datetrack_mode);
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 => 'datetrack_mode',
386: p_argument_value => p_datetrack_mode);
387: --
388: hr_api.mandatory_arg_error(p_api_name => l_proc,
389: p_argument => 'svc_area_rt_id',
390: p_argument_value => p_svc_area_rt_id);
391: --
392: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

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

Line 460: When HR_Api.Object_Locked then

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