POI_CLASSIFICATION_CONTROLS

This table contains information about classification controls. Classification controls alter the default behavior of some of the areas of Oracle Fusion Spend Classification. Values for each classification control is shipped with the product; however, users can change them based on their requirements.

Details

  • Schema: FUSION

  • Object owner: POI

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

POI_CLASSIFICATION_CONTROLS_PK

CONTROL_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTROL_ID NUMBER 18 Yes Unique identifier for each classification control row.
THRESHOLD_PERCENTAGE NUMBER 9 Threshold percentage value parameter.
THRESHOLD_PERCENTAGE_DEFAULT NUMBER 9 Default value of threshold percentage
UPLOAD_ERRORS NUMBER 9 Upload error count control parameter.
UPLOAD_ERRORS_DEFAULT NUMBER 9 Upload error count default value parameter used in reset operation.
LEXER_NAME VARCHAR2 30 Lexer name being used in process of data mining.
LEXER_NAME_DEFAULT VARCHAR2 30 Default Lexer name being used in process of data mining.
LEXER_PARAMS VARCHAR2 500 Lexer parameters being set by user.
LEXER_PARAMS_DEFAULT VARCHAR2 500 Default Lexer parameters for reset operation.
EXPORT_ADDL_COLS VARCHAR2 30 Indicator to specify to export additional columns if exists.
EXPORT_ADDL_COLS_DEFAULT VARCHAR2 30 Default Indicator to specify to export additional columns if exists.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
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.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.
ENTITY_ID NUMBER 8 Yes Identifies the entity type for the classification control.

Indexes

Index Uniqueness Tablespace Columns
POI_CLASSIFICATION_CONTROLS_U1 Unique Default CONTROL_ID, ORA_SEED_SET1
POI_CLASSIFICATION_CONTROL_U11 Unique Default CONTROL_ID, ORA_SEED_SET2