DBA Data[Home] [Help]

APPS.GL_BEST_IND_VALUE SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 29

       select c.index_name ind_name, substr(c.column_name,1,40) col_name
       from all_ind_columns c
       where
         c.table_name = 'GL_CODE_COMBINATIONS' and
         c.table_owner = l_table_owner and
         c.column_position = 1
       order by col_name ASC;