DBA Data[Home] [Help]

APPS.PER_CEI_SHD dependencies on HR_API

Line 62: hr_api.mandatory_arg_error

58: hr_utility.set_location('Entering : '||p_cagr_entitlement_item_id||'/'||l_proc,10);
59: --
60: -- Check mandatory parameter is set
61: --
62: hr_api.mandatory_arg_error
63: (p_api_name => l_proc
64: ,p_argument => 'cagr_entitlement_item_id'
65: ,p_argument_value => p_cagr_entitlement_item_id
66: );

Line 241: hr_api.mandatory_arg_error

237: Begin
238: --
239: hr_utility.set_location('Entering:'||l_proc, 5);
240: --
241: hr_api.mandatory_arg_error
242: (p_api_name => l_proc
243: ,p_argument => 'CAGR_ENTITLEMENT_ITEM_ID'
244: ,p_argument_value => p_cagr_entitlement_item_id
245: );

Line 269: When HR_Api.Object_Locked then

265: --
266: -- We need to trap the ORA LOCK exception
267: --
268: Exception
269: When HR_Api.Object_Locked then
270: --
271: -- The object is locked therefore we need to supply a meaningful
272: -- error message.
273: --