POI_APPROVED_RESULTS

This table contains information about the classification results. After a classification batch is approved, results of the classification are written to this table instead of the source table.

Details

  • Schema: FUSION

  • Object owner: POI

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POI_APPROVED_RESULTS_PK

INTEGRATION_ID, DATASOURCE_NUM_ID

Columns

Name Datatype Length Precision Not-null Comments
INTEGRATION_ID NUMBER 18 Yes Identifier associated with source transaction id in poi_transactions table.
DATASOURCE_NUM_ID NUMBER 18 Yes Identifier associated with Data Source Identifier in poi_transactions.
EBS_AUTO_CODE NUMBER 18 Oracle Application Category code value.
UNSPSC_AUTO_CODE NUMBER 18 United Nations Standard Products and Services Code.
CUSTOM_AUTO_CODE1 NUMBER 18 Validated Custom1 Category Code Value.
CUSTOM_AUTO_CODE2 NUMBER 18 Validated Custom2 Category Code Value.
CUSTOM_AUTO_CODE3 NUMBER 18 Validated Custom3 Category Code Value.
SOURCE_TABLE VARCHAR2 30 Identifies the source table name.
BU_ID NUMBER 18 Business unit identifier value.
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.
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_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
POI_APPROVED_RESULTS_U1 Unique Default INTEGRATION_ID, DATASOURCE_NUM_ID