Search Results okl_cs_lessor_uv
Overview
OKL_CS_LESSOR_UV is a seeded Oracle E-Business Suite view owned by the APPS schema and delivered as part of the OKL – Leasing and Finance Management module. Its status is VALID in both Release 12.1.1 and 12.2.2. The view presents lessor-side party and address information associated with lease and finance contracts. Specifically, it exposes the operating unit that acts as the lessor on a contract, together with the corresponding role assignment, contact, and mailing address details. The suffix "_UV" identifies the object as a user view, a naming convention Oracle applies to simplified, presentation-oriented views intended primarily for reporting, inquiry, and downstream integration rather than for transactional processing.
Because the view joins contract header data to party role and organization definitions, it allows reporting tools and custom code to retrieve lessor identity and location attributes through a single, denormalized result set, avoiding the need to reconstruct the multi-table relationship between contracts, roles, and operating units manually.
Underlying Base Objects
The view is defined over the following documented objects:
- OKC_K_HEADERS_B (SYNONYM) – the contract header base table, supplying CONTRACT_ID and CONTRACT_NUMBER.
- OKC_K_PARTY_ROLES_V (VIEW) – the contract party roles view, supplying the ROLE and the join keys that link a role to a specific organization.
- OKX_ORGANIZATION_DEFS_V (VIEW) – the organization definitions view, filtered to operating units, supplying organization type, name, and party number.
- HR_ALL_ORGANIZATION_UNITS (SYNONYM) – the organization unit definition, joined by ORGANIZATION_ID to obtain the location reference.
- HR_LOCATIONS (VIEW) – the location view, supplying telephone and address attributes.
- ARP_ADDR_LABEL_PKG, FND_GLOBAL, and HR_GENERAL (PACKAGEs) – referenced metadata objects consistent with address label formatting, session context, and HR utility usage.
The joins are governed by a fixed filter: OKX_OPERUNIT.ORGANIZATION_TYPE = 'OPERATING_UNIT' and OKX_OPERUNIT.INFORMATION_TYPE = 'OPERATING UNIT INFORMATION'. The location join is outer (LOC.LOCATION_ID(+) = OU.LOCATION_ID), so contracts with an operating unit lacking a location still return a row with null address fields.
Key Columns
- CONTRACT_ID / CONTRACT_NUMBER – unique identifier and business number of the contract header.
- ROLE_NAME – the party role held on the contract, typically the lessor role.
- AMT_GUARANTEED – returned as NVL('',0), i.e., a placeholder column with no underlying data in this definition.
- PTYPE – the organization type from OKX_OPERATION_DEFS_V, resolved to 'OPERATING_UNIT'.
- COMPANY / CUSTOMER_NUMBER – the operating unit name and its party number.
- EMAIL – returned as NVL('',''), a placeholder with no populated value.
- PHONE – the primary telephone number from HR_LOCATIONS.
- ADDRESS1, ADDRESS2, ADDRESS3, ADDRESS4, CITY, COUNTY, PROVINCE, STATE, POSTAL_CODE, COUNTRY – address elements; ADDRESS4, COUNTY, and PROVINCE are placeholders returning empty values.
Common Use Cases and Queries
Typical uses include lessor identification on lease contract reports, lessor address population on generated correspondence, and integration extracts feeding external systems. A representative query:
SELECT CONTRACT_NUMBER, ROLE_NAME, COMPANY, CUSTOMER_NUMBER, PHONE, ADDRESS1, CITY, STATE, POSTAL_CODE, COUNTRY FROM APPS.OKL_CS_LESSOR_UV WHERE CONTRACT_NUMBER = :contract_number;SELECT CONTRACT_ID, COMPANY, CITY, COUNTRY FROM APPS.OKL_CS_LESSOR_UV WHERE PTYPE = 'OPERATING_UNIT';
Because EMAIL, AMT_GUARANTEED, ADDRESS4, COUNTY, and PROVINCE are hard-coded placeholders, consumers should not rely on those columns and must source such data elsewhere.
-
View: OKL_CS_LESSOR_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_LESSOR_UV, object_name:OKL_CS_LESSOR_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_LESSOR_UV ,
-
View: OKL_CS_LESSOR_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_LESSOR_UV, object_name:OKL_CS_LESSOR_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_LESSOR_UV ,
-
VIEW: APPS.OKL_CS_PARTIES_TAB_UV
12.2.2
-
VIEW: APPS.OKL_CS_PARTIES_TAB_UV
12.1.1
-
View: OKL_CS_PARTIES_TAB_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PARTIES_TAB_UV, object_name:OKL_CS_PARTIES_TAB_UV, status:VALID, product: OKL - Leasing and Finance Management , description: List of Parties , implementation_dba_data: APPS.OKL_CS_PARTIES_TAB_UV ,
-
VIEW: APPS.OKL_CS_ALL_PARTIES_W_AMOUNT_UV
12.1.1
-
VIEW: APPS.OKL_CS_PARTIES_TAB_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PARTIES_TAB_UV, object_name:OKL_CS_PARTIES_TAB_UV, status:VALID,
-
VIEW: APPS.OKL_CS_ALL_PARTIES_W_AMOUNT_UV
12.2.2
-
View: OKL_CS_PARTIES_TAB_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PARTIES_TAB_UV, object_name:OKL_CS_PARTIES_TAB_UV, status:VALID, product: OKL - Lease and Finance Management , description: List of Parties , implementation_dba_data: APPS.OKL_CS_PARTIES_TAB_UV ,
-
VIEW: APPS.OKL_CS_PARTIES_TAB_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PARTIES_TAB_UV, object_name:OKL_CS_PARTIES_TAB_UV, status:VALID,
-
VIEW: APPS.OKL_CS_ALL_PARTIES_W_AMOUNT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ALL_PARTIES_W_AMOUNT_UV, object_name:OKL_CS_ALL_PARTIES_W_AMOUNT_UV, status:VALID,
-
PACKAGE: APPS.ARP_ADDR_LABEL_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ARP_ADDR_LABEL_PKG, status:VALID,
-
PACKAGE: APPS.ARP_ADDR_LABEL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ARP_ADDR_LABEL_PKG, status:VALID,
-
VIEW: APPS.OKL_CS_LESSOR_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_LESSOR_UV, object_name:OKL_CS_LESSOR_UV, status:VALID,
-
VIEW: APPS.OKL_CS_ALL_PARTIES_W_AMOUNT_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ALL_PARTIES_W_AMOUNT_UV, object_name:OKL_CS_ALL_PARTIES_W_AMOUNT_UV, status:VALID,
-
VIEW: APPS.OKL_CS_LESSOR_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_LESSOR_UV, object_name:OKL_CS_LESSOR_UV, status:VALID,
-
View: OKL_CS_ALL_PARTIES_W_AMOUNT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ALL_PARTIES_W_AMOUNT_UV, object_name:OKL_CS_ALL_PARTIES_W_AMOUNT_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_ALL_PARTIES_W_AMOUNT_UV ,
-
View: OKL_CS_ALL_PARTIES_W_AMOUNT_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ALL_PARTIES_W_AMOUNT_UV, object_name:OKL_CS_ALL_PARTIES_W_AMOUNT_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_ALL_PARTIES_W_AMOUNT_UV ,
-
VIEW: APPS.OKX_ORGANIZATION_DEFS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ORGANIZATION_DEFS_V, object_name:OKX_ORGANIZATION_DEFS_V, status:VALID,
-
VIEW: APPS.OKX_ORGANIZATION_DEFS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_ORGANIZATION_DEFS_V, object_name:OKX_ORGANIZATION_DEFS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.OKC_K_PARTY_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_PARTY_ROLES_V, object_name:OKC_K_PARTY_ROLES_V, status:VALID,
-
VIEW: APPS.OKC_K_PARTY_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_PARTY_ROLES_V, object_name:OKC_K_PARTY_ROLES_V, 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,
-
VIEW: APPS.HR_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS, object_name:HR_LOCATIONS, status:VALID,
-
VIEW: APPS.HR_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS, object_name:HR_LOCATIONS, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
eTRM - OKX Tables and Views
12.1.1
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, 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. ,
-
eTRM - OKC Tables and Views
12.2.2
description: Intersection entity between rules and templates ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - OKX Tables and Views
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
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 ,
-
eTRM - OKC Tables and Views
12.1.1
description: Intersection entity between templates and rules. ,
-
eTRM - OKC Tables and Views
12.2.2
description: Intersection entity between rules and templates ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,