VCS_DEMAND_DETAILS_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_DETAILS_INT_PK

DEMAND_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
DEMAND_DETAIL_ID NUMBER 18 Yes Unique identifier for the demand header detail.
HEADER_ID NUMBER 18 Yes Identifies the demand header used to tie back to VCS_DEMAND_HEADERS_INT.
IMPORT_REQUEST_ID NUMBER 18 Value that uniquely identifies user''s request to import data.
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 detail line number if using file import.
QUANTITY NUMBER Yes Identifies the quantity of the demand detail.
DETAIL_DATE DATE Identifies the date of the demand detail.
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
VCS_DEMAND_DETAILS_INT_N1 Non Unique Default HEADER_ID
VCS_DEMAND_DETAILS_INT_U1 Unique Default DEMAND_DETAIL_ID