PPM_TAGS

This table stores tag values for tag validation fields.

Foreign keys

This table has no foreign keys.

Column Descriptions

Column Name Null? Data Type Description
TAG_ID NOT NULL NUMBER Identifier for the tag value
TAG_NAME NOT NULL VARCHAR2 (200) Value of the tag
CREATED_BY NULLABLE NUMBER Identifier for the user who created the record
CREATION_DATE NULLABLE DATE Date when the record was created

Indexes

Index Name Index Type Sequence Column Name
TAG_ID UNIQUE 1 TAG_ID

Sequences

Sequence Name Sequence Type
PPM_TAGS_S TAG_ID