EMPLOYEE 
Logical Entity Name  Employee 
Default Table Name  EMPLOYEE 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner   
Definition 
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE EMPLOYEE(
     BN     VARCHAR2(6)     NOT NULL,
     CONSTRAINT PK_EMPLOYEE PRIMARY KEY (BN)
     USING INDEX
         PCTFREE 0
         TABLESPACE CONT_INDEX_TS
         LOGGING
         STORAGE(INITIAL 64K
                 NEXT 64K
                 MINEXTENTS 1
                 MAXEXTENTS UNLIMITED
                 PCTINCREASE 0
                 )
)
PCTFREE 0
TABLESPACE CONT_TS
LOGGING
NOPARALLEL
STORAGE(INITIAL 64K
         NEXT 64K
         MINEXTENTS 1
         MAXEXTENTS UNLIMITED
         PCTINCREASE 0
         )
NOCACHE
NOCOMPRESS
;
 
PostSQL   

EMPLOYEE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
BN(PK)    VARCHAR2(6)  NO 
 

EMPLOYEE Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_EMPLOYEE  PrimaryKey  BN 

EMPLOYEE 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 
ICS_APPL_SFTW  Non-Identifying  Zero or One to Zero or More  FK_SFTW_APPL_EMPLOYEE        NO  NO  NO 

EMPLOYEE Check Constraints 
Check Constraint Name  CheckConstraint 

EMPLOYEE Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE  CONT_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 

EMPLOYEE Partitions 
PARTITION PROPERTY  PARTITION PROPERTY VALUE 

EMPLOYEE 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 

EMPLOYEE Object Permissions 

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

EMPLOYEE Bound Attachments 
Name  Current Value 

EMPLOYEE Where Used - Model Usage 
Mapped Object  Is User Defined?  Denormalization Mappings  Description  Bound Attachments 
Logical
OPER.Employee 
NO       
Logical
XF_ADMIN.Employee 
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)
OPER.EMPLOYEE 
NO       
CHAN_ARCH (Oracle)
Does Not Exist 
NO       
CNMS_PRPSL (Oracle)
XF_ADMIN.EMPLOYEE 
NO       
DIAG (Oracle)
Does Not Exist 
NO       
DIAG_MPS (Oracle)
Does Not Exist 
NO       
ENGA (Oracle)
XF_ADMIN.EMPLOYEE 
NO       
EPICS (Oracle)
Does Not Exist 
NO       
EQUIP (Oracle)
Does Not Exist 
NO       
EXPRESS (Oracle)
XF_ADMIN.EMPLOYEE 
NO       
ICS_SFTW_APPL (Oracle)
EMPLOYEE 
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)
XF_ADMIN.EMPLOYEE 
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.EMPLOYEE 
NO       
PART (Oracle)
Does Not Exist 
NO       
PRINT (Oracle)
Does Not Exist 
NO       
PROC (Oracle)
Does Not Exist 
NO       
PRPSL (Oracle)
XF_ADMIN.EMPLOYEE 
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)
XF_ADMIN.EMPLOYEE 
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)
XF_ADMIN.EMPLOYEE 
NO       

EMPLOYEE Where Used - Submodel Usage 
Model  Submodel Usage 
Logical  Main Model 
Logical  Bypass Request 
Logical  CNMS Proposal 
Logical  Engagement Tracking 
Logical  Experimental Facilities Administration 
Logical  Express 
Logical  ICS Software Applications 
Logical  Integrated Proposal Tracking System 
Logical  Inventory Control 
Logical  Operation 
Logical  Operation - OPM 
Logical  Sample 
BYPASS_REQ (Oracle)  Main Model 
CNMS_PRPSL (Oracle)  Main Model 
ENGA (Oracle)  Main Model 
EXPRESS (Oracle)  Main Model 
ICS_SFTW_APPL (Oracle)  Main Model 
IPTSv5 (Oracle)  Main Model 
OPER (Oracle)  Main Model 
OPER (Oracle)  OPM 
PRPSL (Oracle)  Main Model 
SMPL (Oracle)  Main Model 
XF_ADMIN (Oracle)  Main Model 

EMPLOYEE Data Movement Rules 
Name  Type  Rule Text/Value