SDM_FORM_INS_POST_DETAIL
This table stores the details of posting result for target based posting.
Primary Key
Table 4-99 Primary Key Table
Constraint Name | Columns |
---|---|
SDM_FRMPOST_DETAIL_PK | POST_DETAIL_ID |
Foreign Key
Table 4-100 Foreign Key Table
Table | Foreign Table | Foreign Key Columns |
---|---|---|
SDM_FORM_INS_POST_DETAIL | SDM_FORM_INSTANCE | FORM_INSTANCE_ID |
Columns
Table 4-101 Column Details Table
Name | Data Type | Length | Precision | Scale | Null Allowed | Comments |
---|---|---|---|---|---|---|
POST_DETAIL_ID | NUMBER | 18 | 0 | No | Unique identifier of the record. | |
FORM_INSTANCE_ID | NUMBER | 18 | 0 | No | Stores the Form instance ID value from SDM_FORM_INSTANCE table. | |
ERROR_CODE | VARCHAR2 | 20 | Yes | Stores the error code for posting failure. | ||
ERROR_MESSAGE | VARCHAR2 | 255 | Yes | Strores the error message for posting failure. | ||
ERROR_RECORD_KEY | VARCHAR2 | 500 | Yes | Stores record identifier for which there was a failure. Stored only if Target system provides this information. | ||
FILE_NAME | VARCHAR2 | 255 | Yes | Stores the name of the error file, if error is in text file format. | ||
UPLOADED_FILE | CLOB | Yes | Error content file, in case of Cloud Financial. | |||
BATCH_NAME | VARCHAR2 | 100 | Yes | Stores the batch name for with error is recorded. | ||
GROUP_ID | NUMBER | 18 | 0 | Yes | Stores the group id for with error is recorded. | |
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_FRMPOST_DETAIL_PK | UNIQUE | POST_DETAIL_ID |
SDM_PSTDETAIL_N1_FRMINSID | NONUNIQUE | FORM_INSTANCE_ID |