COMPANY_ACCESS 
Default Table Name  COMPANY_ACCESS 
Definition 
 Name: Company Access .     Description: This table contains detail information on the system modules that are licensed or can be licensed to the company.
 

COMPANY_ACCESS Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
COMPANY_ID(PK)(FK)    VARCHAR(10)  NO 
Name: Record Key. Description: The Company ID. 
 
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 . WSS – Web Self Service. 
 
SYSTEM_DESC    VARCHAR(30)  NO 
Name: System Description. Description: The description of the system/module.
 
SEAT_LICENSE_NO_S    VARCHAR(254)  NO 
Name: Number of Seat Licenses. Description: The number of seat licenses for the particular system for this company. This is an encrypted field.
 
TRANS_LICENSE_NO_S    VARCHAR(254)  NO 
Name: Number of Transaction Licenses. Description: The number of transactional licenses for the particular system for this company. This is an encrypted field.
 
USED_TRANS_LICENSE_NO_S    VARCHAR(254)  NO 
Name: Number of Used Transaction Licenses. Description: The number of transactional licenses current used. This is an encrypted field.
 
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.
 
LICENSE_KEY_S    VARCHAR(4000)  YES 
Name: License Key. Description: The license key for system code
 
EXPIRATION_DT    VARCHAR(254)  NO 
Name: Expiration Date Description: Date that license expires.
 

COMPANY_ACCESS Keys 
Key Name  Key Type  Keys 
RI_F00115  Inversion Entry  COMPANY_ID 
PI_0133  PrimaryKey  COMPANY_ID, S_SYSTEM_CD 

COMPANY_ACCESS Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
COMPANY  Identifying  One To Zero or More        COMPANY_ID  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype