HI all
I am trying to find a system table which would identify all the development objects (graphical, script-based views, procedures) which would be affected, if a columns/tables is/are removed/modified.
As per research I have done on the systems view reference, the following tables come close but do not match the full requirement,
1) OBJECT_DEPENDENCIES - This lists all the dependent tables but do not give column level cross-reference
2) VIEW_COLUMNS - This gives the columns only present at the Semantic Node level, but do not give all columns present in the intermediate nodes.
Please let me know if there is any table/group of tables which would bind the development objects, table, columns to build a cross-reference report.
Regards
Ajay