DBA Data[Home] [Help]

APPS.BEN_ENO_SHD dependencies on HR_API

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

361: hr_utility.set_location('Entering:'||l_proc, 5);
362: --
363: -- Ensure that all the mandatory arguments are not null
364: --
365: hr_api.mandatory_arg_error(p_api_name => l_proc,
366: p_argument => 'effective_date',
367: p_argument_value => p_effective_date);
368: --
369: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

365: hr_api.mandatory_arg_error(p_api_name => l_proc,
366: p_argument => 'effective_date',
367: p_argument_value => p_effective_date);
368: --
369: hr_api.mandatory_arg_error(p_api_name => l_proc,
370: p_argument => 'datetrack_mode',
371: p_argument_value => p_datetrack_mode);
372: --
373: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

369: hr_api.mandatory_arg_error(p_api_name => l_proc,
370: p_argument => 'datetrack_mode',
371: p_argument_value => p_datetrack_mode);
372: --
373: hr_api.mandatory_arg_error(p_api_name => l_proc,
374: p_argument => 'elig_no_othr_cvg_prte_id',
375: p_argument_value => p_elig_no_othr_cvg_prte_id);
376: --
377: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

373: hr_api.mandatory_arg_error(p_api_name => l_proc,
374: p_argument => 'elig_no_othr_cvg_prte_id',
375: p_argument_value => p_elig_no_othr_cvg_prte_id);
376: --
377: hr_api.mandatory_arg_error(p_api_name => l_proc,
378: p_argument => 'object_version_number',
379: p_argument_value => p_object_version_number);
380: --
381: -- Check to ensure the datetrack mode is not INSERT.

Line 442: When HR_Api.Object_Locked then

438: --
439: -- We need to trap the ORA LOCK exception
440: --
441: Exception
442: When HR_Api.Object_Locked then
443: --
444: -- The object is locked therefore we need to supply a meaningful
445: -- error message.
446: --