if (txn > 0)
{
if (getLocationObj().isStatusChangeMessageRequired() == true)
{
OutgoingPalletStatusChange opsc = new OutgoingPalletStatusChange(getHostID(), getSessionID());
opsc.submit(txn);
} else
{
logger.debug("Pallet Status Message Suppressed for Location " + getLocationObj().getLocationID());
}
}