KACC_PLUG_TABS
This table stores one row for each Accelerator-specific Environment or User tab.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KACC_ACCELERATORS |
ACCELERATOR_ID |
ACCELERATOR_ID |
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_USERS |
ENTITY_ID |
PARENT_ENTITY_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PLUG_TAB_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 |
PARENT_ENTITY_ID |
NOT NULL |
NUMBER |
Entity ID for either environments or users |
ACCELERATOR_ID |
NOT NULL |
NUMBER |
Foreign key to KACC_ACCELERATORS |
DESCRIPTION |
NULLABLE |
VARCHAR2(240) |
Description of the tab |
JAVA_CLASS |
NOT NULL |
VARCHAR2(100) |
Class that contains the compiled java code for the Accelerator-specific Environment or User pane. |
DEFINITION_LANGUAGE |
NOT NULL |
VARCHAR2(40) |
Session language used when creating or defining this entity. |
REFERENCE_CODE |
NOT NULL |
VARCHAR2(200) |
A unique identifier of this entity cross PPM Center instances |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KACC_PLUG_TABS_U1 |
UNIQUE |
1 |
PLUG_TAB_ID |
SYS_C005196869 |
UNIQUE |
1 |
REFERENCE_CODE |
Sequences
This table uses no sequences.