XLA_OTE_TEST
This table contains online accounting engine related data.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: REFERENCE
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TXN_ID | NUMBER | 18 | Yes | Identifier for accounting entries. | |
| CMD_CODE | VARCHAR2 | 1 | Yes | Abbreviated name of a command. | |
| ROW_STATUS | VARCHAR2 | 10 | Yes | Status value for each row used by online accounting engine. | |
| MESG | VARCHAR2 | 2000 | Stores the retrieved message text. | ||
| 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_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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| XLA_OTE_TEST_U1 | Unique | FUSION_TS_TX_DATA | TXN_ID |