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 Columns 
ColumnName  Domain  Datatype  NULL  Definition 
USER_COMPANY_ID(PK)(FK)    VARCHAR2(30)  NO 
Name: Domain. Description: The external name a user enters to log into the Deltek Time and Expense System.
 
LOGIN_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: Login ID. Description: Login ID identifier for the password record.
 
INACTIVE_FL    VARCHAR2(1)  NO 
Name: Inactive Flag. Description: Logical as to whether password has been deactivated.
 
MODIFIED_BY    VARCHAR2(20)  NO 
Name: Modified By. Description: The Login ID that 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.
 
PASSWORD_S    VARCHAR2(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 Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0113  PrimaryKey  LOGIN_ID, USER_COMPANY_ID, EFFECTIVE_DTT 

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