Search Results fixed asset table
The OKL_TXD_ASSETS_B table is a fundamental data structure within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, specifically designed to support the Oracle Lease and Finance Management (OKL) module. This table serves as the base table for transactional asset data, storing critical information about leased or financed assets, their attributes, and transactional history. Below is a detailed breakdown of its purpose, structure, key columns, and integration within Oracle EBS.
Purpose and Functional Context
The OKL_TXD_ASSETS_B table is central to Oracle Lease and Finance Management, capturing transactional asset details tied to contracts, leases, or financing agreements. It stores metadata about physical or financial assets, including acquisition details, depreciation, ownership, and lifecycle events. This table supports core lease accounting processes, such as asset recognition, amortization, and impairment calculations, ensuring compliance with accounting standards like ASC 842 and IFRS 16.
Key Columns and Data Structure
The table's schema includes columns that map to both operational and financial attributes of assets. Notable columns include:
- ID: Primary key, uniquely identifying each asset record.
- ASSET_ID: References the leased/financed asset from the OKL_ASSETS_B table.
- TX_ID: Links to the transaction header in OKL_TXD_HEADERS_B.
- QUANTITY: Number of units for the asset in the transaction.
- COST: Capitalized cost or fair value of the asset.
- BOOK_TYPE_CODE: Associates the asset with a depreciation book (e.g., corporate, tax).
- DATE_PLACED_IN_SERVICE: Critical for depreciation start dates.
- STATUS: Tracks asset lifecycle (e.g., active, terminated, sold).
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Standard Oracle audit columns.
Integration with Other Modules
OKL_TXD_ASSETS_B integrates with multiple Oracle EBS modules:
- Fixed Assets (FA): Depreciation data flows to FA_ADDITIONS_B for accounting.
- General Ledger (GL): Journal entries for asset costs and depreciation are posted via subledger accounting.
- Contracts (OKL): Linked to OKL_K_HEADERS_B for lease contract terms.
- Inventory (INV): References item master data for physical assets.
Technical Considerations
The table is designed with Oracle EBS best practices:
- Indexing: Key columns like ID, TX_ID, and ASSET_ID are indexed for performance.
- Foreign Keys: Enforces referential integrity with related tables like OKL_TXD_HEADERS_B.
- API Dependencies: Managed via Oracle's PL/SQL APIs (e.g., OKL_TXD_ASSETS_PUB) to ensure data consistency.
Customization and Extensions
In implementations, the table may be extended via:
- Descriptive Flexfields (DFFs): Adding custom attributes (e.g., asset location tags).
- Triggers/Views: For business-specific validations or reporting.
Conclusion
The OKL_TXD_ASSETS_B table is a critical component of Oracle Lease and Finance Management, enabling accurate asset tracking, financial reporting, and compliance. Its design reflects Oracle EBS's modular architecture, ensuring seamless integration with core financial and operational systems. Understanding its structure and relationships is essential for configuring, customizing, or troubleshooting lease accounting processes in Oracle EBS 12.1.1 and 12.2.2.
-
File: R118 OKL ASSET DETAILS.pdf
12.2.2
product: OKL - Lease and Finance Management , size: 46.593 KBytes , file_type: PDF Diagram ,
-
Table: OKL_TXD_ASSETS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXD_ASSETS_B, object_name:OKL_TXD_ASSETS_B, status:VALID, product: OKL - Lease and Finance Management , description: A transaction table to record various Tax book related assets attributes needed by Fixed Asset Module before activating the contract and additionaly to store the split asset transaction attributes needed by Fixed Asset Moulde before activa , implementation_dba_data: OKL.OKL_TXD_ASSETS_B ,
-
Table: OKL_TXL_ASSETS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_ASSETS_B, object_name:OKL_TXL_ASSETS_B, status:VALID, product: OKL - Lease and Finance Management , description: A contract line level transaction table to record various asset attributes needed by Fixed Asset Module before activating the contract. , implementation_dba_data: OKL.OKL_TXL_ASSETS_B ,
-
Lookup Type: OKL_TRANS_HEADER_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_TRANS_HEADER_TYPE , description: OKL Internal Transaction Header Type ,
-
Lookup Type: OKL_TRANS_LINE_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_TRANS_LINE_TYPE , description: OKL Internal Transaction Line Type ,
-
Table: OKL_INS_ASSETS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INS_ASSETS_ALL, object_name:OKL_INS_ASSETS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Insurance for fixed asset line , implementation_dba_data: OKL.OKL_INS_ASSETS_ALL ,
-
Table: OKL_CONTRACT_ASSET_H
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CONTRACT_ASSET_H, object_name:OKL_CONTRACT_ASSET_H, status:VALID, product: OKL - Lease and Finance Management , description: History table for recording attributes of Fixed Asset module when a contract is versioned. , implementation_dba_data: OKL.OKL_CONTRACT_ASSET_H ,
-
View: OKL_TXD_ASSETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TXD_ASSETS_V, object_name:OKL_TXD_ASSETS_V, status:VALID, product: OKL - Lease and Finance Management , description: A transaction table to record various Tax book related assets attributes needed by Fixed Asset Module before activating the contract and additionaly to store the split asset transaction attributes needed by Fixed Asset Moulde before activa , implementation_dba_data: APPS.OKL_TXD_ASSETS_V ,
-
Table: OKL_INS_ASSETS
12.2.2
product: OKL - Lease and Finance Management , description: Insurance for fixed asset line , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: OKL_LA_ADJ_ALLOC_BASIS
12.2.2
product: OKL - Lease and Finance Management , meaning: Lease Adjustment Allocation Basis , description: Lease Adjustment Allocation Basis Type ,
-
Lookup Type: OKL_SUBCALC_BASIS
12.2.2
product: OKL - Lease and Finance Management , meaning: Subsidy Calculation Basis , description: Lease Subsidy Calculation basis ,
-
Lookup Type: OKL_QUOTE_ALLOC_BASIS
12.2.2
product: OKL - Lease and Finance Management , meaning: Quick Quote Fees and Services Allocation Basis , description: Quick Quote Fees and Services Allocation Basis ,
-
Concurrent Program: OKL_AM_PROCESS_TRX
12.2.2
execution_filename: OKL_AM_PROCESS_ASSET_TRX_PUB.PROCESS_TRANSACTIONS_WRAP , product: OKL - Lease and Finance Management , user_name: OKL Process Asset Management Transactions , description: This API is used to process Asset Management Transactions in Fixed Assets , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OKL_TRANSACTION_TYPE_CLASS
12.2.2
product: OKL - Lease and Finance Management , meaning: Okl Transaction Type Class , description: Okl Transaction Type Class ,
-
File: R118 OKL ASSET TRACKING 12-SEP-2002 V1.pdf
12.2.2
product: OKL - Lease and Finance Management , size: 25.16 KBytes , file_type: PDF Diagram ,
-
Lookup Type: OKL_COST_ADJ_ALLOC_BASIS
12.2.2
product: OKL - Lease and Finance Management , meaning: Basis for Financing Cost Adjustment value ,
-
View: OKL_TXL_ASSETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TXL_ASSETS_V, object_name:OKL_TXL_ASSETS_V, status:VALID, product: OKL - Lease and Finance Management , description: A contract line level transaction table to record various asset attributes needed by Fixed Asset Module before activating the contract. , implementation_dba_data: APPS.OKL_TXL_ASSETS_V ,
-
View: OKL_CS_ASSET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ASSET_LINES_V, object_name:OKL_CS_ASSET_LINES_V, status:VALID, product: OKL - Lease and Finance Management , description: View based on fixed asset line in Oracle Contracts for Lease 'LEASE' contracts. Fixed asset line in OKL points to a fixed asset(asset_id) in Oracle FA.Also this view shows asset for loan type of contracts. , implementation_dba_data: APPS.OKL_CS_ASSET_LINES_V ,
-
File: R118 OKL DISPOSE OF ASSET 12-SEP-2002 V1.pdf
12.2.2
product: OKL - Lease and Finance Management , size: 94.421 KBytes , file_type: PDF Diagram ,
-
View: OKL_ASSET_LINES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_LINES_ALL_V, object_name:OKL_ASSET_LINES_ALL_V, status:VALID, product: OKL - Lease and Finance Management , description: View based on fixed asset line in Oracle Contracts for Lease 'LEASE' contracts. Fixed asset line in OKL points to a fixed asset(asset_id) in Oracle FA.Also this view shows asset for loan type of contracts. , implementation_dba_data: APPS.OKL_ASSET_LINES_ALL_V ,
-
Lookup Type: OKL_SOURCE_TABLE
12.2.2
product: OKL - Lease and Finance Management , meaning: Source Table , description: Lease Source table to validate accounting process. ,
-
View: OKL_INS_ASSETS_V
12.2.2
product: OKL - Lease and Finance Management , description: Insurance for fixed asset line , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_RELOCATE_ASTS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_RELOCATE_ASTS_ALL_B, object_name:OKL_RELOCATE_ASTS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Represents the shipping instructions of an asset determined during the asset return process , implementation_dba_data: OKL.OKL_RELOCATE_ASTS_ALL_B ,
-
Table: OKL_RELOCATE_ASSETS_B
12.2.2
product: OKL - Lease and Finance Management , description: Represents the shipping instructions of an asset determined during the asset return process , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_ASSET_COMPONENTS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ASSET_COMPONENTS_B, object_name:OKL_ASSET_COMPONENTS_B, status:VALID, product: OKL - Lease and Finance Management , description: Asset components are sourced from inventory items. Asset components are always created within the context of a Quoted Asset. , implementation_dba_data: OKL.OKL_ASSET_COMPONENTS_B ,
-
Lookup Type: OKL_TRX_PARAM_SOURCE_TABLE
12.2.2
product: OKL - Lease and Finance Management , meaning: Trx Param Source Table , description: Trx Param Source Table ,
-
Lookup Type: OKL_ACC_GEN_SOURCE_TABLE
12.2.2
product: OKL - Lease and Finance Management , meaning: Account Generator Source Table , description: Account Generator Source Table ,
-
Table: OKL_AMORT_HLD_SETUPS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_AMORT_HLD_SETUPS_ALL, object_name:OKL_AMORT_HLD_SETUPS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Setup of hold period requirements per asset category and asset book combination , implementation_dba_data: OKL.OKL_AMORT_HLD_SETUPS_ALL ,
-
Table: OKL_AMORT_HOLD_SETUPS
12.2.2
product: OKL - Lease and Finance Management , description: Setup of hold period requirements per asset category and asset book combination , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_TERMNT_INTERFACE_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TERMNT_INTERFACE_ALL, object_name:OKL_TERMNT_INTERFACE_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Termination interface table that allows import of contract or asset termination requests , implementation_dba_data: OKL.OKL_TERMNT_INTERFACE_ALL ,
-
Table: OKL_TERMNT_INTF_PTY
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TERMNT_INTF_PTY, object_name:OKL_TERMNT_INTF_PTY, status:VALID, product: OKL - Lease and Finance Management , description: Termination interface detail table that allows import of termination quote party information pertaining to contract or asset termination requests , implementation_dba_data: OKL.OKL_TERMNT_INTF_PTY ,
-
Table: OKL_TERMNT_INTERFACE
12.2.2
product: OKL - Lease and Finance Management , description: Termination interface table that allows import of contract or asset termination requests , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_ASSET_CNDTNS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ASSET_CNDTNS_ALL, object_name:OKL_ASSET_CNDTNS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Details of a condition report of an asset , implementation_dba_data: OKL.OKL_ASSET_CNDTNS_ALL ,
-
Table: OKL_TRX_REQUESTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_REQUESTS, object_name:OKL_TRX_REQUESTS, status:VALID, product: OKL - Lease and Finance Management , description: Stores transaction-level request information. Records in this table either represent Contract-level requests or Asset-level requests. , implementation_dba_data: OKL.OKL_TRX_REQUESTS ,
-
Table: OKL_REPAIR_COSTS_B
12.2.2
product: OKL - Lease and Finance Management , description: Setup table to store types of repair and a recommended cost applicable to asset condition repairs , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_ASSET_CNDTNS
12.2.2
product: OKL - Lease and Finance Management , description: Details of a condition report of an asset , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_PROPERTY_TAX_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PROPERTY_TAX_ALL_B, object_name:OKL_PROPERTY_TAX_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Property tax Info for asset for which lease contract is signed , implementation_dba_data: OKL.OKL_PROPERTY_TAX_ALL_B ,
-
Table: OKL_TAL_TCL_MAP_T
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TAL_TCL_MAP_T, object_name:OKL_TAL_TCL_MAP_T, status:VALID, product: OKL - Lease and Finance Management , description: This table is used for migration of Asset Disposition transaction , implementation_dba_data: OKL.OKL_TAL_TCL_MAP_T ,
-
Table: OKL_EXT_FA_LINE_SOURCES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_FA_LINE_SOURCES_B, object_name:OKL_EXT_FA_LINE_SOURCES_B, status:VALID, product: OKL - Lease and Finance Management , description: Fixed Assets transactions line extension table , implementation_dba_data: OKL.OKL_EXT_FA_LINE_SOURCES_B ,
-
Table: OKL_TXL_ITM_INSTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_ITM_INSTS, object_name:OKL_TXL_ITM_INSTS, status:VALID, product: OKL - Lease and Finance Management , description: A contract line level transaction table to record various Install Base Module location attributes of an asset needed by Install Base Module before activating the contract. , implementation_dba_data: OKL.OKL_TXL_ITM_INSTS ,
-
Table: OKL_SIF_LINES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SIF_LINES, object_name:OKL_SIF_LINES, status:VALID, product: OKL - Lease and Finance Management , description: Holds the asset line details used for external pricing. , implementation_dba_data: OKL.OKL_SIF_LINES ,
-
Table: OKL_REPAIR_COSTS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_REPAIR_COSTS_ALL_B, object_name:OKL_REPAIR_COSTS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Setup table to store types of repair and a recommended cost applicable to asset condition repairs , implementation_dba_data: OKL.OKL_REPAIR_COSTS_ALL_B ,
-
Table: OKL_DF_CTGY_RMK_TMS
12.2.2
product: OKL - Lease and Finance Management , description: The default asset category/remarketing teams , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_TRX_ASSETS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_ASSETS, object_name:OKL_TRX_ASSETS, status:VALID, product: OKL - Lease and Finance Management , description: A top level transaction table to group all the transactions for creation of Asset lines for a Lease/Loan contract , implementation_dba_data: OKL.OKL_TRX_ASSETS ,
-
Table: OKL_DF_CTGY_RMK_TMS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_DF_CTGY_RMK_TMS_ALL, object_name:OKL_DF_CTGY_RMK_TMS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: The default asset category/remarketing teams , implementation_dba_data: OKL.OKL_DF_CTGY_RMK_TMS_ALL ,
-
Table: OKL_EXT_FA_HEADER_SOURCES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_FA_HEADER_SOURCES_B, object_name:OKL_EXT_FA_HEADER_SOURCES_B, status:VALID, product: OKL - Lease and Finance Management , description: Fixed Assets transactions header extension table , implementation_dba_data: OKL.OKL_EXT_FA_HEADER_SOURCES_B ,
-
Table: OKL_INS_CLASS_CATS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INS_CLASS_CATS, object_name:OKL_INS_CLASS_CATS, status:VALID, product: OKL - Lease and Finance Management , description: Insurance asset class , implementation_dba_data: OKL.OKL_INS_CLASS_CATS ,
-
Table: OKL_PROPERTY_TAX_B
12.2.2
product: OKL - Lease and Finance Management , description: Property tax Info for asset for which lease contract is signed , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_OPEN_INT_ASST
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_OPEN_INT_ASST, object_name:OKL_OPEN_INT_ASST, status:VALID, product: OKL - Lease and Finance Management , description: Open interface asset details for report to credit bureau/transfer to external agency , implementation_dba_data: OKL.OKL_OPEN_INT_ASST ,
-
Table: OKL_CURE_HISTORYS_B
12.2.2
product: OKL - Lease and Finance Management , description: OBSELETE-Stores history of activities performed from cure/repurchase creation, to reconciliation to refund , implementation_dba_data: Not implemented in this database ,