Search Results okl_asset_cndtns
Overview
The OKL_ASSET_CNDTNS table is a core data object within the Oracle E-Business Suite (EBS) Leasing and Finance Management (OKL) module. It serves as the primary repository for recording condition reports associated with leased or financed assets. These reports are critical for documenting the physical state of an asset at key transactional milestones, such as at the inception of a lease, upon its return, or following a damage event. The table's existence underscores the importance of asset condition tracking in managing lease agreements, calculating end-of-term obligations, and processing insurance claims related to asset damage or wear.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the table's primary key is the ID column. More importantly, the foreign key relationships explicitly define the critical links this table maintains. The CLM_ID column ties a condition report to a specific insurance claim record in the OKL_INS_CLAIMS_B table, enabling the documentation of asset damage that triggers a claim. The KLE_ID column links the condition report to a contract line in the OKL_K_LINES table, associating the asset's condition with a particular leasing or financing agreement. This structure allows the system to store comprehensive details about the condition assessment, including report dates, assessment types, overall ratings, and references to supporting documentation.
Common Use Cases and Queries
This table is central to operational and reporting processes concerning asset valuation and contractual compliance. A common use case is generating a condition report history for an asset across its lease lifecycle. A typical query might join OKL_ASSET_CNDTNS to OKL_K_LINES and the asset master to retrieve all assessments for a specific asset. Another critical scenario involves insurance claim processing, where a query would link condition reports (OKL_ASSET_CNDTNS) to claim headers (OKL_INS_CLAIMS_B) to substantiate claimed damages. Furthermore, at lease termination, the system would query this table to compare the return condition (captured via a new record) against the baseline condition to determine any charges for excess wear and tear.
Related Objects
- OKL_INS_CLAIMS_B: This table holds insurance claim headers. The foreign key from OKL_ASSET_CNDTNS.CLM_ID establishes that a condition report can be initiated from or linked to a specific claim.
- OKL_K_LINES: This table stores contract lines for leases and financial agreements. The foreign key from OKL_ASSET_CNDTNS.KLE_ID anchors the condition report to the relevant contractual line item.
- OKL_ASSET_CNDTN_LNS_B: This table holds detailed line items for a condition report. It has a foreign key referencing OKL_ASSET_CNDTNS, indicating that a master condition report record can have multiple detailed lines specifying condition for different components or aspects of the asset.
-
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_ASSET_CNDTN_LNS_B
12.2.2
product: OKL - Lease and Finance Management , description: The line of a condition report detailing the item description and damage , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_INS_CLAIMS_B
12.2.2
product: OKL - Lease and Finance Management , description: Lease and optional insurance claims , implementation_dba_data: Not implemented in this database ,
-
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_AM_ASSET_CNDTN_FULL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_ASSET_CNDTN_FULL_UV, object_name:OKL_AM_ASSET_CNDTN_FULL_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_ASSET_CNDTN_FULL_UV ,
-
View: OKL_INS_CLAIM_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INS_CLAIM_ASSETS_UV, object_name:OKL_INS_CLAIM_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_INS_CLAIM_ASSETS_UV ,
-
View: OKL_ASSET_CNDTNS_V
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 ,
-
View: OKL_AM_ASSET_CNDTN_LNS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_ASSET_CNDTN_LNS_UV, object_name:OKL_AM_ASSET_CNDTN_LNS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_ASSET_CNDTN_LNS_UV ,