ACA_CONTEXT_ACTION
These are the different context actions that are done on the document.
Details
-
Schema: FUSION
-
Object owner: ACA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ACA_CONTEXT_ACTION_PK |
CONTEXT_ACTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONTEXT_ACTION_ID | NUMBER | 18 | Yes | The Context Action id primary key. | |
| CONTEXT_ID | NUMBER | 18 | Yes | The umbrella context id of this context action. | |
| FROM_ACTION_ID | NUMBER | 18 | Id of the action from which this context is coming. | ||
| SOURCE_TYPE | NUMBER | 2 | Yes | The type of this context action: Str or Doc. It will be some constant values. | |
| SOURCE_ID | NUMBER | 18 | Yes | Depending on Source_type this will be either Document_Version_id field from Aca_Document_Version table or Document_Structure_id from Aca_Document_Structure table. | |
| DESTINATION_ID | NUMBER | 18 | Yes | Depending on Source_type this will be either Document_Version_id field from Aca_Document_Version table or Document_Structure_id from Aca_Document_Structure table. | |
| OPERATION_ID | NUMBER | 18 | Unique numeric value to identify the operation. | ||
| OPERATION_TYPE | NUMBER | 2 | Yes | A numeric value to identify the operation type. | |
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ACA_CONTEXT_ACTION | aca_context | CONTEXT_ID |
| aca_document_structure | aca_context_action | FROM_CONTEXT_ACTION_ID |
| aca_document_structure | aca_context_action | UNTIL_CONTEXT_ACTION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ACA_CONTEXT_ACTION_N1 | Non Unique | Default | SOURCE_ID |
| ACA_CONTEXT_ACTION_N2 | Non Unique | Default | DESTINATION_ID |
| ACA_CONTEXT_ACTION_N3 | Non Unique | Default | FROM_ACTION_ID |
| ACA_CONTEXT_ACTION_U1 | Unique | Default | CONTEXT_ACTION_ID |