KCRT_FG_CMDB_APPLICATION
This field group table holds information for CMDB integration.
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 |
Parent request type id |
CMDB_ID |
NULLABLE |
VARCHAR2(32) |
ID of the CMDB |
CMDB_DISPLAY_LABEL |
NULLABLE |
VARCHAR2(255) |
Display label for the CMDB |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KCRT_FG_CMDB_APPLICATION_U1 |
UNIQUE |
1 |
REQUEST_ID |
Sequences
This table uses no sequences.