EMPL_ACCESS 
Default Table Name  EMPL_ACCESS 
Definition 
 Name: Employee Access .     Description: This table contains detail information on the system modules that an employee has access to.
 

EMPL_ACCESS Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EMPL_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: Employee ID. Description: Unique identifier for the employee.
 
S_SYSTEM_CD(PK)    VARCHAR2(3)  NO 
Name: System Type. Description: The identifier for the system. The valid values are as follows:    WTC – Web Time ,     WEC – Web Expense ,     WES – Web Self Service
 
S_LICENSE_TYPE_CD    VARCHAR2(1)  NO 
Name: License Type. Description: Identifies the type of license the user has for the system. The valid values are as follows:S – Per Seat,     T – Per Transaction
 
DEACTIVATE_DT    DATE  YES 
Name: Deactivate Date. Description: Date upon which the users access will be deactivated. .
 
MODIFIED_BY    VARCHAR2(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMBER(10, 0)  NO 
Name: Row Version. Description: The number of times this record has been updated.
 
TIME_STAMP    DATE  NO 
Name: Time Stamp. Description: Date and time the record was last modified.
 

EMPL_ACCESS Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0132  PrimaryKey  EMPL_ID, S_SYSTEM_CD 

EMPL_ACCESS Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EMPL  Identifying  One To Zero or More  F00114      EMPL_ID  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable