Search Results fixed assets
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.
-
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_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 ,
-
Lookup Type: OKL_VIEW_ACC_SOURCES
12.2.2
product: OKL - Lease and Finance Management , meaning: View Accounting Sources , description: View Accounting Sources ,
-
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_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_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 ,
-
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 ,
-
View: OKL_CONTRACT_ASSET_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CONTRACT_ASSET_HV, object_name:OKL_CONTRACT_ASSET_HV, status:VALID, product: OKL - Lease and Finance Management , description: History view for lease management created fixed assets , implementation_dba_data: APPS.OKL_CONTRACT_ASSET_HV ,
-
Concurrent Program: OKLCAPFADEPRNW
12.2.2
execution_filename: OKL_SLA_ACC_SOURCES_PVT.populate_deprn_sources , product: OKL - Lease and Finance Management , user_name: OKL Capture Accounting Sources for Assets Depreciation , description: Executable for the OKL Concurrent Program Parallel Worker to capture Accounting Sources for Assets Depreciation Transactions. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OKLCAPFADEPRN
12.2.2
execution_filename: OKL_SLA_ACC_SOURCES_PVT.populate_deprn_sources_conc , product: OKL - Lease and Finance Management , user_name: OKL Capture Accounting Sources for Assets Depreciation - Master , description: Executable for the OKL Concurrent Master Program to capture Accounting Sources for Assets Depreciation Transactions. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OKL_ADD_POOL_CONTENTS
12.2.2
execution_filename: OKL_POOLCONC_PVT.add_pool_contents , product: OKL - Lease and Finance Management , user_name: OKL Add Pool Contents , description: Add assets to securitization pool , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: OKL_ASSET_RETURNS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ASSET_RETURNS_ALL_B, object_name:OKL_ASSET_RETURNS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: The transaction table for managing assets that are off lease after a contract termination or assets that have been identified as possible returns , implementation_dba_data: OKL.OKL_ASSET_RETURNS_ALL_B ,
-
Table: OKL_ASSET_RETURNS_B
12.2.2
product: OKL - Lease and Finance Management , description: The transaction table for managing assets that are off lease after a contract termination or assets that have been identified as possible returns , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: OKL_INTEREST_CALCULATION_BASIS
12.2.2
product: OKL - Lease and Finance Management , meaning: Interest Calculation Basis , description: Contract Interest Calculation Basis ,
-
Lookup Type: OKL_INTPMT_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_INTPMT_TYPE , description: OKL Interest Rate Payment Type ,
-
Lookup Type: OKL_CONVERT_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL CONVERT TYPE , description: Contracts for Lease Interest Convert Type ,
-
Lookup Type: OKL_LATE_CHRG_FIXED_YN
12.2.2
product: OKL - Lease and Finance Management , meaning: Okl Late Charges Fixed or Percent , description: Okl Late Charges Fixed or Percent ,
-
Lookup Type: OKL_EOT_RENEW
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_EOT_RENEW , description: Renewal Option Code ,
-
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_LATE_INT_FIXED_YN
12.2.2
product: OKL - Lease and Finance Management , meaning: Okl Late Interest Fixed or Variable , description: Okl Late Interest Fixed or Variable ,
-
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 ,
-
Lookup Type: OKL_BPD_VAR_RATE_CALC_CODE
12.2.2
product: OKL - Lease and Finance Management , meaning: Variable Rates calculation codes , description: Variable Rates calculation codes ,
-
Table: OKL_ASSETS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ASSETS_B, object_name:OKL_ASSETS_B, status:VALID, product: OKL - Lease and Finance Management , description: OKL_ASSETS_B stores header information about assets quoted on a Lease Quote. , implementation_dba_data: OKL.OKL_ASSETS_B ,
-
Table: OKL_COST_ADJUSTMENTS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_COST_ADJUSTMENTS_B, object_name:OKL_COST_ADJUSTMENTS_B, status:VALID, product: OKL - Lease and Finance Management , description: OKL_COST_ADJUSTMENTS_B stores financing cost adjustments of quoted assets. , implementation_dba_data: OKL.OKL_COST_ADJUSTMENTS_B ,
-
View: OKL_ASSET_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_RETURNS_V, object_name:OKL_ASSET_RETURNS_V, status:VALID, product: OKL - Lease and Finance Management , description: The transaction table for managing assets that are off lease after a contract termination or assets that have been identified as possible returns , implementation_dba_data: APPS.OKL_ASSET_RETURNS_V ,
-
Lookup Type: OKL_VARIABLE_METHOD
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL VARIABLE METHOD , description: Contracts for Lease Variable Method ,
-
Table: OKL_CNTR_LVLNG_LNS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CNTR_LVLNG_LNS_B, object_name:OKL_CNTR_LVLNG_LNS_B, status:VALID, product: OKL - Lease and Finance Management , description: Assigns Contract Lines (Assets) to Counter Leveling Groups , implementation_dba_data: OKL.OKL_CNTR_LVLNG_LNS_B ,
-
Lookup Type: OKL_COST_ADJ_ALLOC_BASIS
12.2.2
product: OKL - Lease and Finance Management , meaning: Basis for Financing Cost Adjustment value ,
-
Lookup Type: OKL_QUOTE_RULE_OPTION_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: QUOTE RULE OPTION TYPE , description: OKL Quote Rule Option Type ,
-
Concurrent Program: OKL_AM_VEND_RES_SHR
12.2.2
execution_filename: OKL_AM_VENDOR_RES_SHARE_PVT.concurrent_vend_res_share_prg , product: OKL - Lease and Finance Management , user_name: OKL Vendor Residual Share , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OKL_EOT_OPTION
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL EOT OPTION , description: End of Term Options ,
-
View: OKL_LA_RELEASE_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_RELEASE_ASSETS_UV, object_name:OKL_LA_RELEASE_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for re-lease assets lov page. Displays assets eligible for re-lease , implementation_dba_data: APPS.OKL_LA_RELEASE_ASSETS_UV ,
-
View: OKL_FUND_ASSETS_LOV_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_FUND_ASSETS_LOV_UV, object_name:OKL_FUND_ASSETS_LOV_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for assets lov on funding page. , implementation_dba_data: APPS.OKL_FUND_ASSETS_LOV_UV ,
-
Lookup Type: OKL_CS_DEFAULT_TAB
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_CS_DEFAULT_TAB , description: Used to Validate Profile - OKL:Default Tab ,
-
View: OKL_CNTR_LVLNG_LNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CNTR_LVLNG_LNS_V, object_name:OKL_CNTR_LVLNG_LNS_V, status:VALID, product: OKL - Lease and Finance Management , description: Assigns Contract Lines (Assets) to Counter Leveling Groups , implementation_dba_data: APPS.OKL_CNTR_LVLNG_LNS_V ,
-
View: OKL_SPLIT_ASSET_COMP_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SPLIT_ASSET_COMP_UV, object_name:OKL_SPLIT_ASSET_COMP_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view used in assets lov on split asset into components page , implementation_dba_data: APPS.OKL_SPLIT_ASSET_COMP_UV ,
-
View: OKL_LA_INACTIVE_ASST_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_INACTIVE_ASST_UV, object_name:OKL_LA_INACTIVE_ASST_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for inactive assets , implementation_dba_data: APPS.OKL_LA_INACTIVE_ASST_UV ,
-
View: OKL_POOL_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_ASSETS_UV, object_name:OKL_POOL_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Securitization - Pool Assets UI view , implementation_dba_data: APPS.OKL_POOL_ASSETS_UV ,
-
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 ,
-
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_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 ,
-
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 ,
-
View: OKL_LA_FEE_COVERED_ASSET_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_FEE_COVERED_ASSET_UV, object_name:OKL_LA_FEE_COVERED_ASSET_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for covered assets LOV on fee page , implementation_dba_data: APPS.OKL_LA_FEE_COVERED_ASSET_UV ,
-
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 ,
-
View: OKL_CS_ASTLOC_TAX_SUM_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ASTLOC_TAX_SUM_UV, object_name:OKL_CS_ASTLOC_TAX_SUM_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view displays Asset Location Change Transaction Tax Summary , implementation_dba_data: APPS.OKL_CS_ASTLOC_TAX_SUM_UV ,
-
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_TRANSACTION_TYPE_CLASS
12.2.2
product: OKL - Lease and Finance Management , meaning: Okl Transaction Type Class , description: Okl Transaction Type Class ,
-
View: OKL_SPLIT_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SPLIT_ASSETS_UV, object_name:OKL_SPLIT_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view used in assets lov on split asset page , implementation_dba_data: APPS.OKL_SPLIT_ASSETS_UV ,