GenericMessageHeader.updateStats("Output","Production Declaration", messageProcessedOK.toString());
}
if (ir.getInterfaceType().equals("Pallet Status Change"))
{
messageProcessedOK = psc.processMessage(ir.getTransactionRef());
errorMessage = psc.getErrorMessage();
GenericMessageHeader.updateStats("Output","Pallet Status Change", messageProcessedOK.toString());
}
if (ir.getInterfaceType().equals("Pallet Split"))