Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to find all references on a table

1017090Jun 18 2013 — edited Jun 18 2013

I have been going through the details provided for PO_HEADERS_ALL table in oracle etrm. In the comments column of description section they have specified that a particular column refers to another column of some table.

For eg.

AGENT_IDNUMBER(9)YesBuyer unique identifier. (References PO_AGENTS.agent_id)

Does oracle implements any constraints on this reference in the database?

What I am looking for is to find out all the columns in po_headers_all that references columns of another table.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2013
Added on Jun 18 2013
7 comments
8,147 views