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

GENERAL_CONFIG_UDT_LABELS Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0139  PrimaryKey  COMPANY_ID, COUNTRY_CD, LANGUAGE_CD, S_UDT_CD 

GENERAL_CONFIG_UDT_LABELS Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
GENERAL_CONFIG_UDT  Identifying  One To Zero or More  F00123      COMPANY_ID, S_UDT_CD  NO  NO 
LANGUAGE  Identifying  One To Zero or More  F00124      COUNTRY_CD, LANGUAGE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable