CSO_RUNTIME
This table stores runtime number and bundle id.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_RUNTIME_PK |
ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| BUNDLE_ID | NUMBER | 38 | Yes | This is the Bundle Id for this record. |
| ID | NUMBER | 38 | Yes | This is the primary key of the table. |
| RUNTIME_NO | NUMBER | 38 | Yes | This is the Runtime number for this record. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_RUNTIME | cso_bundle | BUNDLE_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_RUNTIME_U1 | Unique | ID |
| CSO_RUNTIME_N1 | Non Unique | RUNTIME_NO |
| CSO_RUNTIME_N2 | Non Unique | BUNDLE_ID |