Having a sequence, I need to find out which table.column gets its values. As far as I know, Oracle doesn\'t keep track of this relationship. So, looking up for the sequence
If your sequence is used in a trigger, the trigger will be listed in the sequence's "referenced by" list.
If your sequence is only used in the source-code queries, than yes, browsing the code is the only way.