CSO_STG_PROPERTIES
This is the comment for the table CSO_STG_PROPERTIES.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_STG_PROPERTIES_PK |
PROPERTY |
Columns
| Name | Datatype | Length | Not-null | Comments | Status |
|---|---|---|---|---|---|
| DATE_UPDATED | TIMESTAMP | This is the date the row was last updated. | |||
| DESCRIPTION | VARCHAR2 | 500 | The description of the property. | ||
| PROPERTY | VARCHAR2 | 50 | Yes | This is the property key for this record. | |
| VALUE | VARCHAR2 | 200 | Yes | This is the value as a string for this record. | |
| SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | Obsolete |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CSO_STG_PROPERTIES_U1 | Unique | Default | PROPERTY |