Suppose I'm using Oracle SQL and I want to find out which columns in the database have these values:
FIM
FIM
FIM
FNP
FJH
What I do know is that it was designed using the eBusiness suite(I think it was Oracle Reports). So I can use eTRM to narrow down.
But can I just use a stored procedure( like this question ) to find where the values are?
thanks