DBA Data[Home] [Help]

APPS.BEN_CPP_SHD dependencies on HR_API

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

496: hr_utility.set_location('Entering:'||l_proc, 5);
497: --
498: -- Ensure that all the mandatory arguments are not null
499: --
500: hr_api.mandatory_arg_error(p_api_name => l_proc,
501: p_argument => 'effective_date',
502: p_argument_value => p_effective_date);
503: --
504: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

500: hr_api.mandatory_arg_error(p_api_name => l_proc,
501: p_argument => 'effective_date',
502: p_argument_value => p_effective_date);
503: --
504: hr_api.mandatory_arg_error(p_api_name => l_proc,
505: p_argument => 'datetrack_mode',
506: p_argument_value => p_datetrack_mode);
507: --
508: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

504: hr_api.mandatory_arg_error(p_api_name => l_proc,
505: p_argument => 'datetrack_mode',
506: p_argument_value => p_datetrack_mode);
507: --
508: hr_api.mandatory_arg_error(p_api_name => l_proc,
509: p_argument => 'plip_id',
510: p_argument_value => p_plip_id);
511: --
512: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

508: hr_api.mandatory_arg_error(p_api_name => l_proc,
509: p_argument => 'plip_id',
510: p_argument_value => p_plip_id);
511: --
512: hr_api.mandatory_arg_error(p_api_name => l_proc,
513: p_argument => 'object_version_number',
514: p_argument_value => p_object_version_number);
515: --
516: -- Check to ensure the datetrack mode is not INSERT.

Line 588: When HR_Api.Object_Locked then

584: --
585: -- We need to trap the ORA LOCK exception
586: --
587: Exception
588: When HR_Api.Object_Locked then
589: --
590: -- The object is locked therefore we need to supply a meaningful
591: -- error message.
592: --