Directly from the database it might not be possible to find the tablename from the value in a particular column. However if you have the column name, you can find the tables which contain this column from user_tab_cols to narrow down your manual search.