CSO_REPLACEMENT_TOKENS
List of replacement characters that will be replaced at run time.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_REPLACEMENT_TOKENS_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| DATE_ADDED | TIMESTAMP | Yes | This is the date that the record was added to the repository. | |
| DATE_MODIFIED | TIMESTAMP | Yes | This is the date that the record was modified. | |
| LOCALE_ID | VARCHAR2 | 32 | Yes | The locale associated with the current record. |
| LAST_MODIFIED_BY | VARCHAR2 | 100 | This is the user that last modified the record. | |
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the primary key of the table. |
| SITE_ID | VARCHAR2 | 32 | Yes | This column is for the repository id of the record. |
| TOKEN_NAME | VARCHAR2 | 100 | Yes | This is the Name of the token to replace. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_REPLACEMENT_TOKENS | cso_site | SITE_ID |
| CSO_REPLACEMENT_TOKENS | cso_locale | LOCALE_ID |
| cso_localized_tokens | cso_replacement_tokens | TOKEN_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_REPLACEMENT_TOKENS_U1 | Unique | RECORD_ID |
| CSO_REPLACEMENT_TOKENS_N1 | Non Unique | LOCALE_ID |
| CSO_REPLACEMENT_TOKENS_N2 | Non Unique | SITE_ID |