KNTA_SECTION_LAYOUTS
This table stores information for section layouts.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_ENTITIES_NLS |
ENTITY_ID |
ENTITY_ID |
|
KNTA_ENTITIES_NLS |
PRIMARY_KEY |
ENTITY_PRIMARY_KEY |
|
KNTA_SECTIONS_NLS |
SECTION_ID |
SECTION_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
SECTION_LAYOUT_ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
SECTION_ID |
NOT NULL |
NUMBER |
Identifier of the section which this record belongs to |
|
SEQ |
NOT NULL |
NUMBER |
Sequence number in which this section layout belongs to |
|
SECTION_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
Section type identifier |
|
ENTITY_ID |
NULLABLE |
NUMBER |
Entity type identifier |
|
ENTITY_PRIMARY_KEY |
NULLABLE |
NUMBER |
Entity instance identifier |
|
SOURCE |
NULLABLE |
VARCHAR2(100) |
For records that have been updated by an interface or migrator, provides additional information about the source of the external update. |
|
SOURCE_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on) |
|
CREATION_DATE |
NULLABLE |
DATE |
Date record was created |
|
LAST_UPDATE_DATE |
NULLABLE |
DATE |
Date record was last updated |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KNTA_SECTION_LAYOUTS_N1 |
NONUNIQUE |
1 |
ENTITY_ID |
|
KNTA_SECTION_LAYOUTS_N1 |
NONUNIQUE |
2 |
ENTITY_PRIMARY_KEY |
|
KNTA_SECTION_LAYOUTS_N1 |
NONUNIQUE |
3 |
SECTION_ID |
|
KNTA_SECTION_LAYOUTS_N2 |
NONUNIQUE |
1 |
SECTION_ID |
|
KNTA_SECTION_LAYOUTS_U1 |
UNIQUE |
1 |
SECTION_LAYOUT_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KNTA_SECTION_LAYOUTS_S |
SECTION_LAYOUT_ID |

