KCRT_FG_PROG_RISK
If the Program Risk field group is linked to a request's request header type, a row will exist in this table for the request.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KCRT_REQUEST_TYPES_NLS |
REQUEST_TYPE_ID |
REQUEST_TYPE_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
REQUEST_ID |
NOT NULL |
NUMBER |
System-generated identifier |
REQUEST_TYPE_ID |
NOT NULL |
NUMBER |
Identifies the request type |
PROG_PROBABILITY_CODE |
NULLABLE |
VARCHAR2(200) |
Probability code of the program risk |
PROG_PROBABILITY_MEANING |
NULLABLE |
VARCHAR2(200) |
Probability description of the program risk |
PROG_RISK_IMPACT_LEVEL_CODE |
NULLABLE |
VARCHAR2(200) |
Code for the impact level of the program risk |
PROG_RISK_IMPACT_LEVEL_MEANING |
NULLABLE |
VARCHAR2(200) |
Indicates the impact level of the program risk |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KCRT_FG_PROG_RISK_U1 |
UNIQUE |
1 |
REQUEST_ID |
Sequences
This table uses no sequences.