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 Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EXP_RPT_TYPE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Expense Report Type. Description: Unique identifier for this Expense Report Type.
 
EXP_CATEGORY_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Expense Category. Description: The expense category 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.
 
SHORT_CATEGORY_LBL    VARCHAR2(10)  NO 
Name: Short Description. Description: Short label for category.
 
CATEGORY_LBL    VARCHAR2(30)  NO 
Name: Description. Description: Label for the category.
 
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_CATEGORY_LABELS Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0219  PrimaryKey  EXP_RPT_TYPE_CD, EXP_CATEGORY_CD, COUNTRY_CD, LANGUAGE_CD 

EXP_RPT_TYPE_CATEGORY_LABELS Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EXP_RPT_TYPE_CATEGORY  Identifying  One To Zero or More  F00281      EXP_RPT_TYPE_CD, EXP_CATEGORY_CD  NO  NO 
LANGUAGE  Identifying  One To Zero or More  F00282      COUNTRY_CD, LANGUAGE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable