Search Results suspension_date
Overview
XNC_CUST_ACCT_OVERVIEW_V is a reporting view historically shipped with the Oracle Sales for Communications (XNC) product family, a vertical solution that was ultimately classified as obsolete in Oracle E-Business Suite. The view consolidates customer account attributes from multiple Oracle Receivables, Oracle Trade Management, and party-model sources into a single denormalized projection, allowing downstream XNC forms, concurrent programs, and integration interfaces to retrieve a wide snapshot of account information without joining several base entities individually. Its documentation describes it simply as retrieving "an overview of the customer account," which reflects its design intent as a convenience layer over the customer master rather than as a transactional or updateable object.
In EBS 12.1.1 and 12.2.2, the view is not implemented in the standard database, meaning it exists only where the XNC module was deployed. In the 12.2.2 documented metadata, no owner and no referenced base objects are recorded, underscoring its obsolete status. Consumers migrating off XNC should not depend on its presence.
Underlying Base Objects
Although the 12.2.2 metadata lists no referenced base objects, the view text identifies its actual sources directly:
- JTF_CUST_ACCOUNTS_V CUST_ACCT — the primary customer account view, supplying account identifiers, status, customer type, class, priority indicator, balances, and establishment/termination dates.
- ASO_I_SALES_CHANNELS_V SALES_CHANNEL — an outer-joined source for sales channel code, name, and description.
- RA_SALESREPS SALES_REP — an outer-joined source for the primary sales representative name.
- ASO_I_PARTIES_V PARTIES — supplies the party name and is inner-joined on PARTY_ID.
- AR_LOOKUPS STATUS_LOOKUP — constrained to LOOKUP_TYPE = 'CODE_STATUS', translating the account status code into a description.
The join structure uses Oracle outer-join syntax (+), consistent with pre-ANSI conventions retained in EBS 12.x objects.
Key Columns
The view exposes a broad column set. Identifiers include CUST_ACCOUNT_ID, ORG_ID, PARTY_ID, and ACCOUNT_NUMBER. Descriptive fields include PARTY_NAME, ACCOUNT_NAME, ACCOUNT_STATUS_DESCRIPTION, SALES_CHANNEL_NAME, and PRIMARY_SALESREP_NAME. Derived business attributes include ACCOUNT_PRIORITY, computed via DECODE over HIGH_PRIORITY_INDICATOR into HIGH, LOW, or NOT SPECIFIED.
Notably, the columns most relevant to the search term third_party_flag — THIRD_PARTY_FLAG, COMPETITOR_FLAG, and CATEGORY_CODE — are projected as literal NULLs. This is a critical fact: the view declares these columns for interface compatibility but never populates them from any base table. Any query filtering on THIRD_PARTY_FLAG returns no meaningful results.
Common Use Cases and Queries
Typical usage involves retrieving account overviews for communications-sector customers, including balances, priority, and status:
- Account status and priority reporting for high-priority subscribers.
- Sales channel and sales representative attribution analysis.
- Balance and write-off exposure summaries using CURRENT_BALANCE, WRITE_OFF_AMOUNT, and related columns.
Example query:
SELECT CUST_ACCOUNT_ID, ACCOUNT_NUMBER, PARTY_NAME, ACCOUNT_STATUS_DESCRIPTION, ACCOUNT_PRIORITY, CURRENT_BALANCE FROM XNC_CUST_ACCT_OVERVIEW_V WHERE ACCOUNT_PRIORITY = 'HIGH';
Because THIRD_PARTY_FLAG is hardcoded NULL, queries referencing it are effectively non-functional. In EBS 12.1.1 and 12.2.2 this view should be treated as legacy and replaced by direct queries against JTF_CUST_ACCOUNTS_V, HZ_CUST_ACCOUNTS, and related party-model objects.
-
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: 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: APPS.IEX_CUST_ACCT_BALI_V
12.1.1
-
VIEW: AR.HZ_CUST_ACCOUNTS#
12.2.2
-
VIEW: APPS.JTF_CUST_ACCOUNTS_V
12.1.1
-
VIEW: APPS.OKL_CS_CUST_ACCT_OVERVIEW_UV
12.2.2
-
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_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: 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: APPS.IEX_PAYING_CUST_ACCT_BALI_V
12.1.1
-
VIEW: APPS.IEX_PAYING_CUST_ACCT_BALI_V
12.2.2
-
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.IEX_CUST_ACCT_BALI_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_CUST_ACCT_BALI_V, status:VALID,
-
VIEW: APPS.JTF_CUST_ACCOUNTS_V
12.2.2
-
VIEW: APPS.AMS_PERSON_ACCT_V
12.2.2
-
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_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.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: 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_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: APPS.AMS_PERSON_ACCT_V
12.1.1
-
View: AMS_ORG_ACCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_ACCT_V, object_name:AMS_ORG_ACCT_V, status:VALID, product: AMS - Marketing , description: Customer account information , implementation_dba_data: APPS.AMS_ORG_ACCT_V ,
-
View: AMS_PERSON_ACCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PERSON_ACCT_V, object_name:AMS_PERSON_ACCT_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_PERSON_ACCT_V ,
-
VIEW: APPS.AMS_ORG_ACCT_V
12.2.2
-
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: 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, product: CSC - Customer Care , description: CSC_ACCOUNT_OVERVIEW_V retrieves an overview of the customer account. , implementation_dba_data: APPS.CSC_ACCOUNT_OVERVIEW_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.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,
-
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 ,
-
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: 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, 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 ,
-
View: 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, 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: APPS.AMS_ORG_ACCT_V
12.1.1
-
VIEW: APPS.CSC_ACCOUNT_OVERVIEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_ACCOUNT_OVERVIEW_V, object_name:CSC_ACCOUNT_OVERVIEW_V, status:VALID,
-
VIEW: APPS.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,
-
View: 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, product: AST - TeleSales , implementation_dba_data: APPS.AST_CUST_ACCT_BALI_V ,
-
VIEW: APPS.AMS_P_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ACCT_V, object_name:AMS_P_ACCT_V, status:VALID,
-
VIEW: APPS.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,
-
View: CSC_ACCOUNT_OVERVIEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_ACCOUNT_OVERVIEW_V, object_name:CSC_ACCOUNT_OVERVIEW_V, status:VALID, product: CSC - Customer Care , description: CSC_ACCOUNT_OVERVIEW_V retrieves an overview of the customer account. , implementation_dba_data: APPS.CSC_ACCOUNT_OVERVIEW_V ,
-
VIEW: AR.HZ_CUST_ACCOUNTS_M#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_CUST_ACCOUNTS_M#, status:VALID,