DBA Data[Home] [Help]

APPS.BEN_CSO_SHD dependencies on HR_API

Line 237: hr_api.mandatory_arg_error

233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: hr_api.mandatory_arg_error
238: (p_api_name => l_proc
239: ,p_argument => 'CWB_STOCK_OPTN_DTLS_ID'
240: ,p_argument_value => p_cwb_stock_optn_dtls_id
241: );

Line 243: hr_api.mandatory_arg_error

239: ,p_argument => 'CWB_STOCK_OPTN_DTLS_ID'
240: ,p_argument_value => p_cwb_stock_optn_dtls_id
241: );
242: hr_utility.set_location(l_proc,6);
243: hr_api.mandatory_arg_error
244: (p_api_name => l_proc
245: ,p_argument => 'OBJECT_VERSION_NUMBER'
246: ,p_argument_value => p_object_version_number
247: );

Line 271: When HR_Api.Object_Locked then

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