CSO_GSR_REQUEST_CHANNEL
This is an associative table that contains channels selected by the user for a GFR Request.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_GSR_REQUEST_CHANNEL_PK |
GSR_REQUEST_ID, CHANNEL_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| GSR_REQUEST_ID | VARCHAR2 | 32 | Yes | This is the GUID for the GFR Request. |
| CHANNEL_ID | VARCHAR2 | 32 | Yes | This is the GUID for the Channel. |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_GSR_REQUEST_CHANNEL_U1 | Unique | GSR_REQUEST_ID, CHANNEL_ID |