SDM_FORM_DCU
This table stores all Data Collection Units of the form and journal template.
Primary Key
Table 4-75 Primary Key Table
Constraint Name | Columns |
---|---|
SDM_FRM_DCU_PK | FORM_DCU_ID |
Foreign Key
Table 4-76 Foreign Key Table
Table | Foreign Table | Foreign Key Columns |
---|---|---|
SDM_FORM_DCU | SDM_ENTITY | ENTITY_ID |
SDM_FORM_DCU | SDM_FORM | FORM_ID |
Columns
Table 4-77 Column Details Table
Name | Data Type | Length | Precision | Scale | Null Allowed | Comments |
---|---|---|---|---|---|---|
FORM_DCU_ID | NUMBER | 18 | 0 | No | Unique identifier of the record. | |
FORM_ID | NUMBER | 18 | 0 | No | Form template, to which, this Data Collection Unit belongs. Refers to FORM_ID of SDM_FORM table. | |
IS_ADHOC | CHAR | 1 | No | Indicates whether this DCU was created by regular deploy or ad-hoc creation by preparer. | ||
ENTITY_ID | NUMBER | 18 | 0 | Yes | Entity information of this Data Collection Unit. Refers to DYNAMIC_DATA_ID of SDM_ENTITY table. | |
DCU_CUSTOM1 | NUMBER | 18 | 0 | Yes | Custom dimension of this Data Collection Unit. Refers to primary key of one of the dimensions table. | |
DCU_CUSTOM2 | NUMBER | 18 | 0 | Yes | Custom dimension of this Data Collection Unit. Refers to primary key of one of the dimensions table. | |
DCU_CUSTOM3 | NUMBER | 18 | 0 | Yes | Custom dimension of this Data Collection Unit. Refers to primary key of one of the dimensions table. | |
DCU_CUSTOM4 | NUMBER | 18 | 0 | Yes | Custom dimension of this Data Collection Unit. Refers to primary key of one of the dimensions table. | |
DCU_CUSTOM5 | NUMBER | 18 | 0 | Yes | Custom dimension of this Data Collection Unit. Refers to primary key of one of the dimensions table. | |
APPROVAL_LEVEL | NUMBER | 80 | Yes | Stores the Approval Levels for DCU. Allows to track approval level when overriden for Ad-hoc DCU. | ||
DCP_ID | NUMBER | 18 | 0 | Yes | Data Collection Period, to which, this copy record belongs. Refers to DCP_ID of SDM_DATA_COLLECTION_PERIOD table. | |
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-78 Index Table
Index | Uniqueness | Columns |
---|---|---|
SDM_FRM_DCU_PK | UNIQUE | FORM_DCU_ID |
SDM_FRM_DCU_N1_FRMID | NONUNIQUE | FORM_ID |
SDM_FRM_DCU_U1_ENTT_CUSTOM | UNIQUE | FORM_ID, ENTITY_ID, DCU_CUSTOM1, DCU_CUSTOM2, DCU_CUSTOM3, DCU_CUSTOM4, DCU_CUSTOM5 |