FA_BOOK_TRANSFERS_POLICY
This table stores transfer pricing rule data and other transfer rules required to transfer assets from the source to the destination asset books.
Details
-
Schema: FUSION
-
Object owner: FA
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
FA_BOOK_TRANSFERS_POLICY_PK |
TRANSFER_POLICY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TRANSFER_POLICY_ID | NUMBER | 18 | Yes | Unique identifier of the transfer policy. | |
TRANSFER_POLICY_NAME | VARCHAR2 | 30 | Yes | Unique name of the transfer policy. | |
DESCRIPTION | VARCHAR2 | 240 | Description corresponding to a transfer policy. | ||
BOOK_TRANSFER_TYPE_CODE | VARCHAR2 | 30 | Book transfer method type identifier. | ||
COST_BASIS_CODE | VARCHAR2 | 30 | Cost basis at which the asset is transferred to the destination book. | ||
CONVERSION_RATE_TYPE | VARCHAR2 | 30 | Conversion rate type used when transferring the asset from the source book to the destination book. | ||
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. | ||
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. | ||
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. | |||
ENABLED_FLAG | VARCHAR2 | 1 | Indicates whether the policy is enabled or not. | ||
ALLOW_OVERRIDE_FLAG | VARCHAR2 | 1 | Indicates whether we can override the transfer policy. | ||
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_POLICY | gl_daily_conversion_types | CONVERSION_RATE_TYPE |
FA_BOOK_TRANSFERS_POLICY | gl_coa_mappings | COA_MAPPING_ID |
FA_BOOK_TRANSFERS_POLICY | fa_convention_types | RETIREMENT_CONVENTION_TYPE_ID |
fa_book_transfers_int | fa_book_transfers_policy | TRANSFER_POLICY_ID |
fa_book_transfers_options | fa_book_transfers_policy | TRANSFER_POLICY_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FA_BOOK_TRANSFERS_POLICY_U1 | Unique | FA_BOOK_TRANSFERS_POLICY_U1 | TRANSFER_POLICY_ID |
FA_BOOK_TRANSFERS_POLICY_U2 | Unique | FA_BOOK_TRANSFERS_POLICY_U2 | TRANSFER_POLICY_NAME |