KDEM_DEMAND_SETS

This table stores the demand set definition. There will be one record in this table for each demand set.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KNTA_USERS

USER_ID

LAST_UPDATED_BY

Column Descriptions

Column Name

Null?

Data Type

Description

DEMAND_SET_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_LAST_UPDATE_DATE

NOT NULL

DATE

Date a record in the entity was last updated

DEMAND_SET_NAME

NOT NULL

VARCHAR2(100)

Name of the demand set

DESCRIPTION

NULLABLE

VARCHAR2(300)

Short description for the demand set

VIEW_NAME

NOT NULL

VARCHAR2(30)

Name of the view for the demand set

ENABLED_FLAG

NOT NULL

VARCHAR2(1)

Flag to determine whether the demand set is enabled

Indexes

Index Name

Index Type

Sequence

Column Name

KDEM_DEMAND_SETS_U1

UNIQUE

1

DEMAND_SET_ID

KDEM_DEMAND_SETS_U2

UNIQUE

1

DEMAND_SET_NAME

KDEM_DEMAND_SETS_U3

UNIQUE

1

VIEW_NAME

Sequences

Sequence Name

Sequence Type

KDEM_DEMAND_SETS_S

DEMAND_SET_ID