SDM_DCI_DIMENSION

This table stores all dimension information of the interval.

Details

Object type: TABLE

Primary Key

Table 4-37 Primary Key Table

Constraint Name Columns
SDM_DCI_DIM_PK DCI_DIMENSION_ID

Foreign Key

Table 4-38 Foreign Key Table

Table Foreign Table Foreign Key Column
SDM_DCI_DIMENSION SDM_DIMENSION DIMENSION_ID
SDM_DCI_DIMENSION SDM_DC_INTERVAL DCI_ID

Columns

Table 4-39 Column Details Table

Name Data Type Length Precision Scale Null Allowed Comments
DCI_DIMENSION_ID NUMBER   18 0 No Unique identifier of the record.
DCI_ID NUMBER   18 0 No Interval, to which, this dimension belongs. Refers to DCI_ID of SDM_DC_INTERVAL table.
DCI_DIMENSION_TYPE VARCHAR2 15     No Type of the interval dimension, for example, DCIFrequency, DCIWorkflow.
DIMENSION_ID NUMBER   18 0 No Indicates dimension, which is associated with this interval. Refers to DIMENSION_ID of SDM_DIMENSION table.
DIMENSION_TYPE VARCHAR2 30     No Indicates dimension type. This is same as DIMENSION_TYPE of SDM_DIMENSION.
DIMENSION_ORDER NUMBER   4 0 No Indicates the order, in which, dimensions should be displayed.
DB_TABLE_NAME VARCHAR2 50     Yes Indicates table name of dimension. This is same as DB_TABLE_NAME of SDM_DIMENSION.
DCI_COLUMN_NAME VARCHAR2 20     Yes Stores the custom column name of SDM_DATA_COLLECTION_PERIOD and SDM_FORM_DCU, which is used for this dimension.
APP_ID NUMBER   1 0 No Identifier for the application to which the row corresponds to, for example, SDM:4.
OBJECT_VERSION_NUMBER NUMBER   9 0 No Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
LAST_UPDATE_LOGIN VARCHAR2 255     Yes Who column: indicates the session login associated to the user who last updated the row.
LAST_UPDATED_BY VARCHAR2 255     No Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE DATE       No Who column: indicates the date and time of the last update of the row.
CREATED_BY VARCHAR2 255     No Who column: indicates the user who created the row.
CREATION_DATE DATE       No Who column: indicates the date and time of the creation of the row.

Indexes

Table 4-40 Index Table

Index Uniqueness Columns
SDM_DCI_DIM_PK UNIQUE DCI_DIMENSION_ID
SDM_DCI_DIM_U1_DCIDIMID UNIQUE DCI_ID, DIMENSION_ID