EXP_RPT_TYPE_LABELS 
Default Table Name  EXP_RPT_TYPE_LABELS 
Definition 
 Name: Expense Report Type Labels.     Description: This table contains the user defined labels for the expense report type.
 

EXP_RPT_TYPE_LABELS 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.
 
COUNTRY_CD(PK)(FK)    VARCHAR2(2)  NO 
Name: Country. Description: The country code for the configuration labels.
 
LANGUAGE_CD(PK)(FK)    VARCHAR2(2)  NO 
Name: Language. Description: The language code for the configuration labels.
 
EXP_RPT_CODE1_LBL    VARCHAR2(20)  YES 
Name: User Defined 1 Field Label. Description: Label for the first user-defined alphanumeric field in the expense report type table.
 
EXP_RPT_CODE2_LBL    VARCHAR2(20)  YES 
Name: User Defined 2 Field Label. Description: Label for the second user-defined alphanumeric field in the expense report type table.
 
EXP_RPT_CODE3_LBL    VARCHAR2(20)  YES 
Name: User Defined 3 Field Label. Description: Label for the third user-defined alphanumeric field in the expense report type table.
 
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_LABELS Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0258  PrimaryKey  EXP_RPT_TYPE_CD, COUNTRY_CD, LANGUAGE_CD 

EXP_RPT_TYPE_LABELS 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  F00392      EXP_RPT_TYPE_CD  NO  NO 
LANGUAGE  Identifying  One To Zero or More  F00393      COUNTRY_CD, LANGUAGE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable