This is the Entity table for Fixed asset transactions header details
Module: Assets
BOOK_TYPE_CODE, TRANSACTION_HEADER_ID
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
TRANSACTION_HEADER_ID | NUMBER | 38 | 0 | True | Identifier of the asset transaction. | ||
BOOK_TYPE_CODE | VARCHAR2 | 32 | True | Unique book identification name. | |||
SOURCE_RECORD_ID | VARCHAR2 | 64 | Source record identifier. Value is derived from a combination of Asset Transaction header identifiers. | ||||
SUBLEDGER_LINKAGE_HDR_ENTITY_ID | VARCHAR2 | 64 | Subledger Linkage Header Entity Identifier | ||||
ASSET_ID | NUMBER | 38 | 0 | Identifier of the asset number. | |||
TRANSACTION_TYPE_CODE | VARCHAR2 | 32 | Identifier of the asset transaction type. | ||||
TRANSACTION_DATE_ENTERED | DATE | Date when the transaction occurred. | |||||
DATE_EFFECTIVE | TIMESTAMP | Date when the row became effective. | |||||
TRANSACTION_KEY | VARCHAR2 | 16 | General class of transaction. | ||||
AMORTIZATION_START_DATE | DATE | Date to start amortizing the net book value for an asset . | |||||
TRANSACTION_SUBTYPE | VARCHAR2 | 64 | Further detail of transaction type. | ||||
H_ASSET_NUMBER | VARCHAR2 | 32 | User-defined asset identification number. | ||||
H_ASSET_KEY_CCID | NUMBER | 38 | 0 | Identifier of the asset key flexfield combination. | |||
H_ASSET_CATEGORY_ID | NUMBER | 38 | 0 | Identifier of the asset category. | |||
H_DESCRIPTION | VARCHAR2 | 128 | Asset description | ||||
H_ASSET_TYPE | VARCHAR2 | 16 | Type of the asset allowed in the Oracle Fusion Assets. The asset types allowed are Capitalized, Construction-in-Process, Expensed, and Group. | ||||
H_TAG_NUMBER | VARCHAR2 | 16 | Unique user-defined tracking number for an asset. | ||||
H_SERIAL_NUMBER | VARCHAR2 | 64 | Serial number assigned to the asset. | ||||
H_IN_USE_FLAG | VARCHAR2 | 16 | Indicator used to determine whether the asset is in use. | ||||
H_OWNED_LEASED | VARCHAR2 | 16 | Indicates whether asset is owned or leased. | ||||
H_COMMITMENT | VARCHAR2 | 32 | Financial liability or commitment assigned to the asset. | ||||
H_PARENT_ASSET_ID | NUMBER | 38 | 0 | Identifier of the parent asset for the child or component asset. | |||
H_INVENTORIAL | VARCHAR2 | 16 | Indicates whether the asset should be included in physical inventory. | ||||
H_PROPERTY_1245_1250_CODE | VARCHAR2 | 16 | Indicates whether the asset belongs to the 1245 property class or 1250 property class. | ||||
H_PROPERTY_TYPE_CODE | VARCHAR2 | 32 | Option indicating whether the asset is considered personal, real, or residential property. | ||||
H_INTANGIBLE_ASSET_FLAG | VARCHAR2 | 16 | Indicates whether the asset is an intangible asset. | ||||
H_MANUFACTURER_NAME | VARCHAR2 | 512 | Name of the manufacturer of the asset. | ||||
H_MODEL_NUMBER | VARCHAR2 | 64 | Model number assigned to the asset. | ||||
H_NEW_USED | VARCHAR2 | 16 | Option indicating whether asset is new or used. | ||||
H_INVESTMENT_LAW | VARCHAR2 | 32 | Benefit incentives applied to the asset. | ||||
H_CURRENT_UNITS | NUMBER | Current number of units for an asset. |