EXP_RPT_TYPE_CATEGORY 
Default Table Name  EXP_RPT_TYPE_CATEGORY 
Definition 
 Name: Expense Report Type Expense Categories.     Description: This table contains the valid expense categories for each expense report types..
 

EXP_RPT_TYPE_CATEGORY Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EXP_RPT_TYPE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Expense Report Type. Description: Unique identifier for this Expense Report Type.
 
EXP_CATEGORY_CD(PK)    VARCHAR2(10)  NO 
Name: Expene Category. Description: The expense category unique identifier.
 
CATEGORY_SEQ_NO    NUMBER(10, 0)  NO 
Name: Sequence Number. Description: Default sequence number for Category. This controls the order of the Category on Expense Reports.
 
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_RPT_TYPE_CATEGORY Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0218  PrimaryKey  EXP_RPT_TYPE_CD, EXP_CATEGORY_CD 

EXP_RPT_TYPE_CATEGORY Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EXP_RPT_TYPE  Identifying  One To Zero or More  F00279      EXP_RPT_TYPE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
EXP_RPT_TYPE_CATEGORY_LABELS  Identifying  One To Zero or More  F00281        NO  NO 
EXP_RPT_TYPE_CATEGORY_EXP_TYPE  Identifying  One To Zero or More  F00283        NO  NO 
EXP_RPT_EXPENSE  Non-Identifying  One To Zero or More  F00340        NO  NO 
EXP_AUTH_EXPENSE  Non-Identifying  One To Zero or More  F00361        NO  NO