PO_MASS_ACTION_RECORDS
PO_MASS_ACTION_RECORDS tracks the records to be processed for the mass action requests.
Details
-
Schema: FUSION
-
Object owner: PO
-
Object type: TABLE
-
Tablespace: po_mass_action_records
Primary Key
| Name | Columns |
|---|---|
|
PO_MASS_ACTION_RECORDS_PK |
ACTION_RECORD_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ACTION_RECORD_ID | NUMBER | 18 | Yes | Unique identifier for the record to be processed. | |
| ACTION_REQUEST_ID | NUMBER | 18 | Yes | Reference to the unique identifier for the action request | |
| SELECTED_ENTITY_NAME | VARCHAR2 | 30 | Yes | Identifier representing the entity level to which the record corresponds. | |
| REF_ENTITY1_ID | NUMBER | 18 | Yes | Unique identifier representing the parent entity reference, such as an Order ID. | |
| REF_ENTITY1_VALUE | VARCHAR2 | 150 | Identifier that represents the parent entity for reference in the user interface display, like Order number. | ||
| REF_ENTITY2_ID | NUMBER | 18 | Yes | Foreign Key reference to identify the record to be processed. | |
| REF_ENTITY2_VALUE | VARCHAR2 | 150 | Identifier that represents the child entity for reference in the user interface display like Line Number. | ||
| STATUS_CODE | VARCHAR2 | 30 | Yes | Indicates the status of the action request for this record. | |
| ERROR_CODE | VARCHAR2 | 30 | Error code indicating the reason for action request failure for this record. | ||
| TOKEN1_NAME | VARCHAR2 | 100 | 1st token name of the message | ||
| TOKEN1_VALUE | VARCHAR2 | 200 | 1st token value of the message | ||
| TOKEN2_NAME | VARCHAR2 | 100 | 2nd token name of the message | ||
| TOKEN2_VALUE | VARCHAR2 | 200 | 2nd token value of the message | ||
| TOKEN3_NAME | VARCHAR2 | 100 | 3rd token name of the message | ||
| TOKEN3_VALUE | VARCHAR2 | 200 | 3rd token value of the message | ||
| TOKEN4_NAME | VARCHAR2 | 100 | 4th token name of the message | ||
| TOKEN4_VALUE | VARCHAR2 | 200 | 4th token value of the message | ||
| TOKEN5_NAME | VARCHAR2 | 100 | 5th token name of the message | ||
| TOKEN5_VALUE | VARCHAR2 | 200 | 5th token value of the message | ||
| TOKEN6_NAME | VARCHAR2 | 100 | 6th token name of the message | ||
| TOKEN6_VALUE | VARCHAR2 | 200 | 6th token value of the message | ||
| APP_NAME | VARCHAR2 | 50 | Application Short Name corresponding to the error message | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PO_MASS_ACTION_RECORDS | po_mass_action_requests |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PO_MASS_ACTION_RECORDS_N1 | Non Unique | Default | ACTION_REQUEST_ID, STATUS_CODE |
| PO_MASS_ACTION_RECORDS_N2 | Non Unique | Default | REF_ENTITY1_ID |
| PO_MASS_ACTION_RECORDS_U1 | Unique | Default | ACTION_RECORD_ID |