KDEM_FIELD_MAPPINGS
This table stores details of how the various fields of the request type are related to the demand fields.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KDEM_DEMAND_FIELDS |
DEMAND_FIELD_ID |
DEMAND_FIELD_ID |
|
KDEM_DEMAND_SET_REQ_TYPES |
DEMAND_SET_REQ_TYPE_ID |
DEMAND_SET_REQ_TYPE_ID |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
KNTA_PARAM_SET_FIELDS_NLS |
PARAMETER_SET_FIELD_ID |
PARAMETER_SET_FIELD_ID |
|
KRML_PARAMETER_SET_FLDS_COPY |
PARAMETER_SET_FIELD_ID |
PARAMETER_SET_FIELD_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
FIELD_MAPPING_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 |
|
DEMAND_SET_REQ_TYPE_ID |
NOT NULL |
NUMBER |
Identifier to identify the demand request type |
|
DEMAND_FIELD_ID |
NOT NULL |
NUMBER |
Identifier to identify the demand field |
|
PARAMETER_SET_FIELD_ID |
NOT NULL |
NUMBER |
Identifier to identify the parameter set field |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KDEM_FIELD_MAPPINGS_U1 |
UNIQUE |
1 |
FIELD_MAPPING_ID |
|
KDEM_FIELD_MAPPINGS_U2 |
UNIQUE |
1 |
DEMAND_SET_REQ_TYPE_ID |
|
KDEM_FIELD_MAPPINGS_U2 |
UNIQUE |
2 |
DEMAND_FIELD_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KDEM_FIELD_MAPPINGS_S |
FIELD_MAPPING_ID |

