DBA Data[Home] [Help]

APPS.BEN_EPN_SHD dependencies on HR_API

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

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

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

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

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

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

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

370: hr_api.mandatory_arg_error(p_api_name => l_proc,
371: p_argument => 'ELIG_PRBTN_PERD_PRTE_id',
372: p_argument_value => p_ELIG_PRBTN_PERD_PRTE_id);
373: --
374: hr_api.mandatory_arg_error(p_api_name => l_proc,
375: p_argument => 'object_version_number',
376: p_argument_value => p_object_version_number);
377: --
378: -- Check to ensure the datetrack mode is not INSERT.

Line 437: When HR_Api.Object_Locked then

433: --
434: -- We need to trap the ORA LOCK exception
435: --
436: Exception
437: When HR_Api.Object_Locked then
438: --
439: -- The object is locked therefore we need to supply a meaningful
440: -- error message.
441: --