DBA Data[Home] [Help]

APPS.BEN_CWG_SHD dependencies on HR_API

Line 203: hr_api.mandatory_arg_error

199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: hr_api.mandatory_arg_error
204: (p_api_name => l_proc
205: ,p_argument => 'CWB_WKSHT_GRP_ID'
206: ,p_argument_value => p_cwb_wksht_grp_id
207: );

Line 209: hr_api.mandatory_arg_error

205: ,p_argument => 'CWB_WKSHT_GRP_ID'
206: ,p_argument_value => p_cwb_wksht_grp_id
207: );
208: hr_utility.set_location(l_proc,6);
209: hr_api.mandatory_arg_error
210: (p_api_name => l_proc
211: ,p_argument => 'OBJECT_VERSION_NUMBER'
212: ,p_argument_value => p_object_version_number
213: );

Line 237: When HR_Api.Object_Locked then

233: --
234: -- We need to trap the ORA LOCK exception
235: --
236: Exception
237: When HR_Api.Object_Locked then
238: --
239: -- The object is locked therefore we need to supply a meaningful
240: -- error message.
241: --