FA_BOOK_TRANSFERS_OPTIONS

This table stores transfer transaction detail data of the source and destination asset book and transfer policies.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

FA_BOOK_TRANSFERS_OPTIONS_PK

TRANSFER_OPTION_ID

Columns

Name Datatype Length Precision Not-null Comments
TRANSFER_OPTION_ID NUMBER 18 Yes Unique identifier for the transfer options used in the transaction.
TRX_REFERENCE_ID NUMBER 18 Yes Identifier of the transaction reference which links transactions involving multiple assets.
BOOK_TRANSFER_TYPE_CODE VARCHAR2 30 Yes Book transfer method type identifier.
COST_BASIS_CODE VARCHAR2 30 Yes Cost basis at which the asset is transferred to the destination book.
TRANSACTION_DATE_ENTERED DATE Yes Date on which the transaction occurred.
TRANSFER_POLICY_ID NUMBER 18 Number that identifies transfer policy.
CONVERSION_RATE_TYPE VARCHAR2 30 Conversion rate type used when transferring the asset from the source book to the destination book.
EXCHANGE_RATE NUMBER Conversion rate between the source and destination ledger currencies.
REPORTING_CUR_RATE_BASIS_CODE VARCHAR2 30 Rate basis type of the reporting currency.
CREATE_NEW_ASSET_FLAG VARCHAR2 1 Indicates whether the destination asset number is the same as the source.
USE_DEST_CAT_DEPRN_RULES_FLAG VARCHAR2 1 Indicates whether to use the depreciation rules from the destination category.
USE_XFR_DATE_AS_DPIS_FLAG VARCHAR2 1 Indicates whether to use the date placed in service as the transfer date.
COPY_SOURCE_LINES_FLAG VARCHAR2 1 Indicates whether to copy the source lines of the source asset to the destination asset.
COPY_DFF_FLAG VARCHAR2 1 Indicates whether to copy the asset level descriptive flexfield information to the destination asset.
COPY_ASSET_KEY_FLAG VARCHAR2 1 Indicates whether to copy the asset key to the destination asset.
SRC_TRANSFER_AMOUNT NUMBER Source cost at which the asset is transferred.
SRC_FREIGHT_AMOUNT NUMBER Source freight line cost at which the asset is transferred.
SRC_NREC_TAX_AMOUNT NUMBER Source nonrecoverable tax line cost at which the asset is transferred.
SRC_MISC_AMOUNT NUMBER Source miscellaneous line cost at which the asset is transferred.
DEST_TRANSFER_AMOUNT NUMBER Destination cost at which the asset is transferred.
DEST_FREIGHT_AMOUNT NUMBER Destination freight line cost at which the asset is transferred.
DEST_NREC_TAX_AMOUNT NUMBER Destination nonrecoverable tax line cost at which the asset is transferred.
DEST_MISC_AMOUNT NUMBER Destination miscellaneous line cost at which the asset is transferred.
DEPRN_EXPENSE_MAPPING_CODE VARCHAR2 30 Depreciation expense account mapping method code.
COA_MAPPING_ID NUMBER 18 Chart of accounts mapping identifier.
RETIREMENT_TYPE_CODE VARCHAR2 30 Retirement type. Use the Manage Fixed Assets Lookups, lookup type FA_RETIREMENT_TYPES to identify valid values.
COST_OF_REMOVAL NUMBER Removal cost. Enter without thousands separator. Use either comma or period as decimal separator. Cannot be negative.
RETIREMENT_CONVENTION_TYPE_ID NUMBER 18 Retirement convention type identifier.
NBV_MARKUP_PERCENTAGE NUMBER Markup percentage on the net book value to transfer the asset to destination book.
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.
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.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_BOOK_TRANSFERS_OPTIONS fa_trx_references TRX_REFERENCE_ID
FA_BOOK_TRANSFERS_OPTIONS fa_book_transfers_policy TRANSFER_POLICY_ID
FA_BOOK_TRANSFERS_OPTIONS gl_daily_conversion_types CONVERSION_RATE_TYPE
FA_BOOK_TRANSFERS_OPTIONS gl_coa_mappings COA_MAPPING_ID
FA_BOOK_TRANSFERS_OPTIONS fa_convention_types RETIREMENT_CONVENTION_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
FA_BOOK_TRANSFERS_OPTIONS_U1 Unique FA_BOOK_TRANSFERS_OPTIONS_U1 TRANSFER_OPTION_ID
FA_BOOK_TRANSFERS_OPTIONS_U2 Unique FA_BOOK_TRANSFERS_OPTIONS_U2 TRX_REFERENCE_ID