FA_TRX_REFERENCES

FA_TRX_REFERENCES contains information about inter-asset transactions where two or more dependent transactions are performed at one time. Oracle Fusion Assets inserts rows in this table and in the FA_TRANSACTION_HEADERS table each time you perform such a transaction.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

FA_TRX_REFERENCES_PK

TRX_REFERENCE_ID

Columns

Name Datatype Length Precision Not-null Comments
TRX_REFERENCE_ID NUMBER 18 Yes Identifier of the transaction reference which links transactions involving multiple assets.
TRANSACTION_TYPE VARCHAR2 30 Classification of the inter-asset transaction.
SRC_TRANSACTION_SUBTYPE VARCHAR2 30 Further detail of the transaction type for source asset.
DEST_TRANSACTION_SUBTYPE VARCHAR2 30 Further detail of the transaction type for destination asset.
BOOK_TYPE_CODE VARCHAR2 30 Unique book identification name.
DEST_BOOK_TYPE_CODE VARCHAR2 30 Unique destination book identification name.
SRC_ASSET_ID NUMBER 18 Yes Identifier of the source asset on which the transaction occurred.
SRC_TRANSACTION_HEADER_ID NUMBER 18 Yes Identifier of the source transaction.
DEST_ASSET_ID NUMBER 18 Yes Identifier of the destination asset on which the transaction occurred.
DEST_TRANSACTION_HEADER_ID NUMBER 18 Yes Identifier of the destination transaction.
MEMBER_ASSET_ID NUMBER 18 Identification number of the member asset.
MEMBER_TRANSACTION_HEADER_ID NUMBER 18 Identifier of the member asset transaction which spawned this transaction for the group asset.
SRC_AMORTIZATION_START_DATE DATE Amortization start date for the source asset transaction.
DEST_AMORTIZATION_START_DATE DATE Amortization start date for the destination asset transaction.
RESERVE_TRANSFER_AMOUNT NUMBER Reserve amount transferred between assets.
SRC_EXPENSE_AMOUNT NUMBER Amount entered for catch-up depreciation expense on the source asset transaction.
DEST_EXPENSE_AMOUNT NUMBER Amount entered for catch-up depreciation expense on the destination asset transaction.
SRC_EOFY_RESERVE NUMBER Amount entered for the reserve of the prior fiscal year for the source asset.
DEST_EOFY_RESERVE NUMBER Depreciation reserve of the destination asset at the end of the previous fiscal year.
EVENT_ID NUMBER 18 Identifier of the transaction event which is associated with this row for accounting purposes.
INVOICE_TRANSACTION_ID NUMBER 18 Unique identifier of the invoice transaction.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_TRX_REFERENCES fa_additions_b SRC_ASSET_ID
FA_TRX_REFERENCES fa_additions_b DEST_ASSET_ID
FA_TRX_REFERENCES fa_additions_b MEMBER_ASSET_ID
FA_TRX_REFERENCES fa_transaction_headers SRC_TRANSACTION_HEADER_ID, BOOK_TYPE_CODE
FA_TRX_REFERENCES fa_transaction_headers DEST_TRANSACTION_HEADER_ID, BOOK_TYPE_CODE
FA_TRX_REFERENCES fa_transaction_headers MEMBER_TRANSACTION_HEADER_ID, BOOK_TYPE_CODE
FA_TRX_REFERENCES fa_book_controls BOOK_TYPE_CODE
FA_TRX_REFERENCES fa_invoice_transactions INVOICE_TRANSACTION_ID
fa_transaction_headers fa_trx_references TRX_REFERENCE_ID
fa_book_transfer_dists fa_trx_references TRX_REFERENCE_ID

Indexes

Index Uniqueness Tablespace Columns
FA_TRX_REFERENCES_N1 Non Unique Default BOOK_TYPE_CODE, MEMBER_ASSET_ID
FA_TRX_REFERENCES_N2 Non Unique Default MEMBER_TRANSACTION_HEADER_ID
FA_TRX_REFERENCES_N3 Non Unique Default SRC_TRANSACTION_HEADER_ID
FA_TRX_REFERENCES_N4 Non Unique Default DEST_TRANSACTION_HEADER_ID
FA_TRX_REFERENCES_U1 Unique Default TRX_REFERENCE_ID