VCS_COLLAB_SOURCE_INT
VCS_COLLAB_SOURCE_INT contains the plan information published for collaboration.
Details
-
Schema: FUSION
-
Object owner: VCS
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
Name | Columns |
---|---|
VCS_COLLAB_SOURCE_INT_PK |
COLLAB_SOURCE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
COLLAB_SOURCE_ID | NUMBER | 18 | Yes | Unique identifier for each communication instance. | |
COLLAB_SOURCE_KEY | VARCHAR2 | 64 | Used only during import transaction to link VCS_COLLAB_HEADER data to a VCS_COLLAB_SOURCE. This must be unique within the VCS_COLLAB_SOURCE_INT import collection. | ||
NAME | VARCHAR2 | 30 | Yes | Provides collaboration name for collaboration process. | |
DESCRIPTION | VARCHAR2 | 100 | Yes | Describes the collaboration process | |
COLLAB_VERSION | NUMBER | 4 | Identifies the version of the collaboration process | ||
STATUS_CODE | VARCHAR2 | 30 | Identifies the status of the batch. | ||
COLLAB_TYPE_CODE | VARCHAR2 | 30 | Identifies the type of collaboration | ||
LOAD_REQUEST_ID | NUMBER | 18 | Yes | Identifies the instance that loads the data | |
OWNING_APP_ID | VARCHAR2 | 4 | Yes | Identifies the application that will handle the data | |
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
VCP_SOURCE_SYSTEM_CODE | VARCHAR2 | 30 | This identifies the planning source system code used in the supply plan. | ||
COLLAB_SOURCE_SYSTEM_CODE | VARCHAR2 | 30 | Yes | This identifies the product data model source system. | |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
VCS_COLLAB_SOURCE_INT_U1 | Unique | FUSION_TS_TX_IDX | COLLAB_SOURCE_ID |