VCS_DEMAND_HEADERS_INT

Captures incoming demand requests submitted for demand collaboration.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

VCS_DEMAND_HEADERS_INT_PK

HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
HEADER_ID NUMBER 18 Yes Unique identifier for the demand header.
CORRELATION_KEY VARCHAR2 32 Used only during file import transaction to link VCS_DEMAND_HEADERS_INT data to a VCS_DEMAND_DETAILS_INT
LINE_NUMBER NUMBER 9 Identifies the demand header line number if using file import.
COLLABORATION_PROFILE_ID NUMBER 18 Yes Identifies the customer 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 Identifies the customer name associated to the demand.
CUSTOMER_SITE_ID NUMBER 18 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 Indicates customer level intended to be used for the demand collaboration.
ITEM_LVL_CODE VARCHAR2 30 Indicates item level intended to be used for the demand collaboration.
ITEM_RESOLUTION_CODE VARCHAR2 30 Abbreviation that identifies the item name resolution when the item level code is ORA_VCS_ITEM. A list of accepted values is defined in the lookup type ORA_VCS_ITEM_RESOLUTION.
ITEM_LVL_VALUE VARCHAR2 300 Yes Indicates item level value intended to be used for the demand collaboration.
ITEM_LVL_ID NUMBER 18 Yes Identifies item level object used for the demand collaboration.
ITEM_LVL_DESCRIPTION VARCHAR2 240 Captures item level description used for the demand collaboration.
COLLABORATION_UOM_CODE VARCHAR2 3 The unit of measure code to be used during collaboration.
BASE_ITEM_UOM_CODE VARCHAR2 3 The base unit of measure code for the collaboration item.
PUB_UOM_CODE VARCHAR2 3 The unit of measure code used when publishing.
PUB_UOM_NAME VARCHAR2 32 The unit of measure name used when publishing.
PUB_BY_USERNAME VARCHAR2 64 Yes Indicates the user who made original request to publish the data.
PUB_DATE TIMESTAMP Yes Indicates the date when original request was made to publish the data.
PUB_SOURCE_CODE VARCHAR2 30 Yes Indicates the medium used to publish the data.
PUB_BY_PARTY_CODE VARCHAR2 30 Yes Indicates the party who published the data.
PUB_SOURCE_NAME VARCHAR2 360 Indicates the latest name of the publish source that populated data in the interface tables.
PUB_PROCESS_ID NUMBER 18 Identifies the latest schedule process that populated data in the interface tables.
PUB_CALENDAR VARCHAR2 30 Indicates the latest name of the publishing calendar used to populated data in the interface tables.
DOCUMENT_TYPE_CODE VARCHAR2 60 Identifies the collaboration document type.
STATUS_CODE VARCHAR2 30 Yes Status of the demand request header record.
DOCUMENT_ID NUMBER 18 Yes Indicates Document ID for the demand collaboration.
IDENTITY_ID NUMBER 18 Value that identifies the demand collaboration identity entry in VCS_DEMAND_COLLAB_IDENTITY.
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.
ORGANIZATION_LVL_ID NUMBER 18 Yes Uniquely identifies the organization level value used for the demand collaboration.
START_DATE DATE The date indicating the first day Customer Demand data will be processed.
END_DATE DATE The date indicating the last day Customer Demand data will be processed.
EDIT_START_DATE DATE The date indicating the first day Customer Demand data is editable.
MEASURE_CODE VARCHAR2 30 Yes Identifies the measure used for collaboration.
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.
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.
IMPORT_REQUEST_ID NUMBER 18 Value that uniquely identifies user's request to import data.
IS_INCREMENTAL_FLAG VARCHAR2 1 Yes Contains one of the following values: Y or N. If Y, then only the quantities for the dates provided will be updated. If N, then quantities for all dates will be updated. The default value is N.

Indexes

Index Uniqueness Tablespace Columns
VCS_DEMAND_HEADERS_INT_N1 Non Unique Default STATUS_CODE, PUB_DATE
VCS_DEMAND_HEADERS_INT_N2 Non Unique Default PUB_BY_USERNAME
VCS_DEMAND_HEADERS_INT_N3 Non Unique Default IMPORT_REQUEST_ID
VCS_DEMAND_HEADERS_INT_U1 Unique Default HEADER_ID