XLA_TRANSACTION_INT_REQUESTS
This table stores information of each accounting transaction import process, including the file being loaded into the interface table and its processing status.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
XLA_TRANSACTION_INT_REQS_PK |
LOAD_REQUEST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| LOAD_REQUEST_ID | NUMBER | 18 | Yes | Identifier of the accounting transaction import request that is loading data into the interface table. | |
| INTERFACE_CONTROL_ID | NUMBER | 18 | Yes | Identifier of the processing group being loaded into the interface table by this accounting transaction import request. | |
| FILE_NAME | VARCHAR2 | 255 | Yes | Name of the file being loaded into the interface table by this accounting transaction import request. | |
| STATUS_CODE | VARCHAR2 | 30 | Yes | Status of the load of this file into the interface table. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| XLA_TRANSACTION_INT_REQUESTS | xla_transaction_int_controls | INTERFACE_CONTROL_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| XLA_TRANSACTION_INT_REQS_N1 | Non Unique | Default | INTERFACE_CONTROL_ID |
| XLA_TRANSACTION_INT_REQS_U1 | Unique | Default | LOAD_REQUEST_ID |