DOO_ORDER_IMPORT_TEST_DATA

Stores test data used by order import

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_ORDER_IMPORT_TEST_DAT_PK

DATA_SET_NAME, INDEX1

Columns

Name Datatype Length Precision Not-null Comments
DATA_SET_NAME VARCHAR2 30 Yes Name of the data set the row belong to.
INDEX1 NUMBER 18 Yes Primary index of the row within the data set
INDEX2 NUMBER 18 Secondary index of the row within the data set.
TEXT_ATTRIBUTE1 VARCHAR2 360 Stores character test data attributes, like name, code, etc.
TEXT_ATTRIBUTE2 VARCHAR2 360 Stores character test data attributes, like name, code, etc.
TEXT_ATTRIBUTE3 VARCHAR2 360 Stores character test data attributes, like name, code, etc.
TEXT_ATTRIBUTE4 VARCHAR2 360 Stores character test data attributes, like name, code, etc.
TEXT_ATTRIBUTE5 VARCHAR2 360 Stores character test data attributes, like name, code, etc.
NUM_ATTRIBUTE1 NUMBER 18 Primary numeric attribute. This is mostly used to capture the primary id attribute of the entity this row represents.
NUM_ATTRIBUTE2 NUMBER 18 Secondary numeric attribute. This is mostly used to capture the secondary id attribute of the entity this row represents.
NUM_ATTRIBUTE3 NUMBER 18 Used in cases where more than two numeric attributes need to be captured for a test data row.
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
DOO_ORDER_IMPORT_TEST_DAT_PK Unique FUSION_TS_TX_DATA DATA_SET_NAME, INDEX1