USER_PASSWORD 
Default Table Name  USER_PASSWORD 
Definition 
 Name: User Password.     Description: This table contains the users passwords. Note that a complete history of user passwords is maintained.
 

USER_PASSWORD Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
USER_COMPANY_ID(PK)(FK)    VARCHAR(30)  NO 
Name: Domain. Description: The external name a user enters to log into the Deltek Time and Expense System.
 
LOGIN_ID(PK)(FK)    VARCHAR(20)  NO 
Name: Login ID. Description: Login ID identifier for the password record.
 
INACTIVE_FL    VARCHAR(1)  NO 
Name: Inactive Flag. Description: Logical as to whether password has been deactivated.
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modified By. Description: The Login ID that 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.
 
PASSWORD_S    VARCHAR(60)  YES 
Name: Password. Description: Employees password.
 
EFFECTIVE_DTT(PK)    DATE  NO 
Name: Effective Date/Time. Description: The start date for password use.
 

USER_PASSWORD Keys 
Key Name  Key Type  Keys 
RI_F00082  Inversion Entry  LOGIN_ID, USER_COMPANY_ID 
PI_0113  PrimaryKey  USER_COMPANY_ID, LOGIN_ID, EFFECTIVE_DTT 

USER_PASSWORD Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
USER_INFO  Identifying  One To Zero or More        USER_COMPANY_ID, LOGIN_ID  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype