Search Results okl_cs_asset_lines_v
Overview
OKL_CS_ASSET_LINES_V is a reporting view owned by the APPS schema within the Oracle Lease and Finance Management (OKL) module of Oracle E-Business Suite. It exposes the fixed asset lines associated with Oracle Contracts for Lease, specifically contracts of type LEASE, and additionally surfaces the fixed assets linked to loan-type contracts. In Oracle Lease and Finance Management, a fixed asset line in OKL serves as the contractual link to a corresponding asset recorded in Oracle Fixed Assets, referenced through the asset_id. This view consolidates that relationship into a single denormalized structure, allowing the contract line, the lease or loan header context, and the underlying asset attributes from Oracle FA to be queried together without manually joining across the OKC and FA schemas.
The view carries a VALID status and is intended for operational reporting and integration use. Because it joins contract data to asset master and book information, it is well suited to reconciliation and visibility requirements where asset identity, depreciation attributes, and contract linkage must be presented side by side.
Underlying Base Objects
The view is defined primarily over contract structures and fixed asset tables. The documented references include OKC_K_HEADERS_B, OKC_K_ITEMS, OKC_K_LINES_B, OKC_K_LINES_TL, and OKC_LINE_STYLES_B, which supply the contract header, item, line, and line-style context from Oracle Contracts. OKL_K_HEADERS and OKL_K_LINES provide the Lease and Finance Management-specific header and line records. The asset link is established through OKL_TXL_ASSETS_B, which ties the contract line to an asset identifier. On the asset side, the view draws from FA_ADDITIONS_B and FA_ADDITIONS_TL for asset master and descriptive data, FA_BOOKS for depreciation book attributes, and FA_BOOK_CONTROLS for the book and organization context. OKC_STATUSES_V supplies status derivation logic. These objects are referenced through synonyms in the APPS schema.
Key Columns
- ID1 / ID2 — Derived identifiers, where ID1 maps to the contract line identifier (CLE.ID).
- NAME / ASSET_NUMBER — The asset number from FA_ADDITIONS_B, serving as the human-readable asset identifier.
- ASSET_ID — The numeric asset identifier obtained from the asset link, pointing to the fixed asset in Oracle FA.
- CHR_ID / DNZ_CHR_ID / PARENT_LINE_ID — Contract header and parent line references that anchor the line within the contract hierarchy.
- LTY_CODE / LSE_TYPE — Lease type code and lease type, distinguishing lease versus loan contract treatment.
- START_DATE_ACTIVE / END_DATE_ACTIVE / STATUS — Line effective dates and a computed status of 'A' (active) or 'I' (inactive) derived from comparing the current date to the line start and end dates.
- QUANTITY / UNIT_OF_MEASURE_CODE / CURRENT_UNITS — Units and unit of measure for the asset line.
- ORIGINAL_COST / COST / ADJUSTED_COST — Cost values taken from the cost line and the asset book.
- CORPORATE_BOOK / SET_OF_BOOKS_ID / ORG_ID — Book type and organizational context from FA_BOOK_CONTROLS.
- DEPRN_METHOD_CODE / LIFE_IN_MONTHS / SALVAGE_VALUE / DEPRN_START_DATE — Depreciation attributes sourced from FA_BOOKS.
- TAG_NUMBER / SERIAL_NUMBER / MANUFACTURER_NAME / MODEL_NUMBER / ASSET_TYPE — Physical and classification attributes of the asset.
Common Use Cases and Queries
A typical use case is listing all active asset lines for lease contracts along with their asset numbers and book costs. For example:
SELECT ID1, ASSET_NUMBER, ASSET_ID, LSE_TYPE, STATUS, ORIGINAL_COST FROM OKL_CS_ASSET_LINES_V WHERE STATUS = 'A';- Reconciling contract lines to Oracle FA assets:
SELECT CHR_ID, PARENT_LINE_ID, ASSET_NUMBER, CORPORATE_BOOK, ADJUSTED_COST FROM OKL_CS_ASSET_LINES_V WHERE LTY_CODE = 'LEASE'; - Reviewing depreciation exposure for assets tied to loan contracts by filtering on LSE_TYPE and selecting DEPRN_METHOD_CODE, LIFE_IN_MONTHS, and SALVAGE_VALUE.
Because the view spans both the contract and asset schemas, it is commonly used in custom reports, reconciliation extracts, and integration interfaces where a unified contract-to-asset record is required.
-
View: OKL_CS_ASSET_LINES_V
12.1.1
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 - Leasing 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_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: APPS.OKL_CS_CONT_ASSETS_UV
12.2.2
-
VIEW: APPS.OKL_CS_CONT_ASSETS_UV
12.1.1
-
View: OKL_CS_CONT_ASSETS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_CONT_ASSETS_UV, object_name:OKL_CS_CONT_ASSETS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_CONT_ASSETS_UV ,
-
View: OKL_CS_CONT_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_CONT_ASSETS_UV, object_name:OKL_CS_CONT_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_CONT_ASSETS_UV ,
-
SYNONYM: APPS.FA_ADDITIONS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_ADDITIONS_TL, status:VALID,
-
SYNONYM: APPS.FA_ADDITIONS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_ADDITIONS_TL, status:VALID,
-
VIEW: APPS.OKL_CS_CONT_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_CONT_ASSETS_UV, object_name:OKL_CS_CONT_ASSETS_UV, status:VALID,
-
VIEW: APPS.OKL_CS_CONT_ASSETS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_CONT_ASSETS_UV, object_name:OKL_CS_CONT_ASSETS_UV, status:VALID,
-
VIEW: APPS.OKL_CS_SERVICE_ASSETS_UV
12.2.2
-
VIEW: APPS.OKL_CS_SERVICE_ASSETS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SERVICE_ASSETS_UV, object_name:OKL_CS_SERVICE_ASSETS_UV, status:VALID,
-
VIEW: APPS.OKL_CS_SERVICE_ASSETS_UV
12.1.1
-
VIEW: APPS.OKL_CS_SERVICE_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SERVICE_ASSETS_UV, object_name:OKL_CS_SERVICE_ASSETS_UV, status:VALID,
-
SYNONYM: APPS.OKL_TXL_ASSETS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_TXL_ASSETS_B, status:VALID,
-
SYNONYM: APPS.OKL_TXL_ASSETS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_TXL_ASSETS_B, status:VALID,
-
View: OKL_CS_SERVICE_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SERVICE_ASSETS_UV, object_name:OKL_CS_SERVICE_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Service contracts line details view. , implementation_dba_data: APPS.OKL_CS_SERVICE_ASSETS_UV ,
-
View: OKL_CS_SERVICE_ASSETS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SERVICE_ASSETS_UV, object_name:OKL_CS_SERVICE_ASSETS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Service contracts line details view. , implementation_dba_data: APPS.OKL_CS_SERVICE_ASSETS_UV ,
-
SYNONYM: APPS.OKC_K_LINES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_LINES_TL, status:VALID,
-
SYNONYM: APPS.OKC_K_LINES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_LINES_TL, status:VALID,
-
SYNONYM: APPS.FA_ADDITIONS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_ADDITIONS_B, status:VALID,
-
SYNONYM: APPS.FA_ADDITIONS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_ADDITIONS_B, status:VALID,
-
SYNONYM: APPS.OKL_K_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_K_LINES, status:VALID,
-
VIEW: APPS.OKL_CS_ASSET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ASSET_LINES_V, object_name:OKL_CS_ASSET_LINES_V, status:VALID,
-
VIEW: APPS.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,
-
SYNONYM: APPS.OKL_K_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_K_LINES, status:VALID,
-
VIEW: APPS.OKC_STATUSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STATUSES_V, object_name:OKC_STATUSES_V, status:VALID,
-
VIEW: APPS.OKC_STATUSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STATUSES_V, object_name:OKC_STATUSES_V, status:VALID,
-
SYNONYM: APPS.OKC_K_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_ITEMS, status:VALID,
-
SYNONYM: APPS.OKC_LINE_STYLES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_LINE_STYLES_B, status:VALID,
-
SYNONYM: APPS.OKC_LINE_STYLES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_LINE_STYLES_B, status:VALID,
-
SYNONYM: APPS.OKC_K_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_ITEMS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.OKL_K_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_K_HEADERS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.OKL_K_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_K_HEADERS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.FA_BOOKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_BOOKS, status:VALID,
-
SYNONYM: APPS.FA_BOOKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_BOOKS, status:VALID,
-
SYNONYM: APPS.FA_BOOK_CONTROLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_BOOK_CONTROLS, status:VALID,
-
SYNONYM: APPS.FA_BOOK_CONTROLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_BOOK_CONTROLS, status:VALID,
-
SYNONYM: APPS.OKC_K_LINES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_LINES_B, status:VALID,
-
SYNONYM: APPS.OKC_K_LINES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_LINES_B, status:VALID,
-
SYNONYM: APPS.OKC_K_HEADERS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_HEADERS_B, status:VALID,
-
SYNONYM: APPS.OKC_K_HEADERS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_HEADERS_B, status:VALID,
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - OKC Tables and Views
12.1.1
description: Intersection entity between templates and rules. ,