When you go thru regular database maintenance you might need to drop some objects. In some cases this objects have dependencies, this is the case of Sequences. So this is the error you get when you try to drop a sequence and that sequences is used in some tables definition. So you need and hunt for the tables that use them and see if the tables really use them :