Search Results okl_la_serial_number_uv
Overview
OKL_LA_SERIAL_NUMBER_UV is a user interface (UI) view owned by the APPS schema in Oracle E-Business Suite, defined under the OKL – Leasing and Finance Management product. Its documented purpose is to present install base serial numbers of a financial asset, providing a flattened, query-ready projection of serialized leased assets and their associated contract structures. The view is marked VALID and is classified as a VIEW object type, meaning it carries no storage of its own and derives all data from underlying synonyms and base tables at runtime.
Because it is a UI-oriented view rather than a transactional table, it is intended for read access: report builders, OAF/Forms-based inquiry pages, and integration extracts can consume it without touching the normalization logic that links contracts, line styles, items, and the install base. The view collapses the multi-level OKC contract hierarchy (financial line, instance line, install base line) together with CSI install base records and HZ location/party site data into a single row set.
Underlying Base Objects
The documented metadata lists the referenced base objects as synonyms over the following tables: CSI_ITEM_INSTANCES, HZ_LOCATIONS, HZ_PARTY_SITES, HZ_PARTY_SITE_USES, OKC_K_ITEMS, OKC_K_LINES_B, and OKC_LINE_STYLES_B. The view text joins these through several aliases that reveal the contract hierarchy:
- CLE_FIN / LSE_FIN – the financial contract line and its line style, restricted to LTY_CODE = 'FREE_FORM1'.
- CLE_INST / LSE_INST – the instance line beneath the financial line, restricted to LTY_CODE = 'FREE_FORM2'.
- CLE_IB / LSE_IB – the install base item line beneath the instance line, restricted to LTY_CODE = 'INST_ITEM'.
- CIM_IB (OKC_K_ITEMS) – the line item link, joined to CSI on OBJECT1_ID1 = CSI.INSTANCE_ID, OBJECT1_ID2 = '#', and JTOT_OBJECT1_CODE = 'OKX_IB_ITEM'.
- CSI (CSI_ITEM_INSTANCES) – the source of serial number and instance number.
- HPSU / HPS / HL – party site use, party site, and location records joined through INSTALL_LOCATION_ID and SITE_USE_TYPE = 'INSTALL_AT' to resolve the install-at address.
The join path enforces a strict contract genealogy: financial line to instance line to install base line, then to the item reference and finally to the CSI instance and its location.
Key Columns
- ID – returned as a literal NULL placeholder in the view text.
- KLE_ID – the OKC line identifier of the install base (CLE_IB) line.
- DNZ_CLE_ID – the financial line identifier (CLE_FIN.ID), which is NULL in the driving condition.
- DNZ_CHR_ID – the contract header/chr identifier (CLE_FIN.DNZ_CHR_ID).
- SERIAL_NUMBER – the serial number from CSI_ITEM_INSTANCES.
- INSTANCE_NUMBER_IB – the CSI instance number.
- INVENTORY_ITEM_ID – the inventory item identifier of the installed instance.
- INVENTORY_ORG_ID – the inventory organization (CSI.INV_ORGANIZATION_ID).
- INVENTORY_MASTER_ORG_ID – the master inventory organization (CSI.INV_MASTER_ORGANIZATION_ID).
- OBJECT_ID1_NEW – the party site use identifier (HPSU.PARTY_SITE_USE_ID), useful as an object reference.
- OBJECT_ID2_NEW – returned as the literal '#' placeholder.
Common Use Cases and Queries
The view supports asset-level reporting where a serialized item must be traced back to its contract header and financial line, and forward to its physical installation site. Typical scenarios include lease asset inventory reconciliation, verification that serial-numbered equipment is linked to the correct contract, and extracts for downstream asset tracking or integration.
A representative query retrieves serial numbers with their contract context:
- SELECT DNZ_CHR_ID, KLE_ID, SERIAL_NUMBER, INSTANCE_NUMBER_IB, INVENTORY_ITEM_ID, INVENTORY_ORG_ID FROM OKL_LA_SERIAL_NUMBER_UV WHERE DNZ_CHR_ID = :contract_id;
- SELECT SERIAL_NUMBER, INSTANCE_NUMBER_IB, INVENTORY_ITEM_ID FROM OKL_LA_SERIAL_NUMBER_UV WHERE INVENTORY_ITEM_ID = :item_id;
- SELECT KLE_ID, SERIAL_NUMBER, OBJECT_ID1_NEW FROM OKL_LA_SERIAL_NUMBER_UV WHERE INVENTORY_ORG_ID = :org_id;
Because ID and OBJECT_ID2_NEW return literal placeholders, they should not be used as keys. Joins back to OKC_K_LINES_B or CSI_ITEM_INSTANCES should be driven through KLE_ID, DNZ_CHR_ID, or INSTANCE_NUMBER_IB respectively.
-
View: OKL_LA_SERIAL_NUMBER_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_SERIAL_NUMBER_UV, object_name:OKL_LA_SERIAL_NUMBER_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User Interface view for install base serial numbers of a financial asset , implementation_dba_data: APPS.OKL_LA_SERIAL_NUMBER_UV ,
-
View: OKL_LA_SERIAL_NUMBER_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_SERIAL_NUMBER_UV, object_name:OKL_LA_SERIAL_NUMBER_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for install base serial numbers of a financial asset , implementation_dba_data: APPS.OKL_LA_SERIAL_NUMBER_UV ,
-
VIEW: APPS.OKL_LA_SERIAL_NUMBER_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_SERIAL_NUMBER_UV, object_name:OKL_LA_SERIAL_NUMBER_UV, status:VALID,
-
VIEW: APPS.OKL_LA_SERIAL_NUMBER_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_SERIAL_NUMBER_UV, object_name:OKL_LA_SERIAL_NUMBER_UV, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITE_USES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITE_USES, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITE_USES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITE_USES, 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.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_K_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_ITEMS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.CSI_ITEM_INSTANCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_ITEM_INSTANCES, status:VALID,
-
SYNONYM: APPS.CSI_ITEM_INSTANCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_ITEM_INSTANCES, 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_LINES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_LINES_B, status:VALID,
-
SYNONYM: APPS.HZ_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, status:VALID,
-
SYNONYM: APPS.HZ_LOCATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,