Allows a user to add assessment to invoice charges at lease or asset level. The method takes input parameters to process and add assessment record for a provided asset or a lease record. Only one record can be processed at a time. The input elements must contain all required data to apply assessment. The method will return back informational success and failure error message accordingly depending on the function performed.
public String addAssessment(String lease, String asset, String invoice, String dueDate, String assmt, Double amount, String ptax, String fhut, String lienDate, String reason)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
lease - - Lease Number
asset - - Asset Number
invoice - - Invoice Number
dueDate - - Invoice Due Date (MMDDYY)
assmt - - Assessment Code
amount - - Assessment Amount
ptax - - Property Tax Description Code
fhut - - Federal Highway Use Tax Description Code
lienDate - - Lien Date of Property Tax (MMDDYY)
reason - - Transaction reason code (TRN.RSN code)