Users can delete any payment interval schedule by using this method. This method takes only appLease
or checksum
value to delete the entire schedule from RJP
/RJPS
table and also confirms that no change has been made since retrieved. This will change the automatic payment interval to 1 on deleting the RJP
/RJPS
data. The checksum
parameter is used to handle concurrency issues.
public.String deleteSchedule(String appLseNumber, String checksum)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
applseNumber - - Application or a lease number.
checksum - - Checksum value of the record required deletion.?