SDM_FORM_INS_POST
This table stores detail of data posting to consolidation systems.
Primary Key
Table 4-99 Primary Key Table
Constraint Name | Columns |
---|---|
SDM_FRM_INS_POST_PK | FORM_INS_POST_ID |
Foreign Key
Table 4-100 Foreign Key Table
Table | Foreign Table | Foreign Key Columns |
---|---|---|
SDM_FORM_INS_POST | SDM_FORM_INS_ACCESS | FORM_INS_ACCESS_ID |
SDM_FORM_INS_POST | SDM_FORM_MAPPING | FORM_MAPPING_ID |
SDM_FORM_INS_POST | SDM_FORM_INSTANCE | FORM_INSTANCE_ID |
Columns
Table 4-101 Column Details Table
Name | Data Type | Length | Precision | Scale | Null Allowed | Comments |
---|---|---|---|---|---|---|
FORM_INS_POST_ID | NUMBER | 18 | 0 | No | Unique identifier of the record. | |
FORM_INSTANCE_ID | NUMBER | 18 | 0 | No | Form, to which, this information belongs. Refers to FORM_INSTANCE_ID of SDM_FORM_INSTANCE table. | |
FORM_MAPPING_ID | NUMBER | 18 | 0 | No | Mapping, for which, this post is done. Refers to FORM_MAPPING_ID of SDM_FORM_MAPPING table. | |
FORM_INS_ACCESS_ID | NUMBER | 18 | 0 | No | Points to the user, who posted the data. Refers to FORM_INS_ACCESS_ID of SDM_FORM_INS_ACCESS table. | |
POSTED_VALUE | NUMBER | 29 | 12 | No | Value, which is posted. | |
POSTING_STATUS | VARCHAR2 | 40 | No | Status of the post, for example, Posted, Failed, Unposted | ||
POSTED_POV | CLOB | Yes | POV, for which, data is posted. | |||
CLOUD_POV | VARCHAR2 | 2000 | Yes | POV for Cloud service, for which, data is posted. | ||
ERROR_DETAILS | VARCHAR2 | 1000 | Yes | Error reported by the target system. | ||
PLAN_TYPE_NAME | VARCHAR2 | 80 | Yes | Indicates the name of the plan type to which the data has been posted. | ||
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-102 Index Table
Index | Uniqueness | Columns |
---|---|---|
SDM_FRM_INS_POST_PK | UNIQUE | FORM_INS_POST_ID |