Search Results okx_operunit
Overview
APPS.OKL_CS_LESSOR_UV is a reporting view in the Oracle EBS Lease and Finance Management (OKL) / Contracts (OKC) schema. It presents lessor and counterparty address information for lease and contract records, consolidating party role assignments held against a contract with the corresponding Operating Unit organization definition and its associated HR location data. The view is intended primarily for lessor/customer contact reporting, including telephone, postal address, and party number details, and is commonly consumed by Oracle Contracts customer-facing reports, forms, and integration extracts. It answers the practical business question of "which lessor or operating unit party is associated with this contract, and what is its address and contact information." In 12.1.1 and 12.2.2 the view definition is largely identical, though the 12.2.2 metadata aligns the OKX_ORGANIZATION_DEFS_V filter on ORGANIZATION_TYPE = 'OPERATING_UNIT' and INFORMATION_TYPE = 'Operating Unit Information'.
Underlying Base Objects
The view is defined over five principal objects, joined through the OKX organization framework:
- OKC_K_PARTY_ROLES_V — the contract party role view (PR). It supplies the role name and the JTOT object keys (
jtot_object1_code,object1_id1,object1_id2) used to resolve the party to an operating unit. - OKC_K_HEADERS_B — the contracts header table (CHR), contributing
idandcontract_number. - OKX_ORGANIZATION_DEFS_V — the OKX organization definitions view (aliased OKX_OPERUNIT). This is the object referenced by the user's search term "okx_operunit" and is the central driver of the join.
- HR_ALL_ORGANIZATION_UNITS — the HR organization units table (OU), matched on
organization_id = OKX_OPERUNIT.id1. - HR_LOCATIONS — the HR locations view (LOC), outer-joined via
location_id(+)so that parties without a defined location still return a row.
Documented dependencies also include ARP_ADDR_LABEL_PKG, FND_GLOBAL, and HR_GENERAL, which supply supporting functions used within the OKX and HR views.
Key Columns
CONTRACT_ID,CONTRACT_NUMBER— identify the contract header.ROLE_NAME— the party role held on the contract (for example, lessor or customer).PTYPE—ORGANIZATION_TYPE, filtered to'OPERATING_UNIT'.COMPANY,CUSTOMER_NUMBER— the organization name and party number from OKX_ORGANIZATION_DEFS_V.PHONE,ADDRESS1–ADDRESS4,CITY,STATE,POSTAL_CODE,COUNTRY— address elements sourced from HR_LOCATIONS.AMT_GUARANTEED,EMAIL,COUNTY,PROVINCE— returned asNVLplaceholders (empty string or zero) and therefore carry no data in the current definition.
Common Use Cases and Queries
Typical usage is a contract-level listing of lessor parties and their addresses for reporting or downstream extracts:
SELECT contract_number,
role_name,
company,
customer_number,
phone,
address1,
city,
state,
postal_code,
country
FROM apps.okl_cs_lessor_uv
WHERE contract_number = :p_contract_number;
To retrieve all parties tied to a specific operating unit organization:
SELECT contract_number, role_name, company FROM apps.okl_cs_lessor_uv WHERE customer_number = :p_party_number;
Because AMT_GUARANTEED, EMAIL, COUNTY and PROVINCE are hard-coded placeholders, these columns should not be relied upon for business data; address and party identification fields are the substantive content of the view.
-
VIEW: APPS.OKL_CS_LESSOR_UV
12.2.2
-
VIEW: APPS.OKL_CS_LESSOR_UV
12.1.1
-
VIEW: APPS.OKI_HPARTY_DTL_V
12.1.1
-
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: 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: APPS.OKL_PARTY_ROLE_UV
12.2.2
-
VIEW: APPS.OKL_PARTY_ROLE_UV
12.1.1
-
VIEW: APPS.OKL_CS_ALL_PARTIES_UV
12.2.2
-
VIEW: APPS.OKL_CS_ALL_PARTIES_UV
12.1.1
-
Lookup Type: OKS_MSCHG_LEVEL_ADV
12.2.2
product: OKS - Service Contracts , meaning: Mass Change Advanced Level , description: Mass Change Advanced Level ,
-
Lookup Type: OKS_MSCHG_LEVEL_ADV
12.1.1
product: OKS - Service Contracts , meaning: Mass Change Advanced Level , description: Mass Change Advanced Level ,
-
VIEW: APPS.OKI_K_PARTIES_V
12.1.1
-
View: OKL_PARTY_ROLE_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PARTY_ROLE_UV, object_name:OKL_PARTY_ROLE_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_PARTY_ROLE_UV ,
-
View: OKL_PARTY_ROLE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PARTY_ROLE_UV, object_name:OKL_PARTY_ROLE_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_PARTY_ROLE_UV ,
-
APPS.OKS_CUSTOMER_ACCEPTANCE_PVT SQL Statements
12.2.2
-
APPS.OKS_CUSTOMER_ACCEPTANCE_PVT SQL Statements
12.1.1
-
View: OKL_CS_ALL_PARTIES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ALL_PARTIES_UV, object_name:OKL_CS_ALL_PARTIES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_ALL_PARTIES_UV ,
-
View: OKL_CS_ALL_PARTIES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ALL_PARTIES_UV, object_name:OKL_CS_ALL_PARTIES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_ALL_PARTIES_UV ,
-
APPS.OKC_TEST SQL Statements
12.2.2
-
APPS.OKC_TEST SQL Statements
12.1.1
-
View: OKI_K_PARTIES_V
12.2.2
product: OKI - Contracts Intelligence (Obsolete) , description: Information about the parties to contracts. , implementation_dba_data: Not implemented in this database ,
-
View: OKI_K_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_K_PARTIES_V, object_name:OKI_K_PARTIES_V, status:VALID, product: OKI - Contracts Intelligence , description: Information about the parties to contracts. , implementation_dba_data: APPS.OKI_K_PARTIES_V ,
-
APPS.OKS_RENEW_UTIL_PVT SQL Statements
12.1.1
-
APPS.OKS_RENEW_UTIL_PVT SQL Statements
12.2.2
-
PACKAGE: APPS.OKS_INTEGRATION_UTIL_PUB
12.2.2
-
PACKAGE: APPS.OKS_INTEGRATION_UTIL_PUB
12.1.1
-
PACKAGE BODY: APPS.OKC_TEST
12.1.1
-
PACKAGE BODY: APPS.OKC_TEST
12.2.2
-
PACKAGE BODY: APPS.OKL_JTOT_EXTRACT
12.2.2
-
PACKAGE BODY: APPS.OKL_JTOT_EXTRACT
12.1.1
-
APPS.OKL_AM_QUOTES_WF SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKL_JTOT_CONTACT_EXTRACT_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_JTOT_CONTACT_EXTRACT_PVT
12.1.1
-
APPS.OKL_AM_QUOTES_WF SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKS_OKSCODET_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.OKS_OKSCODET_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.OKL_VP_JTF_PARTY_NAME_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_VP_JTF_PARTY_NAME_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_JTOT_CONTACT_EXTRACT_PUB
12.1.1
-
PACKAGE BODY: APPS.OKL_JTOT_CONTACT_EXTRACT_PUB
12.2.2
-
PACKAGE BODY: APPS.OKS_RENEW_UTIL_PVT
12.1.1
-
PACKAGE BODY: APPS.OKS_RENEW_UTIL_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_MASTER_LEASE_AGREEMENT_PUB
12.1.1
-
PACKAGE BODY: APPS.OKL_MASTER_LEASE_AGREEMENT_PUB
12.2.2
-
PACKAGE BODY: APPS.OKS_CUSTOMER_ACCEPTANCE_PVT
12.2.2
-
PACKAGE BODY: APPS.OKS_CUSTOMER_ACCEPTANCE_PVT
12.1.1
-
PACKAGE: APPS.OKS_EXTWARPRGM_OSO_PVT
12.2.2
-
PACKAGE: APPS.OKS_EXTWARPRGM_OSO_PVT
12.1.1
-
APPS.OKS_ENTITLEMENTS_WEB SQL Statements
12.2.2
-
APPS.OKS_ENTITLEMENTS_WEB SQL Statements
12.1.1