DBA Data[Home] [Help]

APPS.HRI_UTL_DDL dependencies on ALL_INDEXES

Line 141: FROM all_indexes

137: ' PCTFREE ' || NVL(to_char(pct_free), '10') ||
138: ' INITRANS ' || NVL(to_char(ini_trans), '11') ||
139: ' MAXTRANS ' || NVL(to_char(max_trans), '255') ||
140: ' PARALLEL ' storage_clause
141: FROM all_indexes
142: WHERE table_name = p_table_name
143: AND table_owner = p_table_owner
144: AND owner = p_table_owner
145: --