Search Results customer_account_id
Overview
The OKL_BPD_ALL_CONTRACT_CUST_UV view is an Oracle E-Business Suite (EBS) dictionary object owned by the APPS schema and classified under the OKL – Leasing and Finance Management product family. It is a user-facing (UV) view, meaning it is intended to be consumed by Oracle Forms-based LOV (List of Values) mechanisms rather than by internal processing logic. Its documented purpose is to supply the contracts List of Values used on the Transaction Summary screen within the Leasing and Finance Management module.
The view consolidates customer, party, contract, and bill-to-site attributes into a single denormalized result set. This allows the transaction summary form to present a meaningful, human-readable list of lease contracts – with associated customer names, account identifiers, and billing site information – without requiring the form to perform multiple joins at runtime. The view is reported as VALID and is compatible with both EBS 12.1.1 and 12.2.2, as the underlying OKL and OKX/trading community architecture objects remain stable across these releases.
Underlying Base Objects
The view is defined over a join of five primary data sources, supplemented in the referenced-object metadata by ARP_ADDR_LABEL_PKG (a package used for address labeling logic):
- OKC_K_HEADERS_B – the contract header base table, supplying
CONTRACT_ID,CONTRACT_NUMBER, andCURRENCY_CODE. - OKC_K_PARTY_ROLES_B – the contract party roles table, filtered to role code
'LESSEE', which links each contract to its lessee party. - OKX_CUSTOMER_ACCOUNTS_V – the Trading Community customer account view, providing
CUSTOMER_ACCOUNT_ID. - OKX_PARTIES_V – the Trading Community party view, supplying customer name, party number, and party identifier.
- OKX_CUST_SITE_USES_V – the customer site uses view, supplying bill-to site name, site identifier, and location identifier.
The joins are performed on character-converted keys (TO_CHAR), reflecting the legacy design where contract header foreign keys are stored as strings while the TCA views expose numeric IDs.
Key Columns
- CUSTOMER_ACCOUNT_ID – the TCA customer account identifier (
ACCT.ID1), the field most commonly referenced in searches because it anchors the contract to a receivables customer account. - CUSTOMER_NAME / CUSTOMER_NUMBER – party name and party number for display in the LOV.
- CONTRACT_ID / CONTRACT_NUMBER – the OKL contract header key and its user-visible number.
- CUST_ACCT_SITE_ID / LOCATION_ID – the customer account site and location identifiers for the bill-to site.
- PARTY_ID – the TCA party identifier derived from the lessee role (
RLE.OBJECT1_ID1). - BILL_TO_SITE_NAME – the descriptive name of the bill-to site.
- CURRENCY_CODE – the contract currency from the header.
Common Use Cases and Queries
Typical uses include resolving a contract from a customer account, validating bill-to site assignments, and building custom LOVs or reports. A query to find all contracts for a given customer account might read:
SELECT contract_number, customer_name, currency_code FROM okl_bpd_all_contract_cust_uv WHERE customer_account_id = :p_acct_id;SELECT contract_id, contract_number, bill_to_site_name FROM okl_bpd_all_contract_cust_uv WHERE party_id = :p_party_id;SELECT DISTINCT customer_number, customer_name FROM okl_bpd_all_contract_cust_uv ORDER BY customer_name;
Because the view performs inner joins across contract and TCA entities, contracts lacking a valid lessee role or bill-to site will not appear, which is expected for its LOV-gating role.
-
View: OKL_BPD_ALL_CONTRACT_CUST_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_ALL_CONTRACT_CUST_UV, object_name:OKL_BPD_ALL_CONTRACT_CUST_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View for contracts LOV in the transaction summary screen. , implementation_dba_data: APPS.OKL_BPD_ALL_CONTRACT_CUST_UV ,
-
View: OKL_BILLING_TRX_ALL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BILLING_TRX_ALL_UV, object_name:OKL_BILLING_TRX_ALL_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Displays transaction-level billing information , implementation_dba_data: APPS.OKL_BILLING_TRX_ALL_UV ,
-
View: OKL_BPD_CONTRACT_CUSTOMER_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CONTRACT_CUSTOMER_UV, object_name:OKL_BPD_CONTRACT_CUSTOMER_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Contract for Customer Search , implementation_dba_data: APPS.OKL_BPD_CONTRACT_CUSTOMER_UV ,
-
View: OKL_BPD_ALL_CONTRACT_CUST_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_ALL_CONTRACT_CUST_UV, object_name:OKL_BPD_ALL_CONTRACT_CUST_UV, status:VALID, product: OKL - Lease and Finance Management , description: View for contracts LOV in the transaction summary screen. , implementation_dba_data: APPS.OKL_BPD_ALL_CONTRACT_CUST_UV ,
-
View: OKL_BPD_CONTRACT_CUSTOMER_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CONTRACT_CUSTOMER_UV, object_name:OKL_BPD_CONTRACT_CUSTOMER_UV, status:VALID, product: OKL - Lease and Finance Management , description: Contract for Customer Search , implementation_dba_data: APPS.OKL_BPD_CONTRACT_CUSTOMER_UV ,
-
VIEW: APPS.OKL_BPD_CONTRACT_CUSTOMER_UV
12.1.1
-
View: OKL_BILLING_TRX_ALL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BILLING_TRX_ALL_UV, object_name:OKL_BILLING_TRX_ALL_UV, status:VALID, product: OKL - Lease and Finance Management , description: Displays transaction-level billing information , implementation_dba_data: APPS.OKL_BILLING_TRX_ALL_UV ,
-
VIEW: APPS.OKL_BPD_ALL_CONTRACT_CUST_UV
12.1.1
-
VIEW: APPS.OKL_CS_BILLINGTRX_UV
12.1.1
-
VIEW: APPS.IEX_DELINQUENCIES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_DELINQUENCIES_V, status:VALID,
-
VIEW: APPS.IEX_DELINQUENCIES_NEW_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_DELINQUENCIES_NEW_V, status:VALID,
-
View: OKL_CS_BILLINGTRX_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_BILLINGTRX_UV, object_name:OKL_CS_BILLINGTRX_UV, status:VALID, product: OKL - Lease and Finance Management , description: Displays transaction-level billing information , implementation_dba_data: APPS.OKL_CS_BILLINGTRX_UV ,
-
VIEW: APPS.OKL_BILLING_TRX_ALL_UV
12.1.1
-
VIEW: APPS.OKL_BILLING_TRX_ALL_UV
12.2.2
-
VIEW: APPS.OKL_BPD_ALL_CONTRACT_CUST_UV
12.2.2
-
VIEW: APPS.IEX_DELINQUENCIES_V
12.1.1
-
VIEW: APPS.IEX_DELINQUENCIES_V
12.2.2
-
View: OKL_CS_BILLINGTRX_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_BILLINGTRX_UV, object_name:OKL_CS_BILLINGTRX_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Displays transaction-level billing information , implementation_dba_data: APPS.OKL_CS_BILLINGTRX_UV ,
-
VIEW: APPS.OKL_CS_BILLINGTRX_UV
12.2.2
-
VIEW: APPS.IEX_DELINQUENCIES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_DELINQUENCIES_V, status:VALID,
-
VIEW: APPS.OKL_BPD_CONTRACT_CUSTOMER_UV
12.2.2
-
VIEW: APPS.IEX_DELINQUENCIES_NEW_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_DELINQUENCIES_NEW_V, status:VALID,
-
VIEW: APPS.IEX_DELINQUENCIES_NEW_BR_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_DELINQUENCIES_NEW_BR_V, status:VALID,
-
VIEW: APPS.OKL_BPD_ALL_CONTRACT_CUST_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_ALL_CONTRACT_CUST_UV, object_name:OKL_BPD_ALL_CONTRACT_CUST_UV, status:VALID,
-
VIEW: APPS.OKL_BPD_CONTRACT_CUSTOMER_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CONTRACT_CUSTOMER_UV, object_name:OKL_BPD_CONTRACT_CUSTOMER_UV, status:VALID,
-
VIEW: APPS.OKL_BPD_CONTRACT_CUSTOMER_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CONTRACT_CUSTOMER_UV, object_name:OKL_BPD_CONTRACT_CUSTOMER_UV, status:VALID,
-
VIEW: APPS.IEX_CS_BILLINGTRX_UV1
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_CS_BILLINGTRX_UV1, status:VALID,
-
VIEW: APPS.OKL_RECEIPT_SUMMARY_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RECEIPT_SUMMARY_UV, object_name:OKL_RECEIPT_SUMMARY_UV, status:VALID,
-
VIEW: APPS.OKL_BPD_ALL_CONTRACT_CUST_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_ALL_CONTRACT_CUST_UV, object_name:OKL_BPD_ALL_CONTRACT_CUST_UV, status:VALID,
-
VIEW: APPS.OKL_RECEIPT_SUMMARY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RECEIPT_SUMMARY_UV, object_name:OKL_RECEIPT_SUMMARY_UV, status:VALID,
-
VIEW: APPS.IEX_CS_BILLINGTRX_UV1
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_CS_BILLINGTRX_UV1, status:VALID,
-
View: OKC_GOVERNING_CONTRACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_GOVERNING_CONTRACT_V, object_name:OKC_GOVERNING_CONTRACT_V, status:VALID, product: OKC - Contracts Core , description: This view contains the hierarchy of the sales contracts. This view has been obsoleted , implementation_dba_data: APPS.OKC_GOVERNING_CONTRACT_V ,
-
VIEW: APPS.OKL_BILLING_TRX_ALL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BILLING_TRX_ALL_UV, object_name:OKL_BILLING_TRX_ALL_UV, status:VALID,
-
View: PN_XLA_EXTRACT_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_XLA_EXTRACT_HEADERS_V, object_name:PN_XLA_EXTRACT_HEADERS_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_XLA_EXTRACT_HEADERS_V ,
-
VIEW: APPS.OKL_CS_BILLINGTRX_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_BILLINGTRX_UV, object_name:OKL_CS_BILLINGTRX_UV, status:VALID,
-
VIEW: APPS.OKL_BILLING_TRX_ALL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BILLING_TRX_ALL_UV, object_name:OKL_BILLING_TRX_ALL_UV, status:VALID,
-
View: PN_XLA_EXTRACT_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_XLA_EXTRACT_HEADERS_V, object_name:PN_XLA_EXTRACT_HEADERS_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_XLA_EXTRACT_HEADERS_V ,
-
View: OKC_GOVERNING_CONTRACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_GOVERNING_CONTRACT_V, object_name:OKC_GOVERNING_CONTRACT_V, status:VALID, product: OKC - Contracts Core , description: This view contains the hierarchy of the sales contracts. This view has been obsoleted , implementation_dba_data: APPS.OKC_GOVERNING_CONTRACT_V ,
-
VIEW: APPS.IEX_CS_BILLINGTRX_UV1
12.2.2
-
VIEW: APPS.OKL_CS_BILLINGTRX_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_BILLINGTRX_UV, object_name:OKL_CS_BILLINGTRX_UV, status:VALID,
-
VIEW: APPS.IEX_CS_BILLINGTRX_UV1
12.1.1
-
View: OKL_RECEIPT_SUMMARY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RECEIPT_SUMMARY_UV, object_name:OKL_RECEIPT_SUMMARY_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_RECEIPT_SUMMARY_UV ,
-
APPS.IBY_FNDCPT_COMMON_PUB SQL Statements
12.2.2
-
View: OKL_RECEIPT_SUMMARY_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RECEIPT_SUMMARY_UV, object_name:OKL_RECEIPT_SUMMARY_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_RECEIPT_SUMMARY_UV ,
-
VIEW: APPS.CSF_DEBRIEF_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_DEBRIEF_TASKS_V, object_name:CSF_DEBRIEF_TASKS_V, status:VALID,
-
APPS.IBY_FNDCPT_COMMON_PUB SQL Statements
12.1.1
-
VIEW: APPS.CSF_DEBRIEF_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_DEBRIEF_TASKS_V, object_name:CSF_DEBRIEF_TASKS_V, status:VALID,
-
VIEW: APPS.PN_XLA_EXTRACT_HEADERS_V
12.1.1
-
VIEW: APPS.OKC_GOVERNING_CONTRACT_V
12.2.2
-
VIEW: APPS.OKL_RECEIPT_DETAILS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RECEIPT_DETAILS_UV, object_name:OKL_RECEIPT_DETAILS_UV, status:VALID,