GENERAL_CONFIG_UDT_LABELS 
Default Table Name  GENERAL_CONFIG_UDT_LABELS 
Definition 
 Name: General Configuration UDT Labels.     Description: This table stores the general UDT labels in accordance with the language settings.
 

GENERAL_CONFIG_UDT_LABELS Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
COMPANY_ID(PK)(FK)    VARCHAR(10)  NO 
Name: Record Key. Description: The company ID for the UDT labels.
 
COUNTRY_CD(PK)(FK)    VARCHAR(2)  NO 
Name: Country. Description: The country code for the UDT labels.
 
LANGUAGE_CD(PK)(FK)    VARCHAR(2)  NO 
Name: Language. Description: The language code for the UDT labels.
 
S_UDT_CD(PK)(FK)    VARCHAR(5)  NO 
Name: UDT. Description: The identifier for the UDT table. The valid options are as follows: UDT01 to UDT15
 
UDT_LBL    VARCHAR(20)  YES 
Name: UDT Label. Description: Label for the UDT key field.
 
UDT_PLURAL_LBL    VARCHAR(20)  YES 
Name: UDT Plural Label. Description: The plural label for the UDT key field.
 
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.
 
UDT_BLACKBERRY_LBL    VARCHAR(20)  YES 
Name: Blackberry label.. Description: Label for the BlackBerry UDT field.
 

GENERAL_CONFIG_UDT_LABELS Keys 
Key Name  Key Type  Keys 
RI_F00124  Inversion Entry  LANGUAGE_CD, COUNTRY_CD 
RI_F00123  Inversion Entry  COMPANY_ID, S_UDT_CD 
PI_0139  PrimaryKey  COMPANY_ID, COUNTRY_CD, LANGUAGE_CD, S_UDT_CD 

GENERAL_CONFIG_UDT_LABELS Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
GENERAL_CONFIG_UDT  Identifying  One To Zero or More        COMPANY_ID, S_UDT_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