KCRT_FG_IMPACT_ANALYSIS
This table stores the results of the Universal Configuration Management Database (uCMDB) impact analysis report.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KCRT_REQUESTS |
REQUEST_ID |
REQUEST_ID |
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 |
Request type ID of this request |
MAM_RFC_ID |
NULLABLE |
VARCHAR2(64) |
uCMDB RFC identifier |
IMPACT_RESULT_VALUE |
NULLABLE |
NUMBER |
uCMDB Impact Result Value |
IMPACT_RESULT_MEANING |
NULLABLE |
VARCHAR2(20) |
uCMDB Impact Result Meaning |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KCRT_FG_IMPACT_ANALYSIS_U1 |
UNIQUE |
1 |
REQUEST_ID |
Sequences
This table uses no sequences.