select SUBOBJECT_NAME from USER_OBJECTS WHERE SUBOBJECT_NAME IS NOT NULL AND lower(OBJECT_NAME)=lower(table_name);
Wanted an equivalent select statem