PPM_INT_QC_CONTROL
This table stores the runtime controls for a request type which belongs to a specific QC integration.
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 |
---|---|---|---|
CONTROL_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 |
PPM_REQUEST_TYPE_ID |
NOT NULL |
NUMBER |
ID of the request type |
PARAM_NAME |
NOT NULL |
VARCHAR2(200) |
Parameter name |
PARAM_VALUE |
NULLABLE |
VARCHAR2(2048) |
Parameter value |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
SYS_C005201897 |
UNIQUE |
1 |
CONTROL_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
PPM_INT_QC_CONTROL_S |
CONTROL_ID |