[Home] [Help]
832: and syn.table_owner = col.owner
833: and col.table_name = syn.table_name
834: UNION
835: select ucol.DATA_TYPE
836: from user_tab_columns ucol
837: where ucol.table_name = p_flexinfo.table_name
838: and ucol.column_name = l_segments.APPLICATION_COLUMN_NAME(j);
839:
840: fetch cv into l_col_data_type;