POI_TXNMY_SEG_LOOKUP

This table contains information about categories within a taxonomy. It also contains the hierarchy information of a category's parent segment and its description.

Details

  • Schema: FUSION

  • Object owner: POI

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POI_TXNMY_SEG_LOOKUP_PK

LOOKUP_ID, LEVEL_ID, PARENT_LOOKUP_ID

Columns

Name Datatype Length Precision Not-null Comments
TAXONOMY_ID NUMBER 18 Yes Unique identifier of the taxonomy.
LOOKUP_ID NUMBER 18 Yes Identifies the taxonomy segment.
LOOKUP_CODE VARCHAR2 200 Code associated with the taxonomy segment.
LOOKUP_DESC VARCHAR2 1000 Taxonomy segment description value.
LEVEL_ID NUMBER 18 Yes Taxonomy segment level indicator in the category hierarchy.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
PARENT_LOOKUP_ID NUMBER 18 Yes Identifies the parent taxonomy segment in hierarchy.
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_TXNMY_SEG_LOOKUP_N1 Non Unique Default LOOKUP_CODE
POI_TXNMY_SEG_LOOKUP_N2 Non Unique Default LOOKUP_ID, LOOKUP_CODE
POI_TXNMY_SEG_LOOKUP_U1 Unique Default LOOKUP_ID, LEVEL_ID, PARENT_LOOKUP_ID