CUSTOM_TEXT 
Default Table Name  CUSTOM_TEXT 
Definition 
 Name: Custom Text .     Description: This table contains the user text that overrides system default text.
 

CUSTOM_TEXT Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
TEXT_LABEL_CD(PK)    VARCHAR(7)  NO 
Name: Text Label. Description: Unique code for text
 
COUNTRY_CD(PK)(FK)    VARCHAR(2)  NO 
Name: Country. Description: The country code for the screen text.
 
LANGUAGE_CD(PK)(FK)    VARCHAR(2)  NO 
Name: Language. Description: The language code for the screen text.
 
CUSTOM_TEXT    VARCHAR(4000)  YES 
Name: Custom Text. Description: The custom text.
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modifed 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.
 

CUSTOM_TEXT Keys 
Key Name  Key Type  Keys 
RI_F00375  Inversion Entry  LANGUAGE_CD, COUNTRY_CD 
PI_0249  PrimaryKey  TEXT_LABEL_CD, COUNTRY_CD, LANGUAGE_CD 

CUSTOM_TEXT Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
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