SMPL_HAZ_CLASS_ITEM 
Logical Entity Name  Sample Hazard Classification Item 
Default Table Name  SMPL_HAZ_CLASS_ITEM 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner  SMPL 
Definition 
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE SMPL.SMPL_HAZ_CLASS_ITEM(
     SMPL_HAZ_ID     NUMBER(38, 0)     NOT NULL,
     CLASS_ID        VARCHAR2(50)      NOT NULL,
     SOLID_VAL       VARCHAR2(10),
     LIQ_VAL         VARCHAR2(10),
     GAS_VAL         VARCHAR2(10),
     CONSTRAINT PK_SMPL_HAZ_CLASS_ITEM PRIMARY KEY (SMPL_HAZ_ID, CLASS_ID)
     USING INDEX
         LOGGING,
     CONSTRAINT fk_shci_to_smpl_haz_class FOREIGN KEY (SMPL_HAZ_ID)
     REFERENCES SMPL.SMPL_HAZ_CLASS(SMPL_HAZ_ID)
)
LOGGING
NOPARALLEL
NOCACHE
NOCOMPRESS
;
 
PostSQL   

SMPL_HAZ_CLASS_ITEM Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SMPL_HAZ_ID(PK)(FK)  Identifier  NUMBER(38, 0)  NO 
 
CLASS_ID(PK)  Identifier  VARCHAR2(50)  NO 
 
SOLID_VAL    VARCHAR2(10)  YES 
 
LIQ_VAL    VARCHAR2(10)  YES 
 
GAS_VAL    VARCHAR2(10)  YES 
 

SMPL_HAZ_CLASS_ITEM Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SMPL_HAZ_CLASS_ITEM  PrimaryKey  SMPL_HAZ_ID, CLASS_ID 

SMPL_HAZ_CLASS_ITEM Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
SMPL_HAZ_CLASS  Identifying  One To Zero or More  fk_shci_to_smpl_haz_class      SMPL_HAZ_ID  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 

SMPL_HAZ_CLASS_ITEM Check Constraints 
Check Constraint Name  CheckConstraint 

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

SMPL_HAZ_CLASS_ITEM Partitions 
PARTITION PROPERTY  PARTITION PROPERTY VALUE 

SMPL_HAZ_CLASS_ITEM 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 

SMPL_HAZ_CLASS_ITEM Object Permissions 

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

SMPL_HAZ_CLASS_ITEM Bound Attachments 
Name  Current Value 

SMPL_HAZ_CLASS_ITEM Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
SMPL.Sample Hazard Classification Item 
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)
Does Not Exist 
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)
Does Not Exist 
NO       
SICAT (Oracle)
Does Not Exist 
NO       
SMPL (Oracle)
SMPL.SMPL_HAZ_CLASS_ITEM 
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       

SMPL_HAZ_CLASS_ITEM Where Used - Submodel Usage 
Model  Submodel Usage 
Logical  Main Model 
Logical  Sample 
SMPL (Oracle)  Main Model 

SMPL_HAZ_CLASS_ITEM Data Movement Rules 
Name  Type  Rule Text/Value