CSO_PIPELINE_ITEM_DETAILS
This table contains Details for Items for the Pipelines to process. Data in here will be short-lived as it is processed and removed by the Pipeline Service.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CSO_PIPELINE_ITEM_DETAILS_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| RECORD_ID | VARCHAR2 | 32 | Yes | Unique Primary Key for this table. |
| PIPELINE_ITEM_ID | VARCHAR2 | 32 | Yes | ID of the Pipeline Item to which this Detail belongs. |
| NAME | VARCHAR2 | 300 | Yes | Name of the item detail property. |
| TYPE | VARCHAR2 | 100 | Yes | Java class type of the item detail property. |
| VALUE | VARCHAR2 | 4000 | String representation value of the item detail property, up to 4000 bytes. | |
| VALUE_BLOB | BLOB | String representation value of the item detail property, over 4000 bytes. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_PIPELINE_ITEM_DETAILS | cso_pipeline_items | PIPELINE_ITEM_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CSO_PIPELINE_ITEM_DETAILS_F1 | Non Unique | Default | PIPELINE_ITEM_ID |
| CSO_PIPELINE_ITEM_DETAILS_PK | Unique | Default | RECORD_ID |