if (txn > 0)
{
if (getLocationObj().isPalletSplitMessageRequired() == true)
{
OutgoingPalletSplit ops = new OutgoingPalletSplit(getHostID(), getSessionID());
ops.submit(txn);
} else
{
logger.debug("Pallet Split Message Suppressed for Location " + getLocationObj().getLocationID());
}
}