DBA Data[Home] [Help]

APPS.BEN_PRC_SHD dependencies on HR_API

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

453: hr_utility.set_location('effct dt '||p_effective_date, 5);
454: --
455: -- Ensure that all the mandatory arguments are not null
456: --
457: hr_api.mandatory_arg_error(p_api_name => l_proc,
458: p_argument => 'effective_date',
459: p_argument_value => p_effective_date);
460: --
461: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

457: hr_api.mandatory_arg_error(p_api_name => l_proc,
458: p_argument => 'effective_date',
459: p_argument_value => p_effective_date);
460: --
461: hr_api.mandatory_arg_error(p_api_name => l_proc,
462: p_argument => 'datetrack_mode',
463: p_argument_value => p_datetrack_mode);
464: --
465: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

461: hr_api.mandatory_arg_error(p_api_name => l_proc,
462: p_argument => 'datetrack_mode',
463: p_argument_value => p_datetrack_mode);
464: --
465: hr_api.mandatory_arg_error(p_api_name => l_proc,
466: p_argument => 'prtt_reimbmt_rqst_id',
467: p_argument_value => p_prtt_reimbmt_rqst_id);
468: --
469: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

465: hr_api.mandatory_arg_error(p_api_name => l_proc,
466: p_argument => 'prtt_reimbmt_rqst_id',
467: p_argument_value => p_prtt_reimbmt_rqst_id);
468: --
469: hr_api.mandatory_arg_error(p_api_name => l_proc,
470: p_argument => 'object_version_number',
471: p_argument_value => p_object_version_number);
472: --
473: -- Check to ensure the datetrack mode is not INSERT.

Line 534: When HR_Api.Object_Locked then

530: --
531: -- We need to trap the ORA LOCK exception
532: --
533: Exception
534: When HR_Api.Object_Locked then
535: --
536: -- The object is locked therefore we need to supply a meaningful
537: -- error message.
538: --