EXP_RPT_TYPE_CODE1 
Default Table Name  EXP_RPT_TYPE_CODE1 
Definition 
 Name: Expense Report Type Code.     Description: This table contains the valid user defined code1 codes for a specific expense report type.
 

EXP_RPT_TYPE_CODE1 Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EXP_RPT_TYPE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Expense Report Type. Description: The expense report type unique identifier.
 
CODE1_CD(PK)    VARCHAR2(20)  NO 
Name: User Defined Code 1 . Description: The unique identifier for the user defined Code1.
 
CODE1_DESC    VARCHAR2(30)  NO 
Name: User Defined Code 1 Description. Description: The description for the user defined Code1.
 
DEFAULT_FL    VARCHAR2(1)  NO 
Name: Default Flag. Description: Logical as to whether this is code1 is defaulted in Expense report wizard.
 
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_CODE1 Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0259  PrimaryKey  EXP_RPT_TYPE_CD, CODE1_CD 

EXP_RPT_TYPE_CODE1 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  F00394      EXP_RPT_TYPE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable