DBA Data[Home] [Help]

APPS.BEN_CPP_SHD dependencies on HR_API

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

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

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

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

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

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

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

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

Line 590: When HR_Api.Object_Locked then

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