VCS_UNPROCESSED_ENTRIES

VCS_UNPROCESSED_ENTRIES contains information about collaboration entries from Forecast Decomposition that were not processed due to system setup issues.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VCS_UNPROCESSED_ENTRIES_PK

VCS_ENTRY_ID

Columns

Name Datatype Length Precision Not-null Comments
VCS_ENTRY_ID NUMBER 18 Yes Primary key indicating ID of the unprocessed entry
COLLAB_NAME VARCHAR2 30 Yes Provides collaboration name for collaboration process
SHIP_TO_ORGANIZATION_ID NUMBER 18 Identifies the supplier site where the goods will be shipped to. Mutually exclusive with Ship_To_Customer_ID/Ship_To_Customer_Site_ID.
SHIP_TO_CUSTOMER_ID NUMBER 18 Identifies the customer where the goods will be shipped to. Mutually exclusive with Ship_To_Org.
SHIP_TO_CUSTOMER_SITE_ID NUMBER 18 Identifies the customer site where the goods will be shipped to. Mutually exclusive with Ship_To_Org.
SHIP_FROM_SUPPLIER_ID NUMBER 18 Yes Identifies the supplier where the goods will be shipped from.
SHIP_FROM_SUPPLIER_SITE_ID NUMBER 18 Yes Identifies the supplier site where the goods will be shipped from.
INVENTORY_ITEM_ID NUMBER 18 Yes Identifies the item that can be matched for a collaboration.
INVENTORY_ITEM_ORG_ID NUMBER 18 Yes Org ID of the item to be used in collaboration process.
LAST_PROCESSED_ATTEMPT TIMESTAMP Yes Identifies the latest date we received unprocessed records.
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.
PUBLISHED_BY NUMBER 18 Person Id of Supply Plan Publisher.
SOURCE_SYSTEM_CODE VARCHAR2 30 The source system used for the product data model. If Oracle, item and organizations are defined in Oracle. If External, item and organizations are defined in Supply Chain Planning Cloud as an external planning source system.

Indexes

Index Uniqueness Tablespace Columns
VCS_UNPROCESSED_ENTRIES_N1 Non Unique Default COLLAB_NAME, INVENTORY_ITEM_ID, SHIP_FROM_SUPPLIER_SITE_ID, SHIP_FROM_SUPPLIER_ID, INVENTORY_ITEM_ORG_ID, SHIP_TO_ORGANIZATION_ID, LAST_PROCESSED_ATTEMPT, SOURCE_SYSTEM_CODE
VCS_UNPROCESSED_ENTRIES_U1 Unique Default VCS_ENTRY_ID