DBA Data[Home] [Help]

APPS.BEN_EPZ_SHD dependencies on HR_API

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

387: hr_utility.set_location('Entering:'||l_proc, 5);
388: --
389: -- Ensure that all the mandatory arguments are not null
390: --
391: hr_api.mandatory_arg_error(p_api_name => l_proc,
392: p_argument => 'effective_date',
393: p_argument_value => p_effective_date);
394: --
395: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

391: hr_api.mandatory_arg_error(p_api_name => l_proc,
392: p_argument => 'effective_date',
393: p_argument_value => p_effective_date);
394: --
395: hr_api.mandatory_arg_error(p_api_name => l_proc,
396: p_argument => 'datetrack_mode',
397: p_argument_value => p_datetrack_mode);
398: --
399: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

395: hr_api.mandatory_arg_error(p_api_name => l_proc,
396: p_argument => 'datetrack_mode',
397: p_argument_value => p_datetrack_mode);
398: --
399: hr_api.mandatory_arg_error(p_api_name => l_proc,
400: p_argument => 'elig_pstl_cd_r_rng_prte_id',
401: p_argument_value => p_elig_pstl_cd_r_rng_prte_id);
402: --
403: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

399: hr_api.mandatory_arg_error(p_api_name => l_proc,
400: p_argument => 'elig_pstl_cd_r_rng_prte_id',
401: p_argument_value => p_elig_pstl_cd_r_rng_prte_id);
402: --
403: hr_api.mandatory_arg_error(p_api_name => l_proc,
404: p_argument => 'object_version_number',
405: p_argument_value => p_object_version_number);
406: --
407: -- Check to ensure the datetrack mode is not INSERT.

Line 471: When HR_Api.Object_Locked then

467: --
468: -- We need to trap the ORA LOCK exception
469: --
470: Exception
471: When HR_Api.Object_Locked then
472: --
473: -- The object is locked therefore we need to supply a meaningful
474: -- error message.
475: --