VCS_DEMAND_COLLAB_IDENTITY

VCS_DEMAND_COLLAB_IDENTITY contains the data identifying unique demand collaboration.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VCS_DEMAND_COLLAB_IDENTITY_PK

IDENTITY_ID

Columns

Name Datatype Length Precision Not-null Comments
IDENTITY_ID NUMBER 18 Yes Primary key identifying a demand collaboration identity entry.
COLLABORATION_PROFILE_ID NUMBER 18 Yes Identifies the profile that matches the header.
CUSTOMER_ID NUMBER 18 Yes Identifies the customer associated to the demand.
CUSTOMER_NUMBER VARCHAR2 360 Yes Identifies the customer number associated to the demand.
CUSTOMER_NAME VARCHAR2 360 Yes Identifies the customer name associated to the demand.
CUSTOMER_SITE_ID VARCHAR2 240 Yes Identifies the customer site associated to the demand.
CUSTOMER_SITE_NUMBER VARCHAR2 30 Identifies the customer site number associated to the demand.
LOCATION_CODE VARCHAR2 240 Identifies location of the customer site associated to the demand.
CUSTOMER_LVL_CODE VARCHAR2 30 Yes Indicates customer level intended to be used for demand collaboration.
ITEM_LVL_ID NUMBER 18 Yes Identifies the item associated to the demand.
ITEM_LVL_CODE VARCHAR2 30 Yes Indicates item level intended to be used for demand collaboration.
ITEM_LVL_VALUE VARCHAR2 300 Yes Indicates item level value intended to be used for demand collaboration.
ITEM_LVL_DESCRIPTION VARCHAR2 240 Captures item level description to be used for demand collaboration.
COLLABORATION_UOM_CODE VARCHAR2 3 Yes The unit of measure code to be used during collaboration.
BASE_ITEM_UOM_CODE VARCHAR2 3 Yes The base unit of measure code for the collaboration item.
PUB_UOM_CODE VARCHAR2 3 Yes The unit of measure code used when publishing.
STATUS_CODE VARCHAR2 30 Yes Status of the demand collaboration document.
DOCUMENT_TYPE_CODE VARCHAR2 60 Indicates document type code to be used for demand collaboration.
ORGANIZATION_LVL_ID NUMBER 18 Yes Identifies the organization associated to the demand.
ORGANIZATION_LVL_CODE VARCHAR2 30 Abbreviation that indicates organization level intended to be used for the demand collaboration.
ORGANIZATION_LVL_VALUE VARCHAR2 49 Indicates organization level value intended to be used for the demand collaboration.
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.

Indexes

Index Uniqueness Tablespace Columns
VCS_DEMAND_COLLAB_IDENTITY_N1 Non Unique Default DOCUMENT_TYPE_CODE, CUSTOMER_ID, CUSTOMER_SITE_ID, CUSTOMER_LVL_CODE, ITEM_LVL_CODE, NVL("ORGANIZATION_LVL_CODE",'ORA_VCS_NO_VALUE'), NVL("ORGANIZATION_LVL_VALUE",'ORA_VCS_NO_VALUE')
VCS_DEMAND_COLLAB_IDENTITY_U1 Unique Default IDENTITY_ID