INV_EXPORT_REQUESTS
This table stores the export data requests information raised by a Redwood application. Each record is a request that includes the request identifier, the module where the request was raised and the filters required to extract the data in a json format.
Details
-
Schema: FUSION
-
Object owner: INV
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
INV_EXPORT_REQUESTS_PK |
EXPORT_REQUEST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EXPORT_REQUEST_ID | NUMBER | 18 | Yes | Identifies a unique export request. | |
| SECTION_NAME | VARCHAR2 | 150 | Yes | This is the section name where the export request was raised. | |
| EXPORT_CRITERIA | CLOB | Yes | This is a JSON object that includes the section name and a list of filters required to extract the data. | ||
| 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 |
|---|---|---|---|
| INV_EXPORT_REQUESTS_U1 | Unique | FUSION_TS_TX_IDX | EXPORT_REQUEST_ID |