Search Results okx_vendor
Overview
OKL_LEASE_VENDORS_UV is an Oracle Applications (APPS) reporting view that exposes the set of vendor parties associated with Oracle Lease Management (OKL) contract records. It sits at the intersection of Oracle Contracts (OKC) party-role data and the Oracle Payables supplier master, returning a flattened list of vendor identifiers, names, and descriptions linked to a lease contract header identifier (DNZ_CHR_ID).
The view is intended for query-only use, typically by lease management reports, vendor lookup forms, and integration interfaces that need to resolve which supplier records participate on a given lease. Because it resolves the supplier name and number from PO_VENDORS, consumers do not need to join to the supplier tables themselves. In Oracle EBS 12.1.1 and 12.2.2 the object is deployed in the APPS schema and remains a read-only, non-updatable view over the underlying contract party-role base table.
Underlying Base Objects
The documented base objects referenced by the view are:
- OKC_K_PARTY_ROLES_B (SYNONYM) — the Contracts core table that stores the parties and roles attached to a contract or contract line. In this view it is aliased CHPB. The role of interest is RLE_CODE = 'OKL_VENDOR'.
- PO_VENDORS (VIEW) — the supplier master, aliased POVV, supplying VENDOR_ID, VENDOR_NAME, and SEGMENT1. Note that PO_VENDORS is itself a view over the purchasing supplier base tables (PO_VENDOR_SITES_ALL / AP_SUPPLIERS lineage), so okx_vendor queries traverse two layers of views.
The join is driven by OKC_K_PARTY_ROLES_B.OBJECT1_ID1 = PO_VENDORS.VENDOR_ID, constrained so that OBJECT1_ID2 = '#', JTOT_OBJECT1_CODE = 'OKX_VENDOR', and CLE_ID IS NULL. The final predicate CHR_ID = DNZ_CHR_ID ties each row to a specific contract header version.
Key Columns
- ID1 — the supplier VENDOR_ID from PO_VENDORS, serving as the primary vendor key for downstream lookups.
- ID2 — the OKC_K_PARTY_ROLES_B.ID of the party-role row, uniquely identifying the contract-to-vendor association.
- NAME — the vendor name (POVV.VENDOR_NAME) displayed to users.
- DESCRIPTION — the vendor number (POVV.SEGMENT1), the human-readable supplier code used for cross-reference.
- DNZ_CHR_ID — the contract header identifier (CHR_ID) to which the vendor relationship belongs, the primary filter column for contract-scoped queries.
Common Use Cases and Queries
The dominant use case is resolving the vendors attached to a particular lease contract, or joining vendor identity onto other lease reporting. Because the entity is the "okx_vendor" contract party, most queries filter on DNZ_CHR_ID.
- List all vendors on a lease:
SELECT id1, name, description FROM apps.okl_lease_vendors_uv WHERE dnz_chr_id = :p_chr_id; - Find contracts for a given supplier:
SELECT dnz_chr_id, name FROM apps.okl_lease_vendors_uv WHERE id1 = :p_vendor_id; - Vendor-role population audit grouping by vendor to detect over-use.
Consumers should treat all columns as read-only and note that VENDOR_ID maps to the underlying AP supplier, so any restricted-supplier or site-level detail must be obtained from the supplier master itself rather than from this view.
-
APPS.OKL_VENDORMERGE_GRP SQL Statements
12.2.2
-
APPS.OKL_VENDORMERGE_GRP SQL Statements
12.1.1
-
VIEW: APPS.OKL_LEASE_VENDORS_UV
12.1.1
-
VIEW: APPS.OKL_LEASE_VENDORS_UV
12.2.2
-
VIEW: APPS.OKL_PARTY_ROLE_UV
12.2.2
-
VIEW: APPS.OKL_PARTY_ROLE_UV
12.1.1
-
VIEW: APPS.OKL_CS_VENDORS_UV
12.1.1
-
VIEW: APPS.OKL_CS_VENDORS_UV
12.2.2
-
VIEW: APPS.OKL_ASSET_SUBSIDY_UV
12.2.2
-
VIEW: APPS.OKL_ASSET_SUBSIDY_UV
12.1.1
-
VIEW: APPS.OKL_OLD_LOAN_ASSETS_UV
12.1.1
-
VIEW: APPS.OKL_NEW_ASSETS_UV
12.2.2
-
VIEW: APPS.OKL_NEW_ASSETS_UV
12.1.1
-
VIEW: APPS.OKL_NEW_LOAN_ASSETS_UV
12.1.1
-
VIEW: APPS.OKL_NEW_LOAN_ASSETS_UV
12.2.2
-
VIEW: APPS.OKL_OLD_LOAN_ASSETS_UV
12.2.2
-
View: OKL_LEASE_VENDORS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LEASE_VENDORS_UV, object_name:OKL_LEASE_VENDORS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: JTF Object Reference for Evergreen Eligibility , implementation_dba_data: APPS.OKL_LEASE_VENDORS_UV ,
-
View: OKL_LEASE_VENDORS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LEASE_VENDORS_UV, object_name:OKL_LEASE_VENDORS_UV, status:VALID, product: OKL - Lease and Finance Management , description: JTF Object Reference for Evergreen Eligibility , implementation_dba_data: APPS.OKL_LEASE_VENDORS_UV ,
-
VIEW: APPS.OKL_LA_REAL_ESTATE_UV
12.2.2
-
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: APPS.OKL_LA_REAL_ESTATE_UV
12.1.1
-
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 ,
-
VIEW: APPS.OKL_LA_SERV_INTGR_UV
12.2.2
-
APPS.OKL_SUBSIDY_PROCESS_PVT SQL Statements
12.2.2
-
VIEW: APPS.OKL_OLD_ASSETS_UV
12.2.2
-
VIEW: APPS.OKL_OLD_ASSETS_UV
12.1.1
-
View: OKL_ASSET_SUBSIDY_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_SUBSIDY_UV, object_name:OKL_ASSET_SUBSIDY_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view for asset subsidies page , implementation_dba_data: APPS.OKL_ASSET_SUBSIDY_UV ,
-
APPS.OKL_SUBSIDY_PROCESS_PVT SQL Statements
12.1.1
-
View: OKL_CS_VENDORS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_VENDORS_UV, object_name:OKL_CS_VENDORS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_VENDORS_UV ,
-
View: OKL_CS_VENDORS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_VENDORS_UV, object_name:OKL_CS_VENDORS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_VENDORS_UV ,
-
VIEW: APPS.OKL_LA_SERV_INTGR_UV
12.1.1
-
VIEW: APPS.OKL_SEC_AGREEMENTS_UV
12.2.2
-
View: OKL_ASSET_SUBSIDY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_SUBSIDY_UV, object_name:OKL_ASSET_SUBSIDY_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset subsidies page , implementation_dba_data: APPS.OKL_ASSET_SUBSIDY_UV ,
-
VIEW: APPS.OKL_SEC_AGREEMENTS_UV
12.1.1
-
PACKAGE BODY: APPS.OKL_VENDORMERGE_GRP
12.1.1
-
View: OKL_OLD_LOAN_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OLD_LOAN_ASSETS_UV, object_name:OKL_OLD_LOAN_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset summary page. , implementation_dba_data: APPS.OKL_OLD_LOAN_ASSETS_UV ,
-
PACKAGE BODY: APPS.OKL_VENDORMERGE_GRP
12.2.2
-
View: OKL_NEW_LOAN_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_NEW_LOAN_ASSETS_UV, object_name:OKL_NEW_LOAN_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset summary page , implementation_dba_data: APPS.OKL_NEW_LOAN_ASSETS_UV ,
-
View: OKL_NEW_LOAN_ASSETS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_NEW_LOAN_ASSETS_UV, object_name:OKL_NEW_LOAN_ASSETS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view for asset summary page , implementation_dba_data: APPS.OKL_NEW_LOAN_ASSETS_UV ,
-
View: OKL_OLD_LOAN_ASSETS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OLD_LOAN_ASSETS_UV, object_name:OKL_OLD_LOAN_ASSETS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view for asset summary page. , implementation_dba_data: APPS.OKL_OLD_LOAN_ASSETS_UV ,
-
View: OKL_NEW_ASSETS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_NEW_ASSETS_UV, object_name:OKL_NEW_ASSETS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view for asset summary page , implementation_dba_data: APPS.OKL_NEW_ASSETS_UV ,
-
View: OKL_NEW_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_NEW_ASSETS_UV, object_name:OKL_NEW_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset summary page , implementation_dba_data: APPS.OKL_NEW_ASSETS_UV ,
-
View: OKL_OLD_ASSETS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OLD_ASSETS_UV, object_name:OKL_OLD_ASSETS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view for asset summary page , implementation_dba_data: APPS.OKL_OLD_ASSETS_UV ,
-
View: OKL_OLD_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OLD_ASSETS_UV, object_name:OKL_OLD_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset summary page , implementation_dba_data: APPS.OKL_OLD_ASSETS_UV ,
-
View: OKL_LA_SERV_INTGR_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_SERV_INTGR_UV, object_name:OKL_LA_SERV_INTGR_UV, status:VALID, product: OKL - Leasing and Finance Management , description: OKL Service Integration Page View , implementation_dba_data: APPS.OKL_LA_SERV_INTGR_UV ,
-
View: OKL_LA_SERV_INTGR_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_SERV_INTGR_UV, object_name:OKL_LA_SERV_INTGR_UV, status:VALID, product: OKL - Lease and Finance Management , description: OKL Service Integration Page View , implementation_dba_data: APPS.OKL_LA_SERV_INTGR_UV ,
-
View: OKL_SEC_AGREEMENTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_AGREEMENTS_UV, object_name:OKL_SEC_AGREEMENTS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User Interface view for securitization agreements , implementation_dba_data: APPS.OKL_SEC_AGREEMENTS_UV ,
-
View: OKL_SEC_AGREEMENTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_AGREEMENTS_UV, object_name:OKL_SEC_AGREEMENTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for securitization agreements , implementation_dba_data: APPS.OKL_SEC_AGREEMENTS_UV ,
-
APPS.OKE_CONTRACT_PARTY_PUB SQL Statements
12.2.2
-
APPS.OKL_QUOTE_TO_CONTRACT_PVT SQL Statements
12.1.1