FUN_DOCIO_TRANSFORM_DOCUMENTS
This table contains details of logical documents and transformed documents for a given incoming document. Intelligent Document Recognition recognizes incoming documents and produces corresponding logical documents, which serve as units for transformation. Transformations are then applied to create the final transformed documents, which are subsequently sent to the target.
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
FUN_DOCIO_TRANSFORM_DOCS_PK |
TRANSFORM_DOCUMENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TRANSFORM_DOCUMENT_ID | NUMBER | 18 | Yes | Identifies the transform document. | |
INCOMING_DOCUMENT_ID | NUMBER | 18 | Yes | Identifies the unique Indicates the identifier of the incoming transformed document. | |
LOGICAL_DOCUMENT_ID | NUMBER | 18 | Yes | Logical document ID for the transformed document. | |
FLOW_CODE | VARCHAR2 | 240 | Yes | Flow code for the incoming document. | |
LOGICAL_DOCUMENT_PATH | VARCHAR2 | 2000 | Yes | Indicates the object storage path of the logical document. | |
LOGICAL_DOCUMENT_NAME | VARCHAR2 | 1000 | Yes | Indicates the name of the logical document. | |
LOGICAL_DOCUMENT_FORMAT | VARCHAR2 | 32 | Yes | Indicates the format of the logical document. | |
LOGICAL_DOCUMENT_STATUS_CODE | VARCHAR2 | 30 | Yes | Identifies transform document status code. Valid values are from the lookup type ORA_FUN_DOCIO_LGDOC_STATUS. | |
ERROR_DETAILS | VARCHAR2 | 1000 | Transformation error details of the logical document. | ||
FINGERPRINT_ID | NUMBER | 18 | Yes | Fingerprint ID of the logical document. | |
MAPPING_ID | NUMBER | 18 | Yes | Indicates the transformation mapping identifier of the logical document. | |
MAPPING_TYPE_CODE | VARCHAR2 | 30 | Yes | Transformation mapping type for the logical document. IdentifiesTransformation mapping type code for the logical document. Valid values are from the lookup type ORA_FUN_DOCIO_MAPPING_TYPES. | |
TRANSFORMED_DOCUMENT_PATH | VARCHAR2 | 2000 | Indicates the location of the transformed document. | ||
TRANSFORMED_DOCUMENT_NAME | VARCHAR2 | 1000 | Name of the transformed document. | ||
TRANSFORMED_DOCUMENT_FORMAT | VARCHAR2 | 32 | Format of the transformed document. | ||
TOTAL_RECORDS | NUMBER | 18 | Total records count in the transformed document. | ||
FAILED_RECORDS | NUMBER | Failed records count in the transformed document. | |||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | 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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FUN_DOCIO_TRANSFORM_DOCS_N1 | Non Unique | FUN_DOCIO_TRANSFORM_DOCS_N1 | CREATION_DATE |
FUN_DOCIO_TRANSFORM_DOCS_U1 | Unique | Default | TRANSFORM_DOCUMENT_ID |