IBY_TRXN_DOCUMENTS

This table stores the information for the transaction documents.

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

IBY_TRXN_DOCUMENTS_PK

TRXN_DOCUMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
TRXN_DOCUMENT_ID NUMBER 18 Yes PK
PAYMENT_INSTRUCTION_ID NUMBER 18 Payment file identifier
TRXNMID NUMBER 18 Column is a foreign key into table IBY_TRXN_SUMMARIES_ALL . Indicates which transaction
DOCTYPE NUMBER Yes Column holds an application defined number indicating what type of document this is.
DOCUMENT BLOB Column holds the actual XML document.
FROZEN_FLAG VARCHAR2 1 Oracle Internal use only - reserved for future use
TO_BE_PURGED_FLAG VARCHAR2 1 Oracle Internal use only - reserved for future use
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
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.
SECURITY_GROUP_ID NUMBER Used in hosted environments
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
DOCUMENT_PURGED_FLAG VARCHAR2 1 Oracle Internal use only - reserved for future use
DOCUMENT_PURGED_DATE DATE Oracle Internal use only - reserved for future use
ENCRYPTED_FLAG VARCHAR2 1 Encrypted flag
COMPRESSED_FLAG VARCHAR2 1 Compressed flag
DOC_CONTENT_TYPE VARCHAR2 30 Content type from BIP output, such as text or PDF
DOCUMENT_CLOB CLOB Oracle Business Intelligence Publisher extract of payment file as Character Large Object (CLOB) data type.
MBATCHID NUMBER 18 A foreign key into the table IBY_BATCHES_ALL. It's an application generated unique batch identifier.

Foreign Keys

Table Foreign Table Foreign Key Column
IBY_TRXN_DOCUMENTS iby_pay_instructions_all PAYMENT_INSTRUCTION_ID

Indexes

Index Uniqueness Tablespace Columns
IBY_TRXN_DOCUMENTS_N1 Non Unique FUSION_TS_TX_IDX PAYMENT_INSTRUCTION_ID
IBY_TRXN_DOCUMENTS_N2 Non Unique FUSION_TS_TX_IDX MBATCHID
IBY_TRXN_DOCUMENTS_U1 Unique Default TRXN_DOCUMENT_ID