cleanTransactionsTable() Calls businessObjectService to remove all the procurement card transaction rows from the transaction load table.
public boolean
loadProcurementCardFile(String fileName) Validates and parses the given file, then stores transactions into a temp table.
Parameters: fileName - The name of the file to be parsed.