DBA Data[Home] [Help]

APPS.BEN_LPR_SHD dependencies on HR_API

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

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

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

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

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

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

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

404: hr_api.mandatory_arg_error(p_api_name => l_proc,
405: p_argument => 'ler_chg_plip_enrt_id',
406: p_argument_value => p_ler_chg_plip_enrt_id);
407: --
408: hr_api.mandatory_arg_error(p_api_name => l_proc,
409: p_argument => 'object_version_number',
410: p_argument_value => p_object_version_number);
411: --
412: -- Check to ensure the datetrack mode is not INSERT.

Line 478: When HR_Api.Object_Locked then

474: --
475: -- We need to trap the ORA LOCK exception
476: --
477: Exception
478: When HR_Api.Object_Locked then
479: --
480: -- The object is locked therefore we need to supply a meaningful
481: -- error message.
482: --