DBA Data[Home] [Help]

APPS.BEN_LCT_SHD dependencies on HR_API

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

385: hr_utility.set_location('Entering:'||l_proc, 5);
386: --
387: -- Ensure that all the mandatory arguments are not null
388: --
389: hr_api.mandatory_arg_error(p_api_name => l_proc,
390: p_argument => 'effective_date',
391: p_argument_value => p_effective_date);
392: --
393: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

389: hr_api.mandatory_arg_error(p_api_name => l_proc,
390: p_argument => 'effective_date',
391: p_argument_value => p_effective_date);
392: --
393: hr_api.mandatory_arg_error(p_api_name => l_proc,
394: p_argument => 'datetrack_mode',
395: p_argument_value => p_datetrack_mode);
396: --
397: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

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

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

397: hr_api.mandatory_arg_error(p_api_name => l_proc,
398: p_argument => 'ler_chg_ptip_enrt_id',
399: p_argument_value => p_ler_chg_ptip_enrt_id);
400: --
401: hr_api.mandatory_arg_error(p_api_name => l_proc,
402: p_argument => 'object_version_number',
403: p_argument_value => p_object_version_number);
404: --
405: -- Check to ensure the datetrack mode is not INSERT.

Line 469: When HR_Api.Object_Locked then

465: --
466: -- We need to trap the ORA LOCK exception
467: --
468: Exception
469: When HR_Api.Object_Locked then
470: --
471: -- The object is locked therefore we need to supply a meaningful
472: -- error message.
473: --