KNTA_ENTITY_TABLES
This table stores the hierarchy of the interface tables used by each of the PPM Center migrators.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_ENTITIES_NLS |
ENTITY_ID |
ENTITY_ID |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_ENTITY_TABLES |
ENTITY_TABLE_ID |
PARENT_TABLE_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
ENTITY_TABLE_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_ID |
NOT NULL |
NUMBER |
Entity identifier for the business entity whose data is being migrated |
TABLE_NAME |
NOT NULL |
VARCHAR2(30) |
Name of the interface table that is used in migrating a business entity |
DESCRIPTION |
NULLABLE |
VARCHAR2(200) |
Description of the table within the hierarchy |
ENABLED_FLAG |
NULLABLE |
VARCHAR2(1) |
Indicates whether the interface table is enabled for the business entity |
PARENT_TABLE_ID |
NULLABLE |
NUMBER |
Identifier for the parent interface table |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KNTA_ENTITY_TABLES_N1 |
NONUNIQUE |
1 |
ENTITY_ID |
KNTA_ENTITY_TABLES_U1 |
UNIQUE |
1 |
ENTITY_TABLE_ID |
Sequences
This table uses no sequences.