CZ_CONNECTABLES
Table stores a filtered list of connectables for a connector.
Details
-
Schema: FUSION
-
Object owner: CZ
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
CZ_CONNECTABLES_PK |
CONNECTABLE_ID, START_MODEL_VERSION |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| CONNECTABLE_ID | NUMBER | 18 | Yes | Primary key column, a system generated identifier of the connectable. | ||
| CONNECTOR_ID | NUMBER | 18 | Yes | Model node id of the connector node. | ||
| START_MODEL_VERSION | NUMBER | 18 | Yes | Primary key column, indicates the model version from which this connectable will be available for connection. | ||
| END_MODEL_VERSION | NUMBER | 18 | Indicates the model version from which this connectable is not available for connection. NULL value means that value is always available for connection in the future. | |||
| MODEL_ID | NUMBER | 18 | Yes | Model id of the model in which the connector is defined. | ||
| PK1_VALUE | NUMBER | 18 | Yes | Identity of the object representing the connectable. For item class connectors, this is inventory_item_id of a standard item. | ||
| PK2_VALUE | NUMBER | 18 | Identity of the object representing the connectable. For item class connectors, this is organization_id of a standard item. | |||
| ITEM_CLASS_ID | NUMBER | 18 | For item class connectors, contains the item_class_id of the connectable standard item. | Obsolete | ||
| DELETED_FLAG | NUMBER | Yes | This flag indicates the logical deletion of the row. The Non-Zero value represents deleted state and 0 represents not-deleted state. | |||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of 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. | |||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CZ_CONNECTABLES | cz_models | MODEL_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CZ_CONNECTABLES_N1 | Non Unique | Default | DELETED_FLAG, CONNECTOR_ID, PK1_VALUE, PK2_VALUE |
| CZ_CONNECTABLES_U1 | Unique | Default | CONNECTABLE_ID, START_MODEL_VERSION |