KCRT_TABLE_ENTRIES
Each row represents a single row of data stored in a field with a table component validation.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KCRT_REQUESTS |
REQUEST_ID |
REQUEST_ID |
|
KNTA_PARAMETER_SET_CONTEXTS |
PARAMETER_SET_CONTEXT_ID |
PARAMETER_SET_CONTEXT_ID |
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KNTA_PARAM_SET_FIELDS_NLS |
PARAMETER_SET_FIELD_ID |
PARAMETER_SET_FIELD_ID |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
TABLE_ENTRY_ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
|
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
|
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
|
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
|
REQUEST_ID |
NOT NULL |
NUMBER |
Primary Key in KCRT_REQUESTS of the request with the Table Component field that contains this row of data |
|
PARAMETER_SET_FIELD_ID |
NOT NULL |
NUMBER |
Primary Key in KNTA_PARAMETER_SET_FIELDS of the field definition of the Table Component field that contains this row of data |
|
SEQ |
NOT NULL |
NUMBER |
This row of data's relative position in the Table Component. |
|
PARAMETER_SET_CONTEXT_ID |
NOT NULL |
NUMBER |
Primary Key in KNTA_PARAMETER_SET_CONTEXTS of the Table Component's column header definition set |
|
VISIBLE_PARAMETER1-40 |
NULLABLE |
VARCHAR2(200) |
Table Component detail parameter |
|
PARAMETER1-40 |
NULLABLE |
VARCHAR2(200) |
Table Component detail parameter |
|
VISIBLE_PARAMETER41-50 |
NULLABLE |
VARCHAR2(4000) |
Table Component detail parameter |
|
PARAMETER41-50 |
NULLABLE |
VARCHAR2(4000) |
Table Component detail parameter |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KCRT_TABLE_ENTRIES_U1 |
UNIQUE |
1 |
TABLE_ENTRY_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KCRT_TABLE_ENTRIES_S |
TABLE_ENTRY_ID |

