DBA Data[Home] [Help]

APPS.BEN_AUD_SHD dependencies on HR_API

Line 159: hr_api.mandatory_arg_error

155: --
156: Begin
157: hr_utility.set_location('Entering:'||l_proc, 5);
158: --
159: hr_api.mandatory_arg_error
160: (p_api_name => l_proc
161: ,p_argument => 'CWB_AUDIT_ID'
162: ,p_argument_value => p_cwb_audit_id
163: );

Line 165: hr_api.mandatory_arg_error

161: ,p_argument => 'CWB_AUDIT_ID'
162: ,p_argument_value => p_cwb_audit_id
163: );
164: hr_utility.set_location(l_proc,6);
165: hr_api.mandatory_arg_error
166: (p_api_name => l_proc
167: ,p_argument => 'OBJECT_VERSION_NUMBER'
168: ,p_argument_value => p_object_version_number
169: );

Line 193: When HR_Api.Object_Locked then

189: --
190: -- We need to trap the ORA LOCK exception
191: --
192: Exception
193: When HR_Api.Object_Locked then
194: --
195: -- The object is locked therefore we need to supply a meaningful
196: -- error message.
197: --