DBA Data[Home] [Help]

APPS.BEN_LOP_SHD dependencies on HR_API

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

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

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

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

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

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

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

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

Line 476: When HR_Api.Object_Locked then

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