FA_BOOK_TRANSFER_DISTS

This table contains asset distribution source and destination data for transfer between book transactions.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: fa_book_transfer_dists

Primary Key

Name Columns

FA_BOOK_TRANSFER_DISTS_PK

BOOK_TRANSFER_DIST_ID

Columns

Name Datatype Length Precision Not-null Comments
BOOK_TRANSFER_DIST_ID NUMBER 18 Yes Distribution mapping identifier for transfer between books transactions.
TRX_REFERENCE_ID NUMBER 18 Yes Identifier of the transaction reference which links transactions involving multiple assets.
SRC_BOOK_TYPE_CODE VARCHAR2 30 Unique source book identification name.
SRC_ASSET_ID NUMBER 18 Source asset number identifier.
SRC_TRANSACTION_HEADER_ID NUMBER 18 Source asset transaction identifier.
DEST_BOOK_TYPE_CODE VARCHAR2 30 Unique destination book identification name.
DEST_ASSET_ID NUMBER 18 Destination asset number identifier.
DEST_TRANSACTION_HEADER_ID NUMBER 18 Destination asset transaction identifier.
SRC_DISTRIBUTION_ID NUMBER 18 Source asset distribution identifier.
SRC_DIST_CCID NUMBER 18 Source asset account code combination identifier for the depreciation expense account.
DEST_DISTRIBUTION_ID NUMBER 18 Destination asset distribution identifier.
DEST_DIST_CCID NUMBER 18 Destination asset account code combination identifier for the depreciation expense account.
DEST_MASSADD_DIST_ID NUMBER 18 Oracle internal use only. Mass addition distribution identification number.
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.
UNITS NUMBER Number of units moved between the corresponding source and destination assignments.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_BOOK_TRANSFER_DISTS fa_trx_references TRX_REFERENCE_ID

Indexes

Index Uniqueness Tablespace Columns
FA_BOOK_TRANSFER_DISTS_N1 Non Unique FA_BOOK_TRANSFER_DISTS_N1 TRX_REFERENCE_ID
FA_BOOK_TRANSFER_DISTS_N2 Non Unique FA_BOOK_TRANSFER_DISTS_N2 SRC_DISTRIBUTION_ID, DEST_DISTRIBUTION_ID
FA_BOOK_TRANSFER_DISTS_U1 Unique FA_BOOK_TRANSFER_DISTS_U1 BOOK_TRANSFER_DIST_ID