ACN_IDEA_TAG
This is the table to store idea tag info. Each entry is one tag for an idea object referenced by IDEA_ID.
Details
-
Schema: FUSION
-
Object owner: ACN
-
Object type: TABLE
-
Tablespace: Default
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TAG_ID | NUMBER | 18 | Yes | Value that uniquely identifies a tag. | |
| NAME | VARCHAR2 | 400 | Yes | Alternate names or other values provided by users for the idea. | |
| IDEA_ID | NUMBER | 18 | Yes | Value that uniquely identifies an idea. | |
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ACN_IDEA_TAG_N1 | Non Unique | Default | NAME |
| ACN_IDEA_TAG_N2 | Non Unique | Default | IDEA_ID |
| ACN_IDEA_TAG_U1 | Unique | Default | TAG_ID |