Search Results okx_customer_accounts_v
Overview
OKX_CUSTOMER_ACCOUNTS_V is a reporting and integration view owned by the APPS schema in Oracle E-Business Suite, delivered as part of the OKX – Contracts Integration product. Its purpose is to present a consolidated, denormalized picture of customer accounts by joining customer account records to their corresponding party records. In Oracle EBS 12.1.1 and 12.2.2, the view conforms to the standard OKX integration objects, which are commonly consumed by external applications, contract management modules, and downstream reporting layers that require account-level customer information without needing to navigate the underlying Trading Community Architecture (TCA) tables directly.
The view is documented with a status of VALID and carries a stable column contract, making it suitable for reusable queries and integration extracts. Parameterized placeholder columns (such as ID2, which returns the constant '#', and PRIMARY_UOM_CODE, which is returned as NULL) indicate that the object was designed as a generic integration interface where some attributes are standardized rather than sourced from TCA.
Underlying Base Objects
The view is defined over two documented base objects accessed through APPS synonyms:
- HZ_CUST_ACCOUNTS (SYNONYM) — the TCA customer accounts entity, aliased as CA. This is the primary driving table and supplies the account identifier, account name and number, customer type and class, status, coterminate day/month, the account established date, and the sales channel code.
- HZ_PARTIES (SYNONYM) — the TCA parties entity, aliased as P. This supplies the party identifier and party name, the party type (used to derive the GSA indicator), and the party e-mail address.
The two objects are joined on the common key: CA.PARTY_ID = P.PARTY_ID. Because the underlying objects are TCA entities, the view inherits the standard TCA integrity and naming conventions used throughout Oracle EBS 12.x.
Key Columns
- PARTY_ID — the TCA party identifier, enabling cross-reference back to HZ_PARTIES and related party-level objects.
- NAME — the account display name; derived with DECODE so that when ACCOUNT_NAME is null the party name is returned instead.
- DESCRIPTION — maps to CA.ACCOUNT_NUMBER, exposing the customer account number.
- CUSTOMER_TYPE, B_STATUS, STATUS — the customer type classification and the account status, with the status exposed under two aliases for integration compatibility.
- COTERMINATE_DAY_MONTH — the day and month used for contract cotermination processing.
- ACCOUNT_ESTABLISHED_DATE — the date the customer account was established, sourced from CA.ACCOUNT_ESTABLISHED_DATE. This is the column most directly relevant to searches for "account_established_date".
- CUSTOMER_CLASS_CODE, SALES_CHANNEL_CODE — the customer class and sales channel classifications.
- PRIMARY_UOM_CODE — returned as NULL by design in this interface.
- GSA_INDICATOR — derived via DECODE on party type; for ORGANIZATION parties the party GSA flag is returned, otherwise 'N'.
- EMAIL_ADDRESS — the party e-mail address.
Common Use Cases and Queries
Typical uses include account aging and establishment reporting, contract integration extracts, and customer master data reconciliation. A representative query retrieving accounts established within a period is shown below.
SELECT party_id, name, description, account_established_date, status
FROM apps.okx_customer_accounts_v
WHERE account_established_date >= :p_from_date
ORDER BY account_established_date;
For integration extracts, selecting the interface columns (ID1, ID2, and the classification codes) supports mapping into external contract systems. Filtering on GSA_INDICATOR isolates organization accounts with the GSA flag set, while joining back to HZ_CUST_ACCOUNTS on CUST_ACCOUNT_ID (alias ID1) allows enrichment with TCA attributes not exposed by the view.
-
View: OKX_CUSTOMER_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_CUSTOMER_ACCOUNTS_V, object_name:OKX_CUSTOMER_ACCOUNTS_V, status:VALID, product: OKX - Contracts Integration , description: Customer accounts , implementation_dba_data: APPS.OKX_CUSTOMER_ACCOUNTS_V ,
-
View: OKX_CUSTOMER_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_CUSTOMER_ACCOUNTS_V, object_name:OKX_CUSTOMER_ACCOUNTS_V, status:VALID, product: OKX - Contracts Integration , description: Customer accounts , implementation_dba_data: APPS.OKX_CUSTOMER_ACCOUNTS_V ,
-
APPS.OKL_BPD_ADV_MON_RPT_PVT SQL Statements
12.2.2
-
VIEW: APPS.OKL_BPD_ALL_CONTRACT_CUST_UV
12.1.1
-
APPS.OKL_BPD_ADV_MON_RPT_PVT SQL Statements
12.1.1
-
VIEW: APPS.OKL_BPD_CONTRACT_CUSTOMER_UV
12.1.1
-
VIEW: APPS.OKS_LINES_V
12.2.2
-
VIEW: APPS.OKL_CUSTOMER_ACCT_UV
12.2.2
-
VIEW: APPS.OKL_BPD_CONTRACT_CUSTOMER_UV
12.2.2
-
VIEW: APPS.OKL_CUSTOMER_ACCT_UV
12.1.1
-
VIEW: APPS.OKL_BPD_CNTR_LVLNG_LOV_UV
12.2.2
-
VIEW: APPS.OKS_LINE_DETAILS_V
12.1.1
-
VIEW: APPS.OKS_LINES_V
12.1.1
-
VIEW: APPS.OKL_BPD_ALL_CONTRACT_CUST_UV
12.2.2
-
VIEW: APPS.OKL_BPD_MANUAL_TRX_UV
12.1.1
-
VIEW: APPS.OKL_BPD_MANUAL_TRX_UV
12.2.2
-
VIEW: APPS.OKS_LINE_DETAILS_V
12.2.2
-
VIEW: APPS.OKL_BPD_CNTR_LVLNG_LOV_UV
12.1.1
-
APPS.OKS_OMINT_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKS_ENT_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_ENT_UTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_RCT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_RCT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKS_ENT_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_ENT_UTIL_PVT, status:VALID,
-
APPS.OKS_OMINT_PUB SQL Statements
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.OKL_RCT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_RCT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKS_BPE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_BPE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_TAS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_TAS_PVT, status:VALID,
-
VIEW: APPS.OKL_CREDITLINES_UV
12.1.1
-
PACKAGE BODY: APPS.OKL_BPD_ADV_MON_RPT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_BPD_ADV_MON_RPT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKS_BPE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_BPE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_BPD_ADV_MON_RPT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_BPD_ADV_MON_RPT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKE_VERSION_COMPARISON_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_VERSION_COMPARISON_PKG, status:VALID,
-
View: OKL_BPD_MANUAL_TRX_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_MANUAL_TRX_UV, object_name:OKL_BPD_MANUAL_TRX_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_BPD_MANUAL_TRX_UV ,
-
View: OKS_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_LINE_DETAILS_V, object_name:OKS_LINE_DETAILS_V, status:VALID, product: OKS - Service Contracts , implementation_dba_data: APPS.OKS_LINE_DETAILS_V ,
-
VIEW: APPS.OKL_CREDITLINES_UV
12.2.2
-
View: OKL_BPD_CNTR_LVLNG_LOV_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CNTR_LVLNG_LOV_UV, object_name:OKL_BPD_CNTR_LVLNG_LOV_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_BPD_CNTR_LVLNG_LOV_UV ,
-
View: OKL_CUSTOMER_ACCT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CUSTOMER_ACCT_UV, object_name:OKL_CUSTOMER_ACCT_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for customer account lov on creditline contract page , implementation_dba_data: APPS.OKL_CUSTOMER_ACCT_UV ,
-
PACKAGE BODY: APPS.OKS_BILLING_PROFILES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_BILLING_PROFILES_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_RCA_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_RCA_PVT, status:VALID,
-
PACKAGE: APPS.OKS_AUTH_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKS_AUTH_UTIL_PVT, status:VALID,
-
View: OKS_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_LINES_V, object_name:OKS_LINES_V, status:VALID, product: OKS - Service Contracts , description: View is Used for Contracts Quote Printing , implementation_dba_data: APPS.OKS_LINES_V ,
-
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: OKS_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_LINES_V, object_name:OKS_LINES_V, status:VALID, product: OKS - Service Contracts , description: View is Used for Contracts Quote Printing , implementation_dba_data: APPS.OKS_LINES_V ,
-
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: OKL_BPD_MANUAL_TRX_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_MANUAL_TRX_UV, object_name:OKL_BPD_MANUAL_TRX_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_MANUAL_TRX_UV ,
-
PACKAGE BODY: APPS.OKE_VERSION_COMPARISON_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_VERSION_COMPARISON_PKG, status:VALID,
-
PACKAGE: APPS.OKL_CREDIT_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_CREDIT_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKL_LCKBX_CSH_APP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LCKBX_CSH_APP_PVT, status:VALID,
-
PACKAGE: APPS.OKS_AUTH_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKS_AUTH_UTIL_PVT, status:VALID,