DBA Data[Home] [Help]

APPS.FND_AUDIT_REPORT dependencies on ALL_TAB_COLUMNS

Line 170: from user_synonyms syn, all_tab_columns col

166: and column_name not like 'AUDIT%'
167: and column_name not like 'ROW_KEY%'
168: and column_name not in (
169: select col.column_name
170: from user_synonyms syn, all_tab_columns col
171: where syn.synonym_name = p_table_name
172: and col.owner = syn.table_owner
173: and col.table_name = syn.table_name
174: and col.owner = p_appl_short_name)