DBA Data[Home] [Help]

APPS.BEN_ERL_SHD dependencies on HR_API

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

374: hr_utility.set_location('Entering:'||l_proc, 5);
375: --
376: -- Ensure that all the mandatory arguments are not null
377: --
378: hr_api.mandatory_arg_error(p_api_name => l_proc,
379: p_argument => 'effective_date',
380: p_argument_value => p_effective_date);
381: --
382: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

378: hr_api.mandatory_arg_error(p_api_name => l_proc,
379: p_argument => 'effective_date',
380: p_argument_value => p_effective_date);
381: --
382: hr_api.mandatory_arg_error(p_api_name => l_proc,
383: p_argument => 'datetrack_mode',
384: p_argument_value => p_datetrack_mode);
385: --
386: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

382: hr_api.mandatory_arg_error(p_api_name => l_proc,
383: p_argument => 'datetrack_mode',
384: p_argument_value => p_datetrack_mode);
385: --
386: hr_api.mandatory_arg_error(p_api_name => l_proc,
387: p_argument => 'eligy_prfl_rl_id',
388: p_argument_value => p_eligy_prfl_rl_id);
389: --
390: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

386: hr_api.mandatory_arg_error(p_api_name => l_proc,
387: p_argument => 'eligy_prfl_rl_id',
388: p_argument_value => p_eligy_prfl_rl_id);
389: --
390: hr_api.mandatory_arg_error(p_api_name => l_proc,
391: p_argument => 'object_version_number',
392: p_argument_value => p_object_version_number);
393: --
394: -- Check to ensure the datetrack mode is not INSERT.

Line 457: When HR_Api.Object_Locked then

453: --
454: -- We need to trap the ORA LOCK exception
455: --
456: Exception
457: When HR_Api.Object_Locked then
458: --
459: -- The object is locked therefore we need to supply a meaningful
460: -- error message.
461: --