DBA Data[Home] [Help]

APPS.GHR_CDT_SHD dependencies on HR_API

Line 158: hr_api.mandatory_arg_error

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

Line 164: hr_api.mandatory_arg_error

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

Line 192: When HR_Api.Object_Locked then

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