KNTA_SECTIONS

This table stores the information relating to a section, which is an area where fields are displayed.

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

SECTION_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

SECTION_NAME

NOT NULL

VARCHAR2(80)

 

SOURCE

NULLABLE

VARCHAR2(100)

 

SOURCE_TYPE_CODE

NULLABLE

VARCHAR2(30)

 

DEFINITION_LANGUAGE

NOT NULL

VARCHAR2(40)

 

REFERENCE_CODE

NOT NULL

VARCHAR2(200)

 

Indexes

Index Name

Index Type

Sequence

Column Name

KNTA_SECTIONS_U1

UNIQUE

1

SECTION_ID

SYS_C00109353072

UNIQUE

1

REFERENCE_CODE

Sequences

This table uses no sequences.