DBA Data[Home] [Help]

APPS.BEN_RZR_SHD dependencies on HR_API

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

348: hr_utility.set_location('Entering:'||l_proc, 5);
349: --
350: -- Ensure that all the mandatory arguments are not null
351: --
352: hr_api.mandatory_arg_error(p_api_name => l_proc,
353: p_argument => 'effective_date',
354: p_argument_value => p_effective_date);
355: --
356: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

352: hr_api.mandatory_arg_error(p_api_name => l_proc,
353: p_argument => 'effective_date',
354: p_argument_value => p_effective_date);
355: --
356: hr_api.mandatory_arg_error(p_api_name => l_proc,
357: p_argument => 'datetrack_mode',
358: p_argument_value => p_datetrack_mode);
359: --
360: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

356: hr_api.mandatory_arg_error(p_api_name => l_proc,
357: p_argument => 'datetrack_mode',
358: p_argument_value => p_datetrack_mode);
359: --
360: hr_api.mandatory_arg_error(p_api_name => l_proc,
361: p_argument => 'pstl_zip_rng_id',
362: p_argument_value => p_pstl_zip_rng_id);
363: --
364: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

360: hr_api.mandatory_arg_error(p_api_name => l_proc,
361: p_argument => 'pstl_zip_rng_id',
362: p_argument_value => p_pstl_zip_rng_id);
363: --
364: hr_api.mandatory_arg_error(p_api_name => l_proc,
365: p_argument => 'object_version_number',
366: p_argument_value => p_object_version_number);
367: --
368: -- Check to ensure the datetrack mode is not INSERT.

Line 434: When HR_Api.Object_Locked then

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