Search Results okl_txl_assets_b
Overview
The OKL_TXL_ASSETS_B table is a core transaction table within the Oracle E-Business Suite Leasing and Finance Management (OKL) module. It functions as a contract line-level staging area, specifically designed to capture and hold detailed asset attribute information required for the Fixed Asset module. Its primary operational role is to serve as a repository for asset data before a lease or finance contract is formally activated. This ensures all necessary asset details for capital accounting and asset tracking are validated and in place prior to contract commencement, supporting accurate fixed asset creation and lifecycle management.
Key Information Stored
The table stores transactional asset attributes linked to specific contract lines. While the full column list is not detailed in the provided metadata, its structure is defined by key foreign key relationships that indicate the critical data linkages. The primary key column is ID. Essential relational columns include KLE_ID, which links the record to a specific contract line in the OKL_K_LINES table, establishing the line-level context. The TAS_ID column references the OKL_TRX_ASSETS table, connecting to the master transaction asset record. Additionally, the DNZ_KHR_ID column denotes the tenant context or data group identifier for the record, a common feature in multi-tenant EBS architectures.
Common Use Cases and Queries
The primary use case involves processes that prepare or validate asset data for contract activation. This includes interfaces from external systems, data entry workflows, and validation routines that populate this table before submitting a contract for approval. A common reporting need is to identify contract lines with incomplete or pending asset data prior to activation. A sample query to achieve this would join the table to its related contract line and header tables.
- Sample Query: SELECT txl.id, kl.line_number, kh.contract_number FROM okl_txl_assets_b txl, okl_k_lines kl, okl_k_headers_b kh WHERE txl.kle_id = kl.id AND kl.khr_id = kh.id AND kh.contract_status = 'ENTERED';
- Data Validation: Data in this table is typically processed by the Fixed Asset interface or OKL-specific programs that create the final fixed asset records in the FA module upon contract activation.
Related Objects
OKL_TXL_ASSETS_B is centrally connected to several key objects within the Leasing schema, as defined by its foreign keys.
- OKL_K_LINES: The fundamental parent table for contract line details, linked via the KLE_ID column.
- OKL_TRX_ASSETS (TAS_ID): The master transaction asset definition table.
- OKL_TXD_ASSETS_B: This table holds distribution-level asset transaction details and is a child of OKL_TXL_ASSETS_B, linked via the TAL_ID foreign key from the distribution table.
- The table is also protected by its primary key constraint, OKL_TXL_ASSETS_B_PK.
-
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_TRX_LINE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TRX_LINE_UV, object_name:OKL_TRX_LINE_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_TRX_LINE_UV ,
-
Table: OKL_TXL_ASSETS_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_ASSETS_TL, object_name:OKL_TXL_ASSETS_TL, status:VALID, product: OKL - Lease and Finance Management , description: Translatable columns from OKL_TXL_ASSETS_B, per MLS standards , implementation_dba_data: OKL.OKL_TXL_ASSETS_TL ,
-
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 ,
-
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_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 ,
-
View: OKL_CS_EQUIP_EXCHANGES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_EQUIP_EXCHANGES_UV, object_name:OKL_CS_EQUIP_EXCHANGES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_EQUIP_EXCHANGES_UV ,
-
View: OKL_LA_BOOK_DEPRN_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_BOOK_DEPRN_UV, object_name:OKL_LA_BOOK_DEPRN_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset book depreciation page , implementation_dba_data: APPS.OKL_LA_BOOK_DEPRN_UV ,
-
View: OKL_TRX_ASSETS_LKE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TRX_ASSETS_LKE_UV, object_name:OKL_TRX_ASSETS_LKE_UV, status:VALID, product: OKL - Lease and Finance Management , description: A supplementry view used to simplify user interface coding. , implementation_dba_data: APPS.OKL_TRX_ASSETS_LKE_UV ,
-
View: OKL_INS_POLICY_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INS_POLICY_ASSETS_UV, object_name:OKL_INS_POLICY_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_INS_POLICY_ASSETS_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 ,
-
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_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 ,
-
Table: OKL_K_LINES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_LINES, object_name:OKL_K_LINES, status:VALID, product: OKL - Lease and Finance Management , description: Oracle Lease Management shadow table for Oracle Contracts Core line tables, OKC_K_LINES_B and OKC_K_LINES_TL. OKL_K_LINES contains attributes that relate to contracts created in OKL and do not fit into the standard lines tables OKC_K_LINES_ , implementation_dba_data: OKL.OKL_K_LINES ,
-
View: OKL_LA_ASSET_CAT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_ASSET_CAT_UV, object_name:OKL_LA_ASSET_CAT_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for asset category list of values page , implementation_dba_data: APPS.OKL_LA_ASSET_CAT_UV ,
-
View: OKL_SPLIT_ASSET_TRX_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SPLIT_ASSET_TRX_UV, object_name:OKL_SPLIT_ASSET_TRX_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for Split Asset Data Object , implementation_dba_data: APPS.OKL_SPLIT_ASSET_TRX_UV ,
-
View: OKL_TRX_HEADER_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TRX_HEADER_UV, object_name:OKL_TRX_HEADER_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_TRX_HEADER_UV ,
-
View: OKL_IPY_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_IPY_ASSETS_UV, object_name:OKL_IPY_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_IPY_ASSETS_UV ,
-
View: OKL_K_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_ASSETS_UV, object_name:OKL_K_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_K_ASSETS_UV ,
-
View: OKL_NEW_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_NEW_ASSETS_UV, object_name:OKL_NEW_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset summary page , implementation_dba_data: APPS.OKL_NEW_ASSETS_UV ,
-
View: OKL_CS_LINE_VERSION_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_LINE_VERSION_UV, object_name:OKL_CS_LINE_VERSION_UV, status:VALID, product: OKL - Lease and Finance Management , description: List of Line Versions , implementation_dba_data: APPS.OKL_CS_LINE_VERSION_UV ,
-
View: OKL_AM_OFF_LEASE_TRX_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_OFF_LEASE_TRX_UV, object_name:OKL_AM_OFF_LEASE_TRX_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_OFF_LEASE_TRX_UV ,
-
View: OKL_CS_PAY_LINE_DTL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PAY_LINE_DTL_UV, object_name:OKL_CS_PAY_LINE_DTL_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_PAY_LINE_DTL_UV ,
-
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_AM_OFF_LSE_TRX_UPD_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_OFF_LSE_TRX_UPD_UV, object_name:OKL_AM_OFF_LSE_TRX_UPD_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_OFF_LSE_TRX_UPD_UV ,
-
View: OKL_AEL_GL_AST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_GL_AST_V, object_name:OKL_AEL_GL_AST_V, status:VALID, product: OKL - Lease and Finance Management , description: This view contains all the asset related transactions which have been transferred to GL. This view is used to enable OKL GL Drilldown functionality. This view displays the Lease transactions which fall under 'Asset Disposition' journal cate , implementation_dba_data: APPS.OKL_AEL_GL_AST_V ,
-
View: OKL_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_SL_V, object_name:OKL_AEL_SL_V, status:VALID, product: OKL - Lease and Finance Management , description: This view contains the accounting entries created for all the contract, asset and quote transactions. This view is used to enable sub-ledger accounting architecture to display the accounting entries for each Lease transaction. , implementation_dba_data: APPS.OKL_AEL_SL_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 ,
-
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 ,