DBA Data[Home] [Help]

APPS.BEN_EOY_SHD dependencies on HR_API

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

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

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

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

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

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

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

385: hr_api.mandatory_arg_error(p_api_name => l_proc,
386: p_argument => 'elig_othr_ptip_prte_id',
387: p_argument_value => p_elig_othr_ptip_prte_id);
388: --
389: hr_api.mandatory_arg_error(p_api_name => l_proc,
390: p_argument => 'object_version_number',
391: p_argument_value => p_object_version_number);
392: --
393: -- 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: --