POI_TAXONOMY_DATA

This table contains information about the taxonomy and their category values. The category segment values and descriptions are stored in this table.

Details

  • Schema: FUSION

  • Object owner: POI

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POI_TAXONOMY_DATA_PK

TAXONOMY_ID, CATEGORY_ID

Columns

Name Datatype Length Precision Not-null Comments
TAXONOMY_ID NUMBER 18 Yes Unique identifier of the taxonomy.
CATEGORY_ID NUMBER 18 Yes Uniquely identifies the category.
CONCAT_SEGMENTS VARCHAR2 4000 Yes Concatenated string of category segments code.
SEGMENT1 NUMBER 18 Key Flexfield: segment of the key flexfield.
SEGMENT_CODE1 VARCHAR2 200 Code associated with the taxonomy segment.
SEGMENT_DESC1 VARCHAR2 1000 Taxonomy segment description value.
SEGMENT2 NUMBER 18 Key Flexfield: segment of the key flexfield.
SEGMENT_CODE2 VARCHAR2 200 Code associated with the taxonomy segment.
SEGMENT_DESC2 VARCHAR2 1000 Taxonomy segment description value.
SEGMENT3 NUMBER 18 Key Flexfield: segment of the key flexfield.
SEGMENT_CODE3 VARCHAR2 200 Code associated with the taxonomy segment.
SEGMENT_DESC3 VARCHAR2 1000 Taxonomy segment description value.
SEGMENT4 NUMBER 18 Key Flexfield: segment of the key flexfield.
SEGMENT_CODE4 VARCHAR2 200 Code associated with the taxonomy segment.
SEGMENT_DESC4 VARCHAR2 1000 Taxonomy segment description value.
SEGMENT5 NUMBER 18 Key Flexfield: segment of the key flexfield.
SEGMENT_CODE5 VARCHAR2 200 Code associated with the taxonomy segment.
SEGMENT_DESC5 VARCHAR2 1000 Taxonomy segment description value.
SEGMENT6 NUMBER 10 Key Flexfield: segment of the key flexfield.
SEGMENT_CODE6 VARCHAR2 200 Code associated with the taxonomy segment.
SEGMENT_DESC6 VARCHAR2 1000 Taxonomy segment description value.
SEGMENT7 NUMBER 10 Key Flexfield: segment of the key flexfield.
SEGMENT_CODE7 VARCHAR2 200 Code associated with the taxonomy segment.
SEGMENT_DESC7 VARCHAR2 1000 Taxonomy segment description value.
SEGMENT8 NUMBER 10 Key Flexfield: segment of the key flexfield.
SEGMENT_CODE8 VARCHAR2 200 Code associated with the taxonomy segment.
SEGMENT_DESC8 VARCHAR2 1000 Taxonomy segment description value.
SEGMENT9 NUMBER 10 Key Flexfield: segment of the key flexfield.
SEGMENT_CODE9 VARCHAR2 200 Code associated with the taxonomy segment.
SEGMENT_DESC9 VARCHAR2 1000 Taxonomy segment description value.
SEGMENT10 NUMBER 10 Key Flexfield: segment of the key flexfield.
SEGMENT_CODE10 VARCHAR2 200 Code associated with the taxonomy segment.
SEGMENT_DESC10 VARCHAR2 1000 Taxonomy segment description value.
DESCRIPTION VARCHAR2 200 Indicates the description of the taxonomy.
SOURCE_CATEGORY_ID NUMBER 18 Uniquely identifies the source category.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CONCAT_SEGMENTS_DESC VARCHAR2 2000 Concatenated string of segment description.
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
POI_TAXONOMY_DATA_N1 Non Unique Default SEGMENT1
POI_TAXONOMY_DATA_N2 Non Unique Default SEGMENT2
POI_TAXONOMY_DATA_N3 Non Unique Default SEGMENT3
POI_TAXONOMY_DATA_N4 Non Unique Default SEGMENT4
POI_TAXONOMY_DATA_U1 Unique Default TAXONOMY_ID, CATEGORY_ID
POI_TAXONOMY_DATA_U2 Unique Default TAXONOMY_ID, SOURCE_CATEGORY_ID
POI_TAXONOMY_DATA_U3 Unique Default TAXONOMY_ID, CONCAT_SEGMENTS