DBA Data[Home] [Help]

APPS.ECE_UTILITIES dependencies on USER_TAB_COLUMNS

Line 172: from user_tab_columns

168: is
169: cursor c_atc(my_table VARCHAR2, my_column VARCHAR2) is
170: select data_length,
171: data_type
172: from user_tab_columns
173: where column_name = my_column
174: and table_name = my_table;
175:
176: cursor c_inc is