EXP_RPT_TYPE_CATEGORY_LABELS 
Default Table Name  EXP_RPT_TYPE_CATEGORY_LABELS 
Definition 
 Name: Expense Report Type Expense Category Labels.     Description: This table contains the user defined expense category labels for each expense report types.
 

EXP_RPT_TYPE_CATEGORY_LABELS Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EXP_RPT_TYPE_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Expense Report Type. Description: Unique identifier for this Expense Report Type.
 
EXP_CATEGORY_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Expense Category. Description: The expense category 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.
 
SHORT_CATEGORY_LBL    VARCHAR(10)  NO 
Name: Short Description. Description: Short label for category.
 
CATEGORY_LBL    VARCHAR(30)  NO 
Name: Description. Description: Label for the category.
 
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_CATEGORY_LABELS Keys 
Key Name  Key Type  Keys 
RI_F00281  Inversion Entry  EXP_RPT_TYPE_CD, EXP_CATEGORY_CD 
PI_0219  PrimaryKey  EXP_RPT_TYPE_CD, EXP_CATEGORY_CD, COUNTRY_CD, LANGUAGE_CD 
RI_F00282  Inversion Entry  COUNTRY_CD, LANGUAGE_CD 

EXP_RPT_TYPE_CATEGORY_LABELS Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EXP_RPT_TYPE_CATEGORY  Identifying  One To Zero or More        EXP_RPT_TYPE_CD, EXP_CATEGORY_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