Search Results okx_asset_lines_v
Overview
OKX_ASSET_LINES_V is a reporting and integration view owned by the APPS schema within the OKX – Contracts Integration product. It exposes the fixed asset lines associated with Oracle Contracts for Lease contracts. In the Oracle E-Business Suite lease management model, a lease contract can include asset lines that reference individual assets recorded in Oracle Fixed Assets. This view consolidates those relationships into a single denormalized structure, joining contract line information, line style attributes, lease header data, and fixed asset master details.
The view is documented as VALID and carries no transactional processing responsibility; it is a read-only construct intended for inquiry, reporting, and downstream integration. Because it joins across the OKC (Contracts Core), OKL (Lease Management), and FA (Fixed Assets) schemas, it is particularly valuable where lease contract asset detail must be reconciled with fixed asset inventory without navigating multiple application windows.
Underlying Base Objects
The view is defined over the following documented base objects, accessed through APPS synonyms:
- OKC_K_LINES_B — the contract line base table, supplying line numbers, dates, status codes, and the CLE_ID used as the parent line reference.
- OKC_K_LINES_TL — the translation table providing item description and comment text.
- OKC_K_ITEMS — contract item information linked to each line.
- OKC_LINE_STYLES_B — line style codes (LTY_CODE) and lease type (LSE_TYPE) attributes.
- OKL_K_HEADERS — lease contract header data, including the CHR_ID and DNZ_CHR_ID keys.
- OKL_K_LINES — lease-specific line attributes.
- OKX_ASSETS_V — a supporting view over fixed asset records in Oracle Fixed Assets.
The join path connects contract lines to lease headers and then to the fixed asset records surfaced through OKX_ASSETS_V, producing one row per fixed asset line.
Key Columns
- ID1 / ID2 — surrogate identifiers; ID1 carries CLE.ID, while ID2 is a literal placeholder.
- NAME / DESCRIPTION — the fixed asset name and description from FA.
- PARENT_LINE_ID — the CLE_ID of the parent contract line.
- LINE_NUMBER — the sequence number of the contract line.
- START_DATE_ACTIVE / END_DATE_ACTIVE — contract line effective dates.
- STATUS — a derived value computed with DECODE and SIGN logic: 'I' when the start date is in the future or the end date has passed, otherwise 'A' for active.
- ASSET_ID / ASSET_NUMBER — the fixed asset identifier and user-facing asset number.
- ORIGINAL_COST / COST / ADJUSTED_COST — asset cost figures, with original cost drawn from the lease line.
- CORPORATE_BOOK / SET_OF_BOOKS_ID / ORG_ID — book and organizational context.
- DEPRN_METHOD_CODE / LIFE_IN_MONTHS / DEPRN_START_DATE — depreciation attributes.
- LINE_STATUS — the contract line status code.
Common Use Cases and Queries
Typical uses include lease-to-fixed-asset reconciliation, asset population reporting, and feeding downstream systems with asset-level lease detail.
SELECT line_number, name, asset_number, cost, status FROM apps.okx_asset_lines_v WHERE chr_id = :p_contract_id ORDER BY line_number;
SELECT asset_number, original_cost, adjusted_cost, deprn_method_code FROM apps.okx_asset_lines_v WHERE status = 'A' AND org_id = :p_org_id;
The view is best queried with restrictive predicates on CHR_ID, ORG_ID, or ASSET_NUMBER, since it joins several high-volume contract and asset tables.
-
View: OKX_ASSET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ASSET_LINES_V, object_name:OKX_ASSET_LINES_V, status:VALID, product: OKX - Contracts Integration , description: This View is based on fixed asset line of Oracle Contracts for Lease contracts. Fixed asset line points to a fixed asset in Oracle Fixed Asset , implementation_dba_data: APPS.OKX_ASSET_LINES_V ,
-
View: OKX_ASSET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ASSET_LINES_V, object_name:OKX_ASSET_LINES_V, status:VALID, product: OKX - Contracts Integration , description: This View is based on fixed asset line of Oracle Contracts for Lease contracts. Fixed asset line points to a fixed asset in Oracle Fixed Asset , implementation_dba_data: APPS.OKX_ASSET_LINES_V ,
-
APPS.OKL_AM_SV_WRITEDOWN_PVT SQL Statements
12.2.2
-
VIEW: APPS.OKL_CS_AST_ADDONS_UV
12.2.2
-
APPS.IEX_REPOSSESS_PVT SQL Statements
12.1.1
-
VIEW: APPS.IEX_ASSIGNED_ASSETS_V
12.1.1
-
VIEW: APPS.IEX_ASSIGNED_ASSETS_V
12.2.2
-
APPS.IEX_REPOSSESS_PVT SQL Statements
12.2.2
-
VIEW: APPS.OKL_AM_ASSET_DETAILS_CHR_UV
12.2.2
-
VIEW: APPS.OKL_AM_ASSET_DETAILS_UV
12.2.2
-
APPS.OKL_AM_SV_WRITEDOWN_PVT SQL Statements
12.1.1
-
VIEW: APPS.OKL_CS_AST_ADDONS_UV
12.1.1
-
VIEW: APPS.IEX_AVAILABLE_ASSETS_V
12.1.1
-
VIEW: APPS.OKL_AM_FIXED_ASSET_LOCATION_UV
12.2.2
-
VIEW: APPS.OKL_AM_FIXED_ASSET_LOCATION_UV
12.1.1
-
VIEW: APPS.OKL_AM_ASSET_DETAILS_UV
12.1.1
-
VIEW: APPS.OKL_AM_ASSET_DETAILS_CHR_UV
12.1.1
-
VIEW: APPS.IEX_REPOS_AVAIL_ASSETS_UV2
12.1.1
-
VIEW: APPS.IEX_REPOS_OBJECTS_UV
12.1.1
-
VIEW: APPS.IEX_REPOS_AVAIL_ASSETS_UV2
12.2.2
-
VIEW: APPS.IEX_REPOS_OBJECTS_UV
12.2.2
-
VIEW: APPS.IEX_AVAILABLE_ASSETS_V
12.2.2
-
VIEW: APPS.IEX_REPOS_AVAIL_ASSETS_UV
12.1.1
-
VIEW: APPS.IEX_REPOS_AVAIL_ASSETS_UV
12.2.2
-
PACKAGE BODY: APPS.IEX_REP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_REP_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_PRINT_CONS_BILL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PRINT_CONS_BILL, status:VALID,
-
PACKAGE BODY: APPS.OKL_AM_SV_WRITEDOWN_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AM_SV_WRITEDOWN_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_AM_SV_WRITEDOWN_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AM_SV_WRITEDOWN_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEX_REPOSSESS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_REPOSSESS_PVT, status:VALID,
-
View: OKL_CS_AST_ADDONS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_AST_ADDONS_UV, object_name:OKL_CS_AST_ADDONS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_AST_ADDONS_UV ,
-
View: OKL_CS_AST_ADDONS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_AST_ADDONS_UV, object_name:OKL_CS_AST_ADDONS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_AST_ADDONS_UV ,
-
VIEW: APPS.OKL_CS_AST_ADDONS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_AST_ADDONS_UV, object_name:OKL_CS_AST_ADDONS_UV, status:VALID,
-
PACKAGE BODY: APPS.OKL_PRINT_CONS_BILL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PRINT_CONS_BILL, status:VALID,
-
PACKAGE BODY: APPS.IEX_REPOSSESS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_REPOSSESS_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEX_REP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_REP_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_PROPERTY_TAX_STATEMENT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PROPERTY_TAX_STATEMENT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_PROPERTY_TAX_STATEMENT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PROPERTY_TAX_STATEMENT_PVT, status:VALID,
-
View: OKL_AM_ASSET_DETAILS_CHR_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_ASSET_DETAILS_CHR_UV, object_name:OKL_AM_ASSET_DETAILS_CHR_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_ASSET_DETAILS_CHR_UV ,
-
View: OKL_AM_ASSET_DETAILS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_ASSET_DETAILS_UV, object_name:OKL_AM_ASSET_DETAILS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_ASSET_DETAILS_UV ,
-
View: OKL_AM_ASSET_DETAILS_CHR_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_ASSET_DETAILS_CHR_UV, object_name:OKL_AM_ASSET_DETAILS_CHR_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AM_ASSET_DETAILS_CHR_UV ,
-
PACKAGE BODY: APPS.OKL_AM_PROCESS_ASSET_TRX_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AM_PROCESS_ASSET_TRX_PVT, status:VALID,
-
View: OKL_AM_ASSET_DETAILS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_ASSET_DETAILS_UV, object_name:OKL_AM_ASSET_DETAILS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AM_ASSET_DETAILS_UV ,
-
12.1.1 FND Design Data
12.1.1
-
APPS.OKL_PRINT_CONS_BILL SQL Statements
12.1.1
-
VIEW: APPS.OKL_CS_AST_ADDONS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_AST_ADDONS_UV, object_name:OKL_CS_AST_ADDONS_UV, status:VALID,
-
PACKAGE BODY: APPS.OKL_AM_AMORTIZE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AM_AMORTIZE_PVT, status:VALID,
-
PACKAGE: APPS.OKL_LA_STREAM_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_LA_STREAM_PVT, status:VALID,
-
View: OKL_AM_FIXED_ASSET_LOCATION_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_FIXED_ASSET_LOCATION_UV, object_name:OKL_AM_FIXED_ASSET_LOCATION_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_FIXED_ASSET_LOCATION_UV ,
-
View: OKL_AM_FIXED_ASSET_LOCATION_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_FIXED_ASSET_LOCATION_UV, object_name:OKL_AM_FIXED_ASSET_LOCATION_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AM_FIXED_ASSET_LOCATION_UV ,
-
PACKAGE BODY: APPS.OKL_PROP_TAX_ADJ_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PROP_TAX_ADJ_PVT, status:VALID,