DBA Data[Home] [Help]

APPS.PAY_TXR_SHD dependencies on HR_API

Line 193: hr_api.mandatory_arg_error

189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: --
193: hr_api.mandatory_arg_error
194: (p_api_name => l_proc
195: ,p_argument => 'JURISDICTION_CODE'
196: ,p_argument_value => p_jurisdiction_code
197: );

Line 199: /* hr_api.mandatory_arg_error

195: ,p_argument => 'JURISDICTION_CODE'
196: ,p_argument_value => p_jurisdiction_code
197: );
198: hr_utility.set_location(l_proc,6);
199: /* hr_api.mandatory_arg_error
200: (p_api_name => l_proc
201: ,p_argument => 'TAX_TYPE'
202: ,p_argument_value => p_tax_type
203: );

Line 205: hr_api.mandatory_arg_error

201: ,p_argument => 'TAX_TYPE'
202: ,p_argument_value => p_tax_type
203: );
204: hr_utility.set_location(l_proc,7);
205: hr_api.mandatory_arg_error
206: (p_api_name => l_proc
207: ,p_argument => 'TAX_CATEGORY'
208: ,p_argument_value => p_tax_category
209: );

Line 211: hr_api.mandatory_arg_error

207: ,p_argument => 'TAX_CATEGORY'
208: ,p_argument_value => p_tax_category
209: );
210: hr_utility.set_location(l_proc,8);
211: hr_api.mandatory_arg_error
212: (p_api_name => l_proc
213: ,p_argument => 'CLASSIFICATION_ID'
214: ,p_argument_value => p_classification_id
215: );

Line 218: hr_api.mandatory_arg_error

214: ,p_argument_value => p_classification_id
215: );
216: */
217: hr_utility.set_location(l_proc,9);
218: hr_api.mandatory_arg_error
219: (p_api_name => l_proc
220: ,p_argument => 'TAXABILITY_RULES_DATE_ID'
221: ,p_argument_value => p_taxability_rules_date_id
222: );

Line 242: When HR_Api.Object_Locked then

238: --
239: -- We need to trap the ORA LOCK exception
240: --
241: Exception
242: When HR_Api.Object_Locked then
243: --
244: -- The object is locked therefore we need to supply a meaningful
245: -- error message.
246: --