MAG_SPLINE 
Logical Entity Name  Mag Spline 
Default Table Name  MAG_SPLINE 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner   
Definition 
Magnetic Spline:  This table is implemented as a nested table within the Oracle database.
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE MAG_SPLINE(
     FLD_CUR_FUNC_IND     CHAR(1)            DEFAULT 'N' NOT NULL,
     COEFS                NUMBER(14, 10),
     X_PT                 NUMBER(14, 10),
     Y_PT                 NUMBER(14, 10),
     MAX_CUR              NUMBER(14, 6),
     MIN_CUR              NUMBER(14, 6),
     MAX_FLD              NUMBER(14, 6),
     MIN_FLD              NUMBER(14, 6),
     FILE_NM              VARCHAR2(255),
     DIR_NM               VARCHAR2(255),
     MOD_DTE              DATE               NOT NULL,
     MOD_BY_UID           VARCHAR2(64)       NOT NULL,
     EQUIP_ID             VARCHAR2(30)       NOT NULL,
     CONSTRAINT MAG_SPLINE_PK PRIMARY KEY (FLD_CUR_FUNC_IND, EQUIP_ID)
     USING INDEX
         PCTFREE 10
         INITRANS 2
         MAXTRANS 255
         TABLESPACE MAGNET_INDEX_TS
         LOGGING
         STORAGE(INITIAL 10K
                 NEXT 10K
                 MINEXTENTS 1
                 MAXEXTENTS 121
                 PCTINCREASE 50
                 ),
     CONSTRAINT MAG_MAG_SPLINE_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_SPLINE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
FLD_CUR_FUNC_IND(PK)  Indicator  CHAR(1)  NO 
Field Current Function Indicator: The spline is for a fit of: (A) field as a function of current or (B) current as a function of field.

 
COEFS  Magnet Large Value  NUMBER(14, 10)  YES 
Cooeficient
 
X_PT  Magnet Large Value  NUMBER(14, 10)  YES 
 
Y_PT  Magnet Large Value  NUMBER(14, 10)  YES 
 
MAX_CUR  Standard Number   NUMBER(14, 6)  YES 
Maximum Current: The maximum operation current for the magnet.
 
MIN_CUR  Standard Number   NUMBER(14, 6)  YES 
Minimum Current: The minimum operation current for the magnet.
 
MAX_FLD  Standard Number   NUMBER(14, 6)  YES 
Maximum Field:
 
MIN_FLD  Standard Number   NUMBER(14, 6)  YES 
Minimum Field: 
 
FILE_NM  File Name  VARCHAR2(255)  YES 
 File name: The file name for the spline data.
 
DIR_NM    VARCHAR2(255)  YES 
Directory Name: The directory where the spline file is exported to.
 
MOD_DTE  Modify Date  DATE  NO 
Modify Date: The date the entity values were were created or modified.
 
MOD_BY_UID  Mod By Uid  VARCHAR2(64)  NO 
Modified by Userid:  The database userid of the person who inserted or update a record in the table.
 
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_SPLINE Primary and Unique Keys 
Key Name  Key Type  Keys 
MAG_SPLINE_PK  PrimaryKey  FLD_CUR_FUNC_IND, EQUIP_ID 

MAG_SPLINE 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 More  MAG_MAG_SPLINE_RF      EQUIP_ID  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 

MAG_SPLINE Check Constraints 
Check Constraint Name  CheckConstraint 

MAG_SPLINE 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_SPLINE Partitions 
PARTITION PROPERTY  PARTITION PROPERTY VALUE 

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

MAG_SPLINE Object Permissions 

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

MAG_SPLINE Bound Attachments 
Name  Current Value 

MAG_SPLINE 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_SPLINE 
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_SPLINE Where Used - Submodel Usage 
Model  Submodel Usage 
Magnet (Oracle)  Main Model 

MAG_SPLINE Data Movement Rules 
Name  Type  Rule Text/Value