Search Results account_established_date
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 ,
-
VIEW: APPS.OKX_CUSTOMER_ACCOUNTS_V
12.1.1
-
VIEW: APPS.OKX_CUSTOMER_ACCOUNTS_V
12.2.2
-
VIEW: APPS.CSM_HZ_CUST_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSM_HZ_CUST_ACCOUNTS_V, status:VALID,
-
View: XNC_CUST_ACCT_OVERVIEW_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: XNC_CUST_ACCT_OVERVIEW_V retrieves an overview of the customer account. , implementation_dba_data: Not implemented in this database ,
-
VIEW: AR.HZ_CUST_ACCOUNTS_M#
12.2.2
-
VIEW: APPS.JTF_CUST_ACCOUNTS_ALL_V
12.2.2
-
VIEW: APPS.JTF_CUST_ACCOUNTS_ALL_V
12.1.1
-
VIEW: APPS.OKE_CUSTOMER_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_CUSTOMER_ACCOUNTS_V, object_name:OKE_CUSTOMER_ACCOUNTS_V, status:VALID,
-
VIEW: APPS.CSM_HZ_CUST_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CSM_HZ_CUST_ACCOUNTS_V, status:VALID,
-
VIEW: AR.HZ_CUST_ACCOUNTS#
12.2.2
-
VIEW: APPS.IEX_CUST_ACCT_BALI_V
12.1.1
-
View: XNC_CUST_ACCT_OVERVIEW_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: XNC_CUST_ACCT_OVERVIEW_V retrieves an overview of the customer account. , implementation_dba_data: Not implemented in this database ,
-
View: OKL_CS_CUST_ACCT_OVERVIEW_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_CUST_ACCT_OVERVIEW_UV, object_name:OKL_CS_CUST_ACCT_OVERVIEW_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_CS_CUST_ACCT_OVERVIEW_UV ,
-
VIEW: APPS.IEX_CUST_ACCT_BALI_V
12.2.2
-
View: AMS_TAR_ACCOUNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_ACCOUNT_V, object_name:AMS_TAR_ACCOUNT_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_ACCOUNT" List source type. , implementation_dba_data: APPS.AMS_TAR_ACCOUNT_V ,
-
View: AMS_TAR_ACCOUNT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_ACCOUNT_V, object_name:AMS_TAR_ACCOUNT_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_ACCOUNT" List source type. , implementation_dba_data: APPS.AMS_TAR_ACCOUNT_V ,
-
View: OKE_CUSTOMER_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_CUSTOMER_ACCOUNTS_V, object_name:OKE_CUSTOMER_ACCOUNTS_V, status:VALID, product: OKE - Project Contracts , description: Customer accounts information , implementation_dba_data: APPS.OKE_CUSTOMER_ACCOUNTS_V ,
-
VIEW: APPS.JTF_CUST_ACCOUNTS_V
12.1.1
-
VIEW: APPS.OKL_CS_CUST_ACCT_OVERVIEW_UV
12.2.2
-
VIEW: APPS.OKE_CUSTOMER_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_CUSTOMER_ACCOUNTS_V, object_name:OKE_CUSTOMER_ACCOUNTS_V, status:VALID,
-
View: OKL_CS_CUST_ACCT_OVERVIEW_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_CUST_ACCT_OVERVIEW_UV, object_name:OKL_CS_CUST_ACCT_OVERVIEW_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_CUST_ACCT_OVERVIEW_UV ,
-
View: JTF_CUST_ACCOUNTS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_ALL_V, object_name:JTF_CUST_ACCOUNTS_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Account information of a Party. This view is identical to the underlying table HZ_CUST_ACCOUNTS. View is created so that it serves as a single poing of interface to the AR schema object. , implementation_dba_data: APPS.JTF_CUST_ACCOUNTS_ALL_V ,
-
View: JTF_CUST_ACCOUNTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_ALL_V, object_name:JTF_CUST_ACCOUNTS_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Account information of a Party. This view is identical to the underlying table HZ_CUST_ACCOUNTS. View is created so that it serves as a single poing of interface to the AR schema object. , implementation_dba_data: APPS.JTF_CUST_ACCOUNTS_ALL_V ,
-
View: JTF_CUST_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_V, object_name:JTF_CUST_ACCOUNTS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_CUST_ACCOUNTS_V retrieves information about customer relationships. If a party becomes a customer, information about the customer account is shown. , implementation_dba_data: APPS.JTF_CUST_ACCOUNTS_V ,
-
VIEW: APPS.IEX_CUST_ACCT_BALI_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_CUST_ACCT_BALI_V, status:VALID,
-
VIEW: APPS.AMS_TAR_ACCOUNT_V
12.2.2
-
VIEW: APPS.IEX_CUST_ACCT_BALI_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_CUST_ACCT_BALI_V, status:VALID,
-
VIEW: APPS.IEX_PAYING_CUST_ACCT_BALI_V
12.1.1
-
VIEW: APPS.IEX_PAYING_CUST_ACCT_BALI_V
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.JTF_CUST_ACCOUNTS_V
12.2.2
-
View: OKE_CUSTOMER_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_CUSTOMER_ACCOUNTS_V, object_name:OKE_CUSTOMER_ACCOUNTS_V, status:VALID, product: OKE - Project Contracts , description: Customer accounts information , implementation_dba_data: APPS.OKE_CUSTOMER_ACCOUNTS_V ,
-
VIEW: APPS.AMS_TAR_ACCOUNT_V
12.1.1
-
VIEW: APPS.OKL_CS_CUST_ACCT_OVERVIEW_UV
12.1.1
-
VIEW: APPS.IEX_PAYING_CUST_ACCT_BALI_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_PAYING_CUST_ACCT_BALI_V, status:VALID,
-
View: JTF_CUST_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_V, object_name:JTF_CUST_ACCOUNTS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_CUST_ACCOUNTS_V retrieves information about customer relationships. If a party becomes a customer, information about the customer account is shown. , implementation_dba_data: APPS.JTF_CUST_ACCOUNTS_V ,
-
VIEW: APPS.IEX_PAYING_CUST_ACCT_BALI_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_PAYING_CUST_ACCT_BALI_V, status:VALID,
-
VIEW: APPS.CSC_ACCOUNT_BALI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_ACCOUNT_BALI_V, object_name:CSC_ACCOUNT_BALI_V, status:VALID,
-
VIEW: APPS.AMS_TAR_ACCOUNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_ACCOUNT_V, object_name:AMS_TAR_ACCOUNT_V, status:VALID,
-
VIEW: APPS.AST_CUST_ACCT_OVERVIEW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CUST_ACCT_OVERVIEW_V, object_name:AST_CUST_ACCT_OVERVIEW_V, status:VALID,
-
VIEW: APPS.CSC_ACCOUNT_OVERVIEW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_ACCOUNT_OVERVIEW_V, object_name:CSC_ACCOUNT_OVERVIEW_V, status:VALID,
-
View: AST_CUST_ACCT_BALI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CUST_ACCT_BALI_V, object_name:AST_CUST_ACCT_BALI_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_CUST_ACCT_BALI_V ,
-
VIEW: APPS.CSC_ACCOUNT_BALI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_ACCOUNT_BALI_V, object_name:CSC_ACCOUNT_BALI_V, status:VALID,
-
VIEW: APPS.AST_CUST_ACCT_BALI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CUST_ACCT_BALI_V, object_name:AST_CUST_ACCT_BALI_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.AST_CUST_ACCT_OVERVIEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CUST_ACCT_OVERVIEW_V, object_name:AST_CUST_ACCT_OVERVIEW_V, status:VALID,
-
View: AST_CUST_ACCT_OVERVIEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CUST_ACCT_OVERVIEW_V, object_name:AST_CUST_ACCT_OVERVIEW_V, status:VALID, product: AST - TeleSales , description: AST_CUST_ACCT_OVERVIEW_V retrieves an overview of the customer account. , implementation_dba_data: APPS.AST_CUST_ACCT_OVERVIEW_V ,
-
View: CSC_ACCOUNT_BALI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_ACCOUNT_BALI_V, object_name:CSC_ACCOUNT_BALI_V, status:VALID, product: CSC - Customer Care , description: View for ACCOUNTS tab based on HZ_CUST_ACCOUNTS and AR_LOOKUPS , implementation_dba_data: APPS.CSC_ACCOUNT_BALI_V ,