VCS_PARTICIPANTS
Identifies partners that will be used in collaboration and visualization
Details
-
Schema: FUSION
-
Object owner: VCS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
VCS_PARTICIPANTS_PK |
VCS_PARTICIPANT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| VCS_PARTICIPANT_ID | NUMBER | 18 | Yes | Primary key identifying a collaboration participant | |
| VENDOR_ID | NUMBER | 18 | Identifies the external supplier participant used in collaboration. | ||
| VENDOR_SITE_ID | NUMBER | 18 | Identifies the supplier site that is used in collaboration. | ||
| ORGANIZATION_ID | NUMBER | 18 | Identifies the organization site that is used in collaboration. | ||
| CUSTOMER_ID | NUMBER | 18 | Identifies the external customer participant used in collaboration. | ||
| CUSTOMER_SITE_ID | NUMBER | 18 | Identifies the customer site that is used in collaboration. | ||
| PARTNER_CODE | VARCHAR2 | 32 | Identifies the type of the participant. Possible values are Supplier, Enterprise or Customer. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| VCS_PARTICIPANTS_N1 | Non Unique | Default | ORGANIZATION_ID, PARTNER_CODE, VCS_PARTICIPANT_ID | |
| VCS_PARTICIPANTS_N2 | Non Unique | Default | VENDOR_ID, VENDOR_SITE_ID | Obsolete |
| VCS_PARTICIPANTS_N3 | Non Unique | Default | CUSTOMER_SITE_ID, CUSTOMER_ID, PARTNER_CODE, VCS_PARTICIPANT_ID | |
| VCS_PARTICIPANTS_N4 | Non Unique | Default | VENDOR_SITE_ID, VENDOR_ID, PARTNER_CODE, VCS_PARTICIPANT_ID | |
| VCS_PARTICIPANTS_U1 | Unique | Default | VCS_PARTICIPANT_ID | |
| VCS_PARTICIPANTS_U2 | Unique | Default | PARTNER_CODE, VENDOR_ID, VENDOR_SITE_ID, ORGANIZATION_ID, CUSTOMER_ID, CUSTOMER_SITE_ID |