DBA Data[Home] [Help]

APPS.BEN_CPI_SHD dependencies on HR_API

Line 441: hr_api.mandatory_arg_error

437: if g_debug then
438: hr_utility.set_location('Entering:'||l_proc, 5);
439: end if;
440: --
441: hr_api.mandatory_arg_error
442: (p_api_name => l_proc
443: ,p_argument => 'GROUP_PER_IN_LER_ID'
444: ,p_argument_value => p_group_per_in_ler_id
445: );

Line 449: hr_api.mandatory_arg_error

445: );
446: if g_debug then
447: hr_utility.set_location(l_proc,6);
448: end if;
449: hr_api.mandatory_arg_error
450: (p_api_name => l_proc
451: ,p_argument => 'OBJECT_VERSION_NUMBER'
452: ,p_argument_value => p_object_version_number
453: );

Line 479: When HR_Api.Object_Locked then

475: --
476: -- We need to trap the ORA LOCK exception
477: --
478: Exception
479: When HR_Api.Object_Locked then
480: --
481: -- The object is locked therefore we need to supply a meaningful
482: -- error message.
483: --