DBA Data[Home] [Help]

APPS.BIS_VG_DESC_FLEX dependencies on ALL_TAB_COLUMNS

Line 828: from user_synonyms syn, all_tab_columns col

824: if l_segments.APPLICATION_COLUMN_NAME(j) not like 'ATTRIBUTE%' then
825: --use schema
826: open cv for
827: select col.DATA_TYPE
828: from user_synonyms syn, all_tab_columns col
829: where syn.synonym_name = p_flexinfo.table_name
830: and col.column_name = l_segments.APPLICATION_COLUMN_NAME(j)
831: and syn.table_owner = p_schema
832: and syn.table_owner = col.owner