EMPLOYEE 
Logical Entity Name  Employee 
Default Table Name  EMPLOYEE 
Oracle Temporary Table  NO 
Physical Only  NO 
Do Not Generate  False 
Owner  XF_ADMIN 
Definition 
 
Note 
 
PreSQL   
DDL Code  CREATE TABLE XF_ADMIN.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)
)
;



ALTER TABLE XF_ADMIN.EMPLOYEE ADD
     CONSTRAINT PK_EMPLOYEE PRIMARY KEY (BN)
;
 
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 
EXPT_RSRC_SCHED  Non-Identifying  One To Zero or More  FK_EXPT_RES_SCH_TO_EMP        NO  NO  NO 
INSTR  Non-Identifying  One To Zero or More  FK_INSTR_GL_TO_EMP        NO  NO  NO 

EMPLOYEE Check Constraints 
Check Constraint Name  CheckConstraint 

EMPLOYEE Storage 
STORAGE OPTION  STORAGE VALUE 
TABLESPACE   
PctFree   
PCTUSED    
MinExtents   
MaxExtents   
Initial   
Next   
PctIncrease   
InitTrans   
MaxTrans   
Organization  Heap 
Cache  NO 
Logging   
Parallel  NO 
Parallel Degrees   
Parallel Instances   
FREELISTS   
FREELIST GROUPS   
Buffer Pool   
Table Compression  NO 
Compress Expression   
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
XF_ADMIN.Employee 
NO       
Logical
OPER.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