VRM_MEA_DOC_ACTION_HISTORY
VRM_MEA_DOC_ACTION_HISTORY contains action history of multiple element arrangements at both header and line level.
Details
-
Schema: FUSION
-
Object owner: VRM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
VRM_MEA_DOC_ACTION_HISTOR_PK |
MEA_ACTION_HISTORY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MEA_ACTION_HISTORY_ID | NUMBER | 18 | Yes | Internal identifier of an action history entry. | |
| SOURCE_TYPE | VARCHAR2 | 30 | Yes | A flag that indicates if the recorded history is related to MEA header or line, where H indicates header and L indicates line level. | |
| SOURCE_ID | NUMBER | 18 | Yes | Identifier of the MEA header or MEA line. | |
| ACTION_DATE | TIMESTAMP | Date when the action was performed. | |||
| MEA_ACTION | VARCHAR2 | 30 | Action detail of a MEA transaction. | ||
| UPDATED_BY | VARCHAR2 | 64 | Who column: indicates the user who performed an action. | ||
| COMPLIANCE_STATUS | VARCHAR2 | 30 | Compliance status of a MEA. Values are from the lookup VRM_MEA_COMPLIANCE_STATUS. | ||
| ADJUSTMENT_STATUS | VARCHAR2 | 30 | Adjustment status of MEA. Values are from the lookup VRM_MEA_ADJ_STATUS. | ||
| DESCRIPTION_MESSAGE_CODE | VARCHAR2 | 30 | Message code of the description. | ||
| DESCRIPTION_TOKEN_MAP | CLOB | Description of the standalone items which are included in the MEA. | |||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or 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. | |
| 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_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| COMMENTS | VARCHAR2 | 1000 | User entered comments. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| VRM_MEA_DOC_ACTION_HISTORY_N1 | Non Unique | Default | REQUEST_ID |
| VRM_MEA_DOC_ACTION_HISTORY_N2 | Non Unique | Default | SOURCE_ID, SOURCE_TYPE |
| VRM_MEA_DOC_ACTION_HISTO_U1 | Unique | Default | MEA_ACTION_HISTORY_ID |