contactHelperLocal.entityMove(adminIndividualID, marketingListID, entityIDs );
}//end of if(marketingListID != 0 && entityIDs.length != 0 )
}//end of if(displayName != null && displayName.equals("Marketing List") && queryTableID != 0)
// inserting the batched query to the database.
int[] batchResult = cvdal.batchProcess(batchQuery);
} //end of try block
catch (Exception e)
{
logger.error("[Exception] GlobalReplaceEJB.performGlobalReplace:", e);