DBA Data[Home] [Help]

APPS.BEN_PON_SHD dependencies on HR_API

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

378: hr_utility.set_location('Entering:'||l_proc, 5);
379: --
380: -- Ensure that all the mandatory arguments are not null
381: --
382: hr_api.mandatory_arg_error(p_api_name => l_proc,
383: p_argument => 'effective_date',
384: p_argument_value => p_effective_date);
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 => 'effective_date',
384: p_argument_value => p_effective_date);
385: --
386: hr_api.mandatory_arg_error(p_api_name => l_proc,
387: p_argument => 'datetrack_mode',
388: p_argument_value => p_datetrack_mode);
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 => 'datetrack_mode',
388: p_argument_value => p_datetrack_mode);
389: --
390: hr_api.mandatory_arg_error(p_api_name => l_proc,
391: p_argument => 'pl_typ_opt_typ_id',
392: p_argument_value => p_pl_typ_opt_typ_id);
393: --
394: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

390: hr_api.mandatory_arg_error(p_api_name => l_proc,
391: p_argument => 'pl_typ_opt_typ_id',
392: p_argument_value => p_pl_typ_opt_typ_id);
393: --
394: hr_api.mandatory_arg_error(p_api_name => l_proc,
395: p_argument => 'object_version_number',
396: p_argument_value => p_object_version_number);
397: --
398: -- Check to ensure the datetrack mode is not INSERT.

Line 464: When HR_Api.Object_Locked then

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