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 Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EXP_RPT_TYPE_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Expense Report Type. Description: The expense report type unique identifier.
 
COUNTRY_CD(PK)(FK)    VARCHAR(2)  NO 
Name: Country. Description: The country code for the configuration labels.
 
LANGUAGE_CD(PK)(FK)    VARCHAR(2)  NO 
Name: Language. Description: The language code for the configuration labels.
 
EXP_RPT_CODE1_LBL    VARCHAR(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    VARCHAR(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    VARCHAR(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    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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 Keys 
Key Name  Key Type  Keys 
RI_F00393  Inversion Entry  LANGUAGE_CD, COUNTRY_CD 
RI_F00392  Inversion Entry  EXP_RPT_TYPE_CD 
PI_0258  PrimaryKey  EXP_RPT_TYPE_CD, COUNTRY_CD, LANGUAGE_CD 

EXP_RPT_TYPE_LABELS Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EXP_RPT_TYPE  Identifying  One To Zero or More        EXP_RPT_TYPE_CD  NO 
LANGUAGE  Identifying  One To Zero or More        COUNTRY_CD, LANGUAGE_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype