FUN_DOCIO_AL_MAPPINGS
This table contains transformation mappings from source fingerprint to target structure, derived from Adaptive Learning.
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
FUN_DOCIO_AL_MAPPINGS_PK |
AL_MAPPING_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AL_MAPPING_ID | NUMBER | 18 | Yes | Transformation mapping for Adaptive Learning. | |
| FINGERPRINT_ID | NUMBER | 18 | Yes | The source fingerprint to be transformed from. | |
| TRANSFORM_ID | NUMBER | 18 | Yes | Indicates the identifier of the transformation in Adaptive Learning. | |
| TARGET_STRUCTURE_ID | NUMBER | 18 | Yes | Indicates the identifier of the target document structure. The target document structure to be transformed to. | |
| MAPPED_ATTRIBUTE_METADATA | BLOB | Mapped attribute metadata for the mapping. | |||
| UNMAPPED_ATTRIBUTE_METADATA | BLOB | Unmapped attribute metadata for the mapping. | |||
| STATUS_CODE | VARCHAR2 | 30 | Yes | Indicates status of a user mapping metadata document. Valid values are from the lookup type ORA_FUN_DOCIO_MAPPING_STATUSES. | |
| CONDITION_ID | NUMBER | 18 | Indicates condition ID of a user mapping metadata document. | ||
| MAPPING_VERSION_NUMBER | NUMBER | 9 | Yes | To store the version number of the accepted user mapping metadata document.. | |
| 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. | |
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FUN_DOCIO_AL_MAPPINGS_U1 | Unique | Default | AL_MAPPING_ID |