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 Columns |
ColumnName | Domain | Datatype | NULL | Definition |
TEXT_LABEL_CD![]() |
VARCHAR2(7) | NO | Name: Text Label. Description: Unique code for text |
|
COUNTRY_CD![]() |
VARCHAR2(2) | NO | Name: Country. Description: The country code for the screen text. |
|
LANGUAGE_CD![]() |
VARCHAR2(2) | NO | Name: Language. Description: The language code for the screen text. |
|
CUSTOM_TEXT | VARCHAR2(4000) | YES | Name: Custom Text. Description: The custom text. |
|
MODIFIED_BY | VARCHAR2(20) | NO | Name: Modifed 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. |
CUSTOM_TEXT Primary and Unique Keys |
Key Name | Key Type | Keys |
PI_0249 | PrimaryKey | TEXT_LABEL_CD, COUNTRY_CD, LANGUAGE_CD |
CUSTOM_TEXT Foreign Keys |
Parent Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable |
LANGUAGE | Identifying | One To Zero or More | F00375 | COUNTRY_CD, LANGUAGE_CD | NO | NO |
Child Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable |