MAG_CHK 
Logical Entity Name  Mag Chk 
Default Table Name  MAG_CHK 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner   
Definition 
Magnet Check:
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE MAG_CHK(
     TF1_0M             CHAR(1)            DEFAULT 'N' NOT NULL,
     TF1_0M_CMNT        VARCHAR2(2000),
     TF1_3M             CHAR(1)            DEFAULT 'N' NOT NULL,
     TF1_3M_CMNT        VARCHAR2(2000),
     TF_IND             CHAR(1)            DEFAULT 'N' NOT NULL,
     TF_CMNT            VARCHAR2(2000),
     MUL_IND            CHAR(1)            DEFAULT 'N' NOT NULL,
     MUL_CMNT           VARCHAR2(2000),
     DATA_IND           CHAR(1)            DEFAULT 'N' NOT NULL,
     DATA_CMNT          VARCHAR2(2000),
     MECH_IND           CHAR(1)            DEFAULT 'N' NOT NULL,
     MECH_CMNT          VARCHAR2(2000),
     ELEC_IND           CHAR(1)            DEFAULT 'N' NOT NULL,
     ELEC_CMNT          VARCHAR2(2000),
     SHIM_IND           CHAR(1)            DEFAULT 'N' NOT NULL,
     SHIM_CMNT          VARCHAR2(2000),
     SORT_IND           CHAR(1)            DEFAULT 'N' NOT NULL,
     SORT_CMNT          VARCHAR2(2000),
     SURV_IND           CHAR(1)            DEFAULT 'N' NOT NULL,
     SURV_CMNT          VARCHAR2(2000),
     DOC_IND            CHAR(1)            DEFAULT 'N' NOT NULL,
     DOC_CMNT           VARCHAR2(2000),
     HCA_IND            CHAR(1)            DEFAULT 'N' NOT NULL,
     HCA_CMNT           VARCHAR2(2000),
     SUMRY_IND          CHAR(1)            DEFAULT 'N' NOT NULL,
     SUMRY_CMNT         VARCHAR2(2000),
     MEAS_DATA_IND      CHAR(1)            DEFAULT 'N' NOT NULL,
     MEAS_DATA_CMNT     VARCHAR2(2000),
     MDL_IO_IND         CHAR(1)            DEFAULT 'N' NOT NULL,
     MDL_IO_CMNT        VARCHAR2(2000),
     MOD_DTE            DATE               NOT NULL,
     EQUIP_ID           VARCHAR2(30)       NOT NULL,
     CONSTRAINT PKMAG_CHK PRIMARY KEY (EQUIP_ID),
     CONSTRAINT MAG_MAG_CHK_RF FOREIGN KEY (EQUIP_ID)
     REFERENCES MAG(EQUIP_ID)
)
PCTFREE 10
PCTUSED 40
INITRANS 1
MAXTRANS 255
TABLESPACE MAGNET_TS
LOGGING
NOPARALLEL
STORAGE(INITIAL 10K
         NEXT 10K
         MINEXTENTS 1
         MAXEXTENTS 121
         PCTINCREASE 50
         )
NOCACHE
NOCOMPRESS
;
 
PostSQL   

MAG_CHK Columns 
ColumnName  Domain  Datatype  NULL  Definition 
TF1_0M  Indicator  CHAR(1)  NO 
Transfer Function 1.0 Measured Indicator:  The transfer function at 1.0 GeV measured indicator.
 
TF1_0M_CMNT  Comment  VARCHAR2(2000)  YES 
Transfer Function 1.0 Measured Comment:  The transfer function at 1.0 GeV measured comment.
 
TF1_3M  Indicator  CHAR(1)  NO 
Transfer Function 1.3 Measured Indicator:  The transfer function at 1.3 GeV measured indicator.
 
TF1_3M_CMNT  Comment  VARCHAR2(2000)  YES 
Transfer Function 1.3 Measured Commnent:  The transfer function at 1.3 GeV measured comment.
 
TF_IND  Indicator  CHAR(1)  NO 
Transfer Function Indicator:  Indicates whether the integral transfer function is satisfactory.
 
TF_CMNT  Comment  VARCHAR2(2000)  YES 
Transfer Function Comment:  A free form text field relating to the Transfer Function Indicator.
 
MUL_IND  Indicator  CHAR(1)  NO 
Magnetic Harmonic Indicator
 
MUL_CMNT  Comment  VARCHAR2(2000)  YES 
Magnetic Harmonic Comment
 
DATA_IND  Indicator  CHAR(1)  NO 
Data Indicator:  Indicates if the data was properly transferred to the database tables.
 
DATA_CMNT  Comment  VARCHAR2(2000)  YES 
Data Comment:  A free form text field relating to the data ind field.
 
MECH_IND  Indicator  CHAR(1)  NO 
Mechanical Indicator:  Used to indicate if the mechanical test is complete.
 
MECH_CMNT  Comment  VARCHAR2(2000)  YES 
Mechanical Comment:  A free form text field relating to the mechanical indicator.
 
ELEC_IND  Indicator  CHAR(1)  NO 
Electrical Indicator:  Used to indicate if the electrical test is complete.
 
ELEC_CMNT  Comment  VARCHAR2(2000)  YES 
Electrical Comment:  A free form text field relating to the Electrical Indicator.
 
SHIM_IND  Indicator  CHAR(1)  NO 
Shim Indicator:  Used to indicated if the magnet is shimmed.
 
SHIM_CMNT  Comment  VARCHAR2(2000)  YES 
Shimmed Comment:  A free form text field relating to the Shimmed Indicator.
 
SORT_IND  Indicator  CHAR(1)  NO 
Sort Indicator: Used to indicate if the magnetic check is sorted.
 
SORT_CMNT  Comment  VARCHAR2(2000)  YES 
Sort Comment:  A free form text field relating to the Sort Indicator.
 
SURV_IND  Indicator  CHAR(1)  NO 
Survey Indicator:  Indicates if the survey is complete.
 
SURV_CMNT  Comment  VARCHAR2(2000)  YES 
Survey Comment:  A free from text field relating to the Sort Indicator.
 
DOC_IND  Indicator  CHAR(1)  NO 
Documentation Indicator:  Use to indicated if the documentation is complete.
 
DOC_CMNT  Comment  VARCHAR2(2000)  YES 
Documentation Comment:  A free form text field relating to the documentatiion indicator.
 
HCA_IND  Indicator  CHAR(1)  NO 
Half Cell Assigned Indicator:  Used to indicated if the half-cell is assigned.
 
HCA_CMNT  Comment  VARCHAR2(2000)  YES 
Half-Cell Comment:  A free form text field relating to the Half-Cell Indicator.
 
SUMRY_IND  Indicator  CHAR(1)  NO 
Survey Indicator:  Used to indicate if the survey is complete.
 
SUMRY_CMNT  Comment  VARCHAR2(2000)  YES 
Survey Comment:  A free form text field relating to the Survey Indicator.
 
MEAS_DATA_IND  Indicator  CHAR(1)  NO 
Measurement Data Indicator.  Used to indicate if the data was sent to SNS.
 
MEAS_DATA_CMNT  Comment  VARCHAR2(2000)  YES 
Measurement Data Comment:  A free from text field related to the Measurement Data Indicator.
 
MDL_IO_IND  Indicator  CHAR(1)  NO 
Model Input/Output Indicator: Indicates if the magnet model input and output information was sent to SNS.
 
MDL_IO_CMNT  Comment  VARCHAR2(2000)  YES 
Model Input/Output Comment:  A free form text field relating to the Model Input/Output Indicator.
 
MOD_DTE  Modify Date  DATE  NO 
Modify Date: The date the current entry was made.
 
EQUIP_ID(PK)(FK)  Asset Identifier  VARCHAR2(30)  NO 
Asset Identifier: The Datastream/Infor asset identifier also often referred to as the Barcode Id.
 

MAG_CHK Primary and Unique Keys 
Key Name  Key Type  Keys 

MAG_CHK Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
MAG  Identifying  One to Zero or One  MAG_MAG_CHK_RF      EQUIP_ID  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 

MAG_CHK Check Constraints 
Check Constraint Name  CheckConstraint 

MAG_CHK Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE  MAGNET_TS 
PctFree  10 
PCTUSED   40 
MinExtents 
MaxExtents  121 
Initial  10 
Next  10 
PctIncrease  50 
InitTrans 
MaxTrans  255 
Organization  Heap 
Cache  NO 
Logging   
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS   
FREELIST GROUPS   
Buffer Pool   
Table Compression  NO 
Row Movement  Disabled 

MAG_CHK Partitions 
PARTITION PROPERTY  PARTITION PROPERTY VALUE 

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

MAG_CHK Object Permissions 

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

MAG_CHK Bound Attachments 
Name  Current Value 

MAG_CHK Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
Does Not Exist 
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)
MAG_CHK 
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)
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       

MAG_CHK Where Used - Submodel Usage 
Model  Submodel Usage 
Magnet (Oracle)  Main Model 

MAG_CHK Data Movement Rules 
Name  Type  Rule Text/Value