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

EXP_TYPE_LABELS Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EXP_TYPE_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Expense Type. Description: The unique identifier for the expense type.
 
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.
 
OVER_CEILING_TEXT    VARCHAR(254)  YES 
Name: Over Ceiling Text. Description: The user defined text displayed for over ceiling reason dialog.
 
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_CODE1_LBL    VARCHAR(20)  YES 
Name: User Defined Code 1 Label. Description: Label for the first user-defined alphanumeric field in the expense type table.
 
EXP_CODE2_LBL    VARCHAR(20)  YES 
Name: User Defined Code 2 Label. Description: Label for the second user-defined alphanumeric field in the expense type table.
 
EXP_CODE3_LBL    VARCHAR(20)  YES 
Name: User Defined Code 3 Label. Description: Label for the third user-defined alphanumeric field in the expense type table.
 
UNALLOWABLE_TEXT    VARCHAR(254)  YES 
Name: Unallowable Text. Description: The user defined text displayed for unallowable reason dialog.
 

EXP_TYPE_LABELS Keys 
Key Name  Key Type  Keys 
RI_F00187  Inversion Entry  EXP_TYPE_CD 
RI_F00188  Inversion Entry  LANGUAGE_CD, COUNTRY_CD 
PI_0173  PrimaryKey  EXP_TYPE_CD, COUNTRY_CD, LANGUAGE_CD 

EXP_TYPE_LABELS Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EXP_TYPE  Identifying  One To Zero or More        EXP_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