How do you know the particular filed in particular table

Showing Answers 1 - 6 of 6 Answers

If you know the column name, you can find out what all tables the column is used. Use this SQL> Select table_name from all_tab_columns where column_name = '<value>';

  Was this answer useful?  Yes

Manishas

  • Feb 16th, 2007
 

Since Question is related to APPS If you want to see particular filed in particular table Go to Form, Click on that field --> press Help Button in Menu -->HistoryPopup window will show Table name

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions