UNV_OBJECT

Name Null ? Type Values
OBJECT_ID NOT NULL int10 Sequence number, starts with 1. Increment from max(object_id).
UNIVERSE_ID NOT NULL int10 foreign key to unv_universe.
CLASS_ID NOT NULL int10 Class object resides in.
OBJ_NAME NOT NULL char(35) Name of the object.
OBJ_HIDDEN NOT NULL char(2) Y,N hidden or not.
OBJ_POSITION NOT NULL int10 Order the object sits within the class.