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 Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EMPL_ID(PK)(FK)    VARCHAR(20)  NO 
Name: Employee ID. Description: Unique identifier for the employee.
 
S_SYSTEM_CD(PK)    VARCHAR(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    VARCHAR(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    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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 Keys 
Key Name  Key Type  Keys 
RI_F00114  Inversion Entry  EMPL_ID 
PI_0132  PrimaryKey  EMPL_ID, S_SYSTEM_CD 

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