FV_TRANSACTION_DOCUMENTS
This table stores the information for the transaction documents.
Details
-
Schema: FUSION
-
Object owner: FV
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
FV_TRXN_DOCUMENTS_PK |
DOCUMENT_REQUEST_ID, PAYMENT_INSTRUCTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
DOCUMENT_REQUEST_ID | NUMBER | 18 | Yes | Indicates the request ID of the job that created or last updated the row. | |
PAYMENT_INSTRUCTION_ID | NUMBER | 18 | Yes | Unique identifier for the payment instructions. | |
DOCUMENT_TYPE_ID | NUMBER | Yes | Column holds an application defined number indicating what type of document this is. | ||
DOCUMENT_CLOB | CLOB | Yes | Oracle Business Intelligence Publisher extract of payment file as Character Large Object (CLOB) data type. | ||
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. | |
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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FV_TRANSACTION_DOCUMENTS_U1 | Unique | FUSION_TS_TX_DATA | DOCUMENT_REQUEST_ID, PAYMENT_INSTRUCTION_ID |