DBA Data[Home] [Help]

APPS.BEN_LGE_SHD dependencies on HR_API

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

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

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

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

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

391: hr_api.mandatory_arg_error(p_api_name => l_proc,
392: p_argument => 'datetrack_mode',
393: p_argument_value => p_datetrack_mode);
394: --
395: hr_api.mandatory_arg_error(p_api_name => l_proc,
396: p_argument => 'ler_chg_pgm_enrt_id',
397: p_argument_value => p_ler_chg_pgm_enrt_id);
398: --
399: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

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

Line 467: When HR_Api.Object_Locked then

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