EQUIP_CAT 
Logical Entity Name  Equipment Category 
Default Table Name  EQUIP_CAT 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner   
Definition 
Equipment Category: The master list of the categories of equipment.
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE EQUIP_CAT(
     EQUIP_CAT_ID             VARCHAR2(10)      NOT NULL,
     EQUIP_CAT_NM             VARCHAR2(120)     NOT NULL,
     EQUIP_CAT_EMAIL_ADDR     VARCHAR2(50),
     ETS_IND                  CHAR(1)           DEFAULT 'N' NOT NULL,
     CL_IND                   CHAR(1)           DEFAULT 'N' NOT NULL,
     PW_IND                   CHAR(1)           DEFAULT 'N' NOT NULL,
     ELOG_IND                 CHAR(1)           DEFAULT 'N' NOT NULL,
     CALL_DOWN_IND            CHAR(1)           DEFAULT 'N' NOT NULL,
     BEAM_DOWNTIME_IND        CHAR(1)           DEFAULT 'N' NOT NULL,
     CONSTRAINT EQUIP_CAT_PK PRIMARY KEY (EQUIP_CAT_ID)
     USING INDEX
TABLESPACE EPICS_INDEX_TS
         LOGGING
         STORAGE(INITIAL 64K
                 NEXT 64K
                 MINEXTENTS 1
                 MAXEXTENTS UNLIMITED
                 PCTINCREASE 0
                 )
)
TABLESPACE EPICS_TS
LOGGING
NOPARALLEL
STORAGE(INITIAL 64K
         NEXT 64K
         MINEXTENTS 1
         MAXEXTENTS UNLIMITED
         PCTINCREASE 0
         )
NOCACHE
NOCOMPRESS
;
 
PostSQL   

EQUIP_CAT Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EQUIP_CAT_ID(PK)  Operation Group  VARCHAR2(10)  NO 
Equipment Category  Identifier: The unique identifier for a specific equipment category.
 
EQUIP_CAT_NM  Name  VARCHAR2(120)  NO 
Equipment Category Name: The name associated with the equipment category identifier.
 
EQUIP_CAT_EMAIL_ADDR    VARCHAR2(50)  YES 
Equipment Category Email Address: The majordomo email address for the category.
 
ETS_IND  Indicator  CHAR(1)  NO 
Equipment Tracking Indicator: ETS category.
 
CL_IND  Indicator  CHAR(1)  NO 
 
PW_IND  Indicator  CHAR(1)  NO 
ProjectWise Indicator: Category used in ProjectWise.
 
ELOG_IND  Indicator  CHAR(1)  NO 
Electronic Logbook Indicator:  Category used as logbook name.
 
CALL_DOWN_IND  Indicator  CHAR(1)  NO 
Call Down List Indicator: Indicates that this category is used as category in the Operations call down list.
 
BEAM_DOWNTIME_IND  Indicator  CHAR(1)  NO 
Beam Downtime Indicator: Indicates that this category can be used in the tracking of beam downtime causes.
 

EQUIP_CAT Primary and Unique Keys 
Key Name  Key Type  Keys 
EQUIP_CAT_PK  PrimaryKey  EQUIP_CAT_ID 

EQUIP_CAT Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 

EQUIP_CAT Check Constraints 
Check Constraint Name  CheckConstraint 

EQUIP_CAT Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE  EPICS_TS 
PctFree   
PCTUSED    
MinExtents 
MaxExtents  2147483645 
Initial  64 
Next  64 
PctIncrease 
InitTrans   
MaxTrans   
Organization  Heap 
Cache  NO 
Logging   
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS   
FREELIST GROUPS   
Buffer Pool   
Table Compression  NO 
Row Movement  Disabled 

EQUIP_CAT Partitions 
PARTITION PROPERTY  PARTITION PROPERTY VALUE 

EQUIP_CAT Growth Metrics 
TABLE METRIC  TABLE METRIC VALUE 
Current Row Count 
Growth  Static 
Growth Type  N/A 
Growth Period  N/A 
Maximum Rows 
Average Row Size 

EQUIP_CAT Object Permissions 

User/Role Name  Grantee Type  Permission Type  Action Type  Is Action Extended  Is System 
EQUIP_CAT Security Types 
Name  Current Value 

EQUIP_CAT Bound Attachments 
Name  Current Value 

EQUIP_CAT Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
EQUIP.Equipment Category 
NO       
ALARM_MYSQL (MySQL)
Does Not Exist 
NO       
ALARM_ORACLE (Oracle)
Does Not Exist 
NO       
BICS (Oracle)
Does Not Exist 
NO       
BLM (Oracle)
Does Not Exist 
NO       
BYPASS_REQ (Oracle)
Does Not Exist 
NO       
CHAN_ARCH (Oracle)
Does Not Exist 
NO       
CNMS_PRPSL (Oracle)
Does Not Exist 
NO       
DIAG (Oracle)
Does Not Exist 
NO       
DIAG_MPS (Oracle)
Does Not Exist 
NO       
ENGA (Oracle)
Does Not Exist 
NO       
EPICS (Oracle)
Does Not Exist 
NO       
EQUIP (Oracle)
EQUIP_CAT 
NO       
EXPRESS (Oracle)
Does Not Exist 
NO       
ICS_SFTW_APPL (Oracle)
Does Not Exist 
NO       
INSTR (Oracle)
Does Not Exist 
NO       
Instrument Logbook (Oracle)
Does Not Exist 
NO       
INVT (Oracle)
Does Not Exist 
NO       
IONSRC (Oracle)
Does Not Exist 
NO       
IONSRC1 (Oracle)
Does Not Exist 
NO       
IPTSv5 (Oracle)
Does Not Exist 
NO       
IRMISBase (Oracle)
Does Not Exist 
NO       
Logbook (Oracle)
Does Not Exist 
NO       
Magnet (Oracle)
Does Not Exist 
NO       
MPS (Oracle)
Does Not Exist 
NO       
NS_OPER (Oracle)
Does Not Exist 
NO       
OPER (Oracle)
Does Not Exist 
NO       
PART (Oracle)
Does Not Exist 
NO       
PRINT (Oracle)
Does Not Exist 
NO       
PROC (Oracle)
Does Not Exist 
NO       
PRPSL (Oracle)
Does Not Exist 
NO       
PUBL (Oracle)
Does Not Exist 
NO       
PUBL_V1 (Oracle)
Does Not Exist 
NO       
PV_LOGGER (Oracle)
Does Not Exist 
NO       
SCORE (Oracle)
EQUIP_CAT 
NO       
SICAT (Oracle)
Does Not Exist 
NO       
SMPL (Oracle)
Does Not Exist 
NO       
SMPLACT (Oracle)
Does Not Exist 
NO       
SURVEY (Oracle)
Does Not Exist 
NO       
Watchman (Oracle)
Does Not Exist 
NO       
XAL_OPTICS (Oracle)
Does Not Exist 
NO       
XF_ADMIN (Oracle)
Does Not Exist 
NO       

EQUIP_CAT Where Used - Submodel Usage 
Model  Submodel Usage 
Logical  Main Model 
Logical  Equipment 
Logical  Logbook 
Logical  Part Inventory 
Logical  SCORE 
EQUIP (Oracle)  Main Model 
SCORE (Oracle)  Main Model 

EQUIP_CAT Data Movement Rules 
Name  Type  Rule Text/Value