Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find Field in Functions

Status
Not open for further replies.

Zeroanarchy

Technical User
Jun 11, 2001
630
AU
Hi all,

I am currently using the following method to determine if a table in being used in a list of functions.

Code:
select referenced_owner, referenced_name, type, owner, name
from all_dependencies
where referenced_owner in ('Database1')
and referenced_name in ('PRODUCT')
order by name

Does anyone know of a way of determining if a field value is being used in a list of functions?

Cheers

[afro]ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top