errorMessage = "Unknown Outbound Interface Type :" + ir.getInterfaceType();
messageProcessedOK = false;
if (ir.getInterfaceType().equals("Production Declaration"))
{
messageProcessedOK = opdc.processMessage(ir.getTransactionRef());
errorMessage = opdc.getErrorMessage();
GenericMessageHeader.updateStats("Output","Production Declaration", messageProcessedOK.toString());
}
if (ir.getInterfaceType().equals("Pallet Status Change"))