EXP_TYPE_OTHER 
Default Table Name  EXP_TYPE_OTHER 
Definition 
 Name: Expense Type Other Expenses.     Description: This table contains the other miscellaneous expenses that can be created when expenses are added to this expense type.
 

EXP_TYPE_OTHER Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EXP_TYPE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Expense Type. Description: The unique identifier for the expense type.
 
OTHER_EXPENSE_CD(PK)    VARCHAR2(10)  NO 
Name: Other Expense Code. Description: The expense type code for the other expense.
 
OTHER_EXPENSE_DESC    VARCHAR2(30)  NO 
Name: Other Expense Description. Description: Description for this other expense.
 
DFLT_PERSONAL_FL    VARCHAR2(1)  NO 
Name: Default Personal Flag. Description: The default personal flag for this other expense.
 
OVERRIDE_PERSONAL_FL    VARCHAR2(1)  NO 
Name: Override Personal Flag. Description: Logical as to whether user can override default personal flag.
 
OTHER_EXP_TYPE_CD(FK)    VARCHAR2(10)  NO 
Name: Other Expense Type. Description: The expense type code for the other expense.
 
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.
 

EXP_TYPE_OTHER Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0174  PrimaryKey  EXP_TYPE_CD, OTHER_EXPENSE_CD 

EXP_TYPE_OTHER Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EXP_TYPE  Identifying  One To Zero or More  F00189      EXP_TYPE_CD  NO  NO 
EXP_TYPE  Non-Identifying  One To Zero or More  F00311      OTHER_EXP_TYPE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
EXP_RPT_EXPENSE_OTHER  Non-Identifying  One To Zero or More  F00238        NO  NO