EMPLOYEE 
Logical Entity Name  Employee 
Default Table Name  EMPLOYEE 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner  OPER 
Definition 
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE OPER.EMPLOYEE(
     BN                VARCHAR2(10)      NOT NULL,
     USER_ID           VARCHAR2(9),
     EMP_CODE          VARCHAR2(9),
     ACT_EMP_IND       VARCHAR2(3),
     FIRST_NM          VARCHAR2(120),
     MIDDLE_NM         VARCHAR2(120),
     LAST_NAME         VARCHAR2(120),
     PREF_FIRST_NM     VARCHAR2(120),
     PREF_MID_NM       VARCHAR2(120),
     PREF_LAST_NM      VARCHAR2(120),
     BUILD             VARCHAR2(10),
     ROOM              VARCHAR2(24),
     MAIL_STOP         VARCHAR2(12),
     WORK_PHONE_NO     VARCHAR2(30),
     CELL_NO           VARCHAR2(30),
     EMAIL_ADDR        VARCHAR2(75)
)
PCTFREE 10
INITRANS 1
MAXTRANS 255
TABLESPACE OPER_TS
NOLOGGING
NOPARALLEL
STORAGE(INITIAL 64K
         NEXT 1024K
         MINEXTENTS 1
         MAXEXTENTS UNLIMITED
         PCTINCREASE 0
         )
NOCACHE
NOCOMPRESS
;



ALTER TABLE OPER.EMPLOYEE ADD
     CONSTRAINT PK_EMPLOYEE PRIMARY KEY (BN)
     USING INDEX
         LOGGING
;
 
PostSQL   

EMPLOYEE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
BN(PK)    VARCHAR2(10)  NO 
 
USER_ID    VARCHAR2(9)  YES 
 
EMP_CODE    VARCHAR2(9)  YES 
 
ACT_EMP_IND    VARCHAR2(3)  YES 
 
FIRST_NM  Name  VARCHAR2(120)  YES 
Name: A long description name usually accompanied by an abbreviated code.
 
MIDDLE_NM    VARCHAR2(120)  YES 
Name: A long description name usually accompanied by an abbreviated code.
 
LAST_NAME  Name  VARCHAR2(120)  YES 
Name: A long description name usually accompanied by an abbreviated code.
 
PREF_FIRST_NM  Name  VARCHAR2(120)  YES 
Name: A long description name usually accompanied by an abbreviated code.
 
PREF_MID_NM  Name  VARCHAR2(120)  YES 
Name: A long description name usually accompanied by an abbreviated code.
 
PREF_LAST_NM  Name  VARCHAR2(120)  YES 
Name: A long description name usually accompanied by an abbreviated code.
 
BUILD  Building  VARCHAR2(10)  YES 
Building:  The building number.
 
ROOM    VARCHAR2(24)  YES 
 
MAIL_STOP    VARCHAR2(12)  YES 
 
WORK_PHONE_NO    VARCHAR2(30)  YES 
 
CELL_NO    VARCHAR2(30)  YES 
 
EMAIL_ADDR  Email Addr  VARCHAR2(75)  YES 
Email Address:
 

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 
DELEG_PROXY  Identifying  One To Zero or More  fk_deleg_proxy_to_employee        NO  NO  NO 
DELEG  Non-Identifying  One To Zero or More  fk_deleg_to_employee        NO  NO  NO 
DELEG_OF_AUTH  Identifying  One To Zero or More  fk_doa_to_employee        NO  NO  NO 
DELEG_OF_AUTH_NOTIF  Identifying  One To Zero or More  fk_doan_to_employee        NO  NO  NO 
OPM_AUTHOR_ASSC  Identifying  One To Zero or More  fk_opm_auth_assc_to_emp        NO  NO  NO 
OPM_REVIEWER_ASSC  Identifying  One To Zero or More  fk_opm_rev_assc_to_emp        NO  NO  NO 
ORG_MATRIX  Identifying  One To Zero or More  fk_org_matrix_to_emp        NO  NO  NO 
RAD_AREA_ROLE_ASGN  Identifying  One To Zero or More  fk_rad_asgn_emp        NO  NO  NO 
TGT_BEAM_PARM  Non-Identifying  One To Zero or More  fk_tgt_beam_parm_emp        NO  NO  NO 

EMPLOYEE Check Constraints 
Check Constraint Name  CheckConstraint 

EMPLOYEE Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE  OPER_TS 
PctFree  10 
PCTUSED  
MinExtents 
MaxExtents  2147483645 
Initial  64 
Next  1024 
PctIncrease 
InitTrans 
MaxTrans  255 
Organization  Heap 
Cache  NO 
Logging  NotLogged 
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS  FreeLists 
FREELIST GROUPS  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  83515 
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