ACA_ITEM_DOCUMENT_MAPPING

This is the table storing the item and document relationship.

Details

  • Schema: FUSION

  • Object owner: ACA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACA_ITEM_DOCUMENT_MAPPING_PK

MAPPING_ID

Columns

Name Datatype Length Precision Not-null Comments
MAPPING_ID NUMBER 18 Yes Primary Key. Unique Identifier for the item and document relationship.
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.
DOCUMENT_VERSION_ID NUMBER 18 Yes foreign key to DOCUMENT_VERSION_ID in ACA_DOCUMENT_VERSION_B table
ITEM_INVENTORY_ID NUMBER 18 Yes foreign key to INVENTORY_ITEM_ID in EGP_SYSTEMS_B db table
ITEM_ORGANIZATION_ID NUMBER 18 Yes point to ORGANIZATION_ID in EGP_SYSTEM_ITEMS_B table
ITEM_REVISION_ID NUMBER 18 Yes foreign key to REVISION_ID in EGP_ITEM_REVISIONS_B table
ITEM_VERSION_ID NUMBER 18 Unique identifier for the rows in ego_versions_b
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
ACA_ITEM_DOCUMENT_N1 Non Unique Default DOCUMENT_VERSION_ID
ACA_ITEM_DOCUMENT_N2 Non Unique Default ITEM_REVISION_ID
ACA_ITEM_DOCUMENT_U1 Unique Default MAPPING_ID