DBA Data[Home] [Help]

APPS.BEN_CPR_SHD dependencies on HR_API

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

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

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

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

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

358: hr_api.mandatory_arg_error(p_api_name => l_proc,
359: p_argument => 'datetrack_mode',
360: p_argument_value => p_datetrack_mode);
361: --
362: hr_api.mandatory_arg_error(p_api_name => l_proc,
363: p_argument => 'popl_org_role_id',
364: p_argument_value => p_popl_org_role_id);
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 => 'popl_org_role_id',
364: p_argument_value => p_popl_org_role_id);
365: --
366: hr_api.mandatory_arg_error(p_api_name => l_proc,
367: p_argument => 'object_version_number',
368: p_argument_value => p_object_version_number);
369: --
370: -- Check to ensure the datetrack mode is not INSERT.

Line 428: When HR_Api.Object_Locked then

424: --
425: -- We need to trap the ORA LOCK exception
426: --
427: Exception
428: When HR_Api.Object_Locked then
429: --
430: -- The object is locked therefore we need to supply a meaningful
431: -- error message.
432: --