BEAM_DOWNTIME_ACCT 
Logical Entity Name  Beam Downtime Accounting 
Default Table Name  BEAM_DOWNTIME_ACCT 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner  OPER 
Definition 
Beam Downtime Accounting: The amount unplanned beam down time grouped by operational category.
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE OPER.BEAM_DOWNTIME_ACCT(
     OPER_GRP_ID         VARCHAR2(10)       NOT NULL,
     OPER_SUBGRP1_ID     VARCHAR2(10)       NOT NULL,
     downtime_dte        DATE               DEFAULT sysdate NOT NULL,
     downtime            NUMBER(3, 1)       NOT NULL,
     notes               VARCHAR2(4000),
     PREV_SHIFT_IND      CHAR(1)            DEFAULT 'N' NOT NULL,
     WO_NBR              VARCHAR2(10),
     CONSTRAINT RefOPER_SUBGRP12388 FOREIGN KEY (OPER_GRP_ID, OPER_SUBGRP1_ID)
     REFERENCES OPER.OPER_SUBGRP1(OPER_GRP_ID, OPER_SUBGRP1_ID)
)
PCTFREE 10
INITRANS 1
MAXTRANS 255
TABLESPACE OPER_TS
LOGGING
NOPARALLEL
STORAGE(INITIAL 512K
         NEXT 1024K
         MINEXTENTS 1
         MAXEXTENTS UNLIMITED
         PCTINCREASE 0
         )
NOCACHE
NOCOMPRESS
;



ALTER TABLE OPER.BEAM_DOWNTIME_ACCT ADD
     CONSTRAINT beam_downtime_acct_pk PRIMARY KEY (OPER_GRP_ID, OPER_SUBGRP1_ID, downtime_dte)
     USING INDEX
         LOGGING
;
 
PostSQL   

BEAM_DOWNTIME_ACCT Columns 
ColumnName  Domain  Datatype  NULL  Definition 
OPER_GRP_ID(PK)(FK)  Operation Group  VARCHAR2(10)  NO 
Equipment Category  Identifier: The unique identifier for a specific equipment category.
 
OPER_SUBGRP1_ID(PK)(FK)    VARCHAR2(10)  NO 
Equipment Subcategory Identifier:  The unique identifer for an equipment subcategory.
 
downtime_dte(PK)  Date  DATE  NO 
Date: Date and time to seconds.
 
downtime    NUMBER(3, 1)  NO 
Downtime: The amount of beam time down in tenths due to problem that feel within the operation category.
 
notes  Note  VARCHAR2(4000)  YES 
 
PREV_SHIFT_IND    CHAR(1)  NO 
Previous Shift Indicator: Indicates the downtime is a continuation from the previous shift.
 
WO_NBR    VARCHAR2(10)  YES 
Work Order Number: Assign a DataStream work order initiated to repair the cause of the downtime to the entry.
 

BEAM_DOWNTIME_ACCT Primary and Unique Keys 
Key Name  Key Type  Keys 
beam_downtime_acct_pk  PrimaryKey  OPER_GRP_ID, OPER_SUBGRP1_ID, downtime_dte 

BEAM_DOWNTIME_ACCT Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
OPER_SUBGRP1  Identifying  One To Zero or More        OPER_GRP_ID, OPER_SUBGRP1_ID  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred 
DT_TIMER_ACCT_ASSC  Identifying  One To Zero or More  fk_beam_dt_acct_to_dtaa        NO  NO  NO 

BEAM_DOWNTIME_ACCT Check Constraints 
Check Constraint Name  CheckConstraint 

BEAM_DOWNTIME_ACCT Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE  OPER_TS 
PctFree  10 
PCTUSED  
MinExtents 
MaxExtents  2147483645 
Initial  512 
Next  1024 
PctIncrease 
InitTrans 
MaxTrans  255 
Organization  Heap 
Cache  NO 
Logging   
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS  FreeLists 
FREELIST GROUPS  FreeList Groups 
Buffer Pool   
Table Compression  NO 
Row Movement  Disabled 

BEAM_DOWNTIME_ACCT Partitions 
PARTITION PROPERTY  PARTITION PROPERTY VALUE 

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

BEAM_DOWNTIME_ACCT Object Permissions 

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

BEAM_DOWNTIME_ACCT Bound Attachments 
Name  Current Value 

BEAM_DOWNTIME_ACCT Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
OPER.Beam Downtime Accounting 
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)
OPER.BEAM_DOWNTIME_ACCT 
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       

BEAM_DOWNTIME_ACCT Where Used - Submodel Usage 
Model  Submodel Usage 
Logical  Main Model 
Logical  Operation 
OPER (Oracle)  Main Model 

BEAM_DOWNTIME_ACCT Data Movement Rules 
Name  Type  Rule Text/Value