KNTA_ENTITY_GROUPS

This table stores the distinct business functions in which entities are used. Each business function (such as notifications or command execution) contains a group of entities whose tokens can be evaluated within that business function.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

LAST_UPDATED_BY

KNTA_USERS

USER_ID

CREATED_BY

Column Descriptions

Column Name

Null?

Data Type

Description

ENTITY_GROUP_ID

NOT NULL

NUMBER

System-generated identifier

CREATION_DATE

NOT NULL

DATE

Date record was created

CREATED_BY

NOT NULL

NUMBER

Identifier for the user who created the record

LAST_UPDATE_DATE

NOT NULL

DATE

Date record was last updated

LAST_UPDATED_BY

NOT NULL

NUMBER

Identifier for the user who last updated the record

ENTITY_GROUP_NAME

NOT NULL

VARCHAR2(80)

 

DESCRIPTION

NULLABLE

VARCHAR2(240)

 

ENABLED_FLAG

NOT NULL

VARCHAR2(1)

 

DEFINITION_LANGUAGE

NOT NULL

VARCHAR2(40)

 

REFERENCE_CODE

NOT NULL

VARCHAR2(200)

 

Indexes

Index Name

Index Type

Sequence

Column Name

KNTA_ENTITY_GROUPS_U1

UNIQUE

1

ENTITY_GROUP_ID

KNTA_ENTITY_GROUPS_U2

UNIQUE

1

ENTITY_GROUP_NAME

SYS_C005198014

UNIQUE

1

REFERENCE_CODE

Sequences

This table uses no sequences.