FA_PENDING_TRANSACTION_SUMMARY
This table stores information of the count of pending financial transactions.
Details
-
Schema: FUSION
-
Object owner: FA
-
Object type: TABLE
-
Tablespace: Default
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PENDING_TRANSACTION_SUMMARY_ID | NUMBER | 18 | Yes | Unique transaction summary identification number. | |
| BOOK_TYPE_CODE | VARCHAR2 | 30 | Yes | Unique book identification name. | |
| TRANSACTION_TYPE_CODE | VARCHAR2 | 30 | Yes | Identifier of the asset transaction type. | |
| IN_PROGRESS_COUNT | NUMBER | 18 | Total number of transactions that are in progress. | ||
| EXCEPTIONS_COUNT | NUMBER | 18 | Total number of transactions with exceptions. | ||
| READY_TO_POST_COUNT | NUMBER | 18 | Total number of transactions that are ready to post. | ||
| 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 |
|---|---|---|---|
| FA_PENDING_TRX_SUMMARY_U1 | Unique | Default | PENDING_TRANSACTION_SUMMARY_ID |
| FA_PENDING_TRX_SUMMARY_U2 | Unique | Default | BOOK_TYPE_CODE, TRANSACTION_TYPE_CODE |