PPM_INT_CONFIGURATIONS
This table stores configurations of PPM Center integration solutions with other OpenText Software products.
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 |
|---|---|---|---|
|
CONFIGURATION_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 |
|
VERSION |
NOT NULL |
NUMBER |
System field for persistent layer, this field has nothing to do with the business |
|
SOLUTION_ID |
NULLABLE |
NUMBER |
ID of the solution. One solution could have many configurations, differentiate by the configuration key. For example, the solution for PPM Center/Quality Center integration uses the request type ID as the key. |
|
CONFIGURATION_KEY |
NULLABLE |
VARCHAR2(100) |
Configuration specific identity for filter configuration |
|
CONFIGURATION |
NULLABLE |
CLOB |
Content of the configuration. In current design, it is expected to be a JSON string, which meets the definition in the configuration template of the solution, if it is present. |
| FIELDS_MAPPING_CONFIGURATIONS | NULLABLE | CLOB | The request type mapping information that the request-agile entity integration uses. It is a JSON string. |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
SYS_C00520189 |
UNIQUE |
1 |
CONFIGURATION_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
PPM_INT_CONFIGURATIONS_S |
CONFIGURATION_ID |

