DBA Data[Home] [Help]

APPS.BEN_CTU_SHD dependencies on HR_API

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

395: hr_utility.set_location('Entering:'||l_proc, 5);
396: --
397: -- Ensure that all the mandatory arguments are not null
398: --
399: hr_api.mandatory_arg_error(p_api_name => l_proc,
400: p_argument => 'effective_date',
401: p_argument_value => p_effective_date);
402: --
403: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

399: hr_api.mandatory_arg_error(p_api_name => l_proc,
400: p_argument => 'effective_date',
401: p_argument_value => p_effective_date);
402: --
403: hr_api.mandatory_arg_error(p_api_name => l_proc,
404: p_argument => 'datetrack_mode',
405: p_argument_value => p_datetrack_mode);
406: --
407: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

403: hr_api.mandatory_arg_error(p_api_name => l_proc,
404: p_argument => 'datetrack_mode',
405: p_argument_value => p_datetrack_mode);
406: --
407: hr_api.mandatory_arg_error(p_api_name => l_proc,
408: p_argument => 'cm_typ_usg_id',
409: p_argument_value => p_cm_typ_usg_id);
410: --
411: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

407: hr_api.mandatory_arg_error(p_api_name => l_proc,
408: p_argument => 'cm_typ_usg_id',
409: p_argument_value => p_cm_typ_usg_id);
410: --
411: hr_api.mandatory_arg_error(p_api_name => l_proc,
412: p_argument => 'object_version_number',
413: p_argument_value => p_object_version_number);
414: --
415: -- Check to ensure the datetrack mode is not INSERT.

Line 487: When HR_Api.Object_Locked then

483: --
484: -- We need to trap the ORA LOCK exception
485: --
486: Exception
487: When HR_Api.Object_Locked then
488: --
489: -- The object is locked therefore we need to supply a meaningful
490: -- error message.
491: --