Search Results customer_status_code
Overview
APPS.AMS_PARTY_CUSTOMERS_V is a database view owned by the APPS schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It presents a consolidated, reporting-oriented projection of party and customer information sourced primarily from the Oracle Trading Community Architecture (TCA) and associated ordering and marketing attributes. The view is registered in FND Design Data as AMS.AMS_PARTY_CUSTOMERS_V and carries a VALID status in the data dictionary.
Because the view is flagged "Oracle Internal Use Only," Oracle Corporation does not support direct access to application data through this object except from standard Oracle Applications programs. Accordingly, it functions chiefly as an internal reporting and integration surface used by Oracle Marketing, order-capture, and customer-analytics components rather than as a published or supported API. Its presence in the APPS schema means it can be joined to other EBS data dictionary views in read-only reporting contexts, but developers adopting it for custom code assume the associated risk of an unsupported interface.
Underlying Base Objects
The documented dependency metadata identifies HZ_PARTIES (referenced as a SYNONYM) as the base object this view is defined over. HZ_PARTIES is the central registry of persons and organizations in TCA, supplying the party identity, party type, party number, and name columns that underpin the view.
The view augments that core party record with customer-oriented attributes, computed order metrics, and a set of descriptive flexfield columns (ATTRIBUTE1 through ATTRIBUTE15 and ATTRIBUTE_CATEGORY). It also exposes colloquial, phonetic, and validated-name columns that support fuzzy matching and deduplication scenarios typical of customer data management. The view therefore behaves as a denormalized read layer atop HZ_PARTIES and companion customer and order sources, optimized for retrieval rather than transactional update.
Key Columns
- ROW_ID (ROWID): The physical row identifier for join and cursor optimization.
- CUSTOMER_ID (NUMBER) and PARTY_ID (NUMBER): Surrogate identifiers linking the record to the customer account and the underlying TCA party.
- PARTY_TYPE (VARCHAR2): Distinguishes person versus organization records.
- CUSTOMER_NAME and CUSTOMER_NUMBER: Display name and human-readable account number.
- CUSTOMER_STATUS_CODE (VARCHAR2): The status of the customer record. This is the column most commonly targeted when users search for "customer_status_code," since it drives active/inactive filtering in reporting. No length is documented for this column.
- CUSTOMER_CATEGORY_CODE and SIC_CODE: Classification attributes for segmentation and industry analysis.
- TOTAL_NUM_OF_ORDERS, TOTAL_ORDERED_AMOUNT, and LAST_ORDERED_DATE: Aggregated purchasing metrics supporting customer-value and recency analysis.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15: Descriptive flexfield storage for extensible customer attributes.
- VALIDATED_FLAG: Indicates whether the underlying party record has been validated.
Common Use Cases and Queries
The view is typically queried to produce customer master extracts, segmentation reports, and status-driven operational lists. Because CUSTOMER_STATUS_CODE drives active/inactive logic, a frequent pattern selects customers by status.
Example:
SELECT CUSTOMER_ID, CUSTOMER_NUMBER, CUSTOMER_NAME, CUSTOMER_STATUS_CODE
FROM APPS.AMS_PARTY_CUSTOMERS_V
WHERE CUSTOMER_STATUS_CODE = 'A';
Analysts also rank customers by purchase behavior:
SELECT CUSTOMER_NUMBER, CUSTOMER_NAME, TOTAL_NUM_OF_ORDERS, TOTAL_ORDERED_AMOUNT
FROM APPS.AMS_PARTY_CUSTOMERS_V
WHERE TOTAL_ORDERED_AMOUNT > 0
ORDER BY TOTAL_ORDERED_AMOUNT DESC;
Joins to HZ_PARTIES via PARTY_ID remain available for retrieving additional TCA attributes. Given the internal-use designation, consumers should confine usage to reporting and analytics rather than embedding the view in supported custom application logic.
-
VIEW: APPS.AMS_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PARTY_CUSTOMERS_V, object_name:AMS_PARTY_CUSTOMERS_V, status:VALID,
-
View: AS_OPPORTUNITY_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_OPPORTUNITY_DETAILS_V, object_name:AS_OPPORTUNITY_DETAILS_V, status:VALID, product: AS - Sales Foundation , implementation_dba_data: APPS.AS_OPPORTUNITY_DETAILS_V ,
-
VIEW: APPS.AMS_PARTY_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PARTY_CUSTOMERS_V, object_name:AMS_PARTY_CUSTOMERS_V, status:VALID,
-
View: AS_L_SITES_V
12.1.1
product: AS - Sales Foundation , description: Account code , implementation_dba_data: Not implemented in this database ,
-
View: AS_OPPORTUNITY_DET_ADDR_V
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
View: AS_L_SITES_V
12.2.2
product: AS - Sales Foundation , description: Account code , implementation_dba_data: Not implemented in this database ,
-
View: AS_OPPORTUNITY_DET_ADDR_V
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_OPPORTUNITY_LOG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_LOG_V, object_name:AST_OPPORTUNITY_LOG_V, status:VALID,
-
View: AS_OPPORTUNITY_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_OPPORTUNITY_DETAILS_V, object_name:AS_OPPORTUNITY_DETAILS_V, status:VALID, product: AS - Sales Foundation , implementation_dba_data: APPS.AS_OPPORTUNITY_DETAILS_V ,
-
View: AMS_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PARTY_CUSTOMERS_V, object_name:AMS_PARTY_CUSTOMERS_V, status:VALID, product: AMS - Marketing , description: This view retuns all the parties(both Persons and Organizations) , implementation_dba_data: APPS.AMS_PARTY_CUSTOMERS_V ,
-
View: AMS_PARTY_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PARTY_CUSTOMERS_V, object_name:AMS_PARTY_CUSTOMERS_V, status:VALID, product: AMS - Marketing , description: This view retuns all the parties(both Persons and Organizations) , implementation_dba_data: APPS.AMS_PARTY_CUSTOMERS_V ,
-
VIEW: APPS.AS_OPPORTUNITY_DETAILS_V
12.1.1
-
View: AS_PARTY_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PARTY_CUSTOMERS_V, object_name:AS_PARTY_CUSTOMERS_V, status:VALID, product: AS - Sales Foundation , description: This view is only a wrapper view of HZ_PARTIES , implementation_dba_data: APPS.AS_PARTY_CUSTOMERS_V ,
-
View: AS_ALL_CUSTOMERS_V
12.1.1
product: AS - Sales Foundation , description: All customers view , implementation_dba_data: Not implemented in this database ,
-
View: AS_ALL_CUSTOMERS_V
12.2.2
product: AS - Sales Foundation , description: All customers view , implementation_dba_data: Not implemented in this database ,
-
View: AS_OPPORTUNITY_DET_PRM_V
12.1.1
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_OPPORTUNITY_LOG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_LOG_V, object_name:AST_OPPORTUNITY_LOG_V, status:VALID,
-
View: AS_OPPORTUNITY_DET_PRM_V
12.2.2
product: AS - Sales Foundation , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AS_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PARTY_CUSTOMERS_V, object_name:AS_PARTY_CUSTOMERS_V, status:VALID,
-
VIEW: APPS.AS_OPPORTUNITY_DETAILS_V
12.2.2
-
View: AS_PARTY_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PARTY_CUSTOMERS_V, object_name:AS_PARTY_CUSTOMERS_V, status:VALID, product: AS - Sales Foundation , description: This view is only a wrapper view of HZ_PARTIES , implementation_dba_data: APPS.AS_PARTY_CUSTOMERS_V ,
-
VIEW: APPS.AS_PARTY_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PARTY_CUSTOMERS_V, object_name:AS_PARTY_CUSTOMERS_V, status:VALID,
-
View: AS_LOCATIONS_V
12.2.2
product: AS - Sales Foundation , description: Locations view , implementation_dba_data: Not implemented in this database ,
-
View: AS_CUSTOMER_ACCOUNTS_V
12.2.2
product: AS - Sales Foundation , description: Customer, accounts view used in Account form , implementation_dba_data: Not implemented in this database ,
-
View: AS_CUSTOMER_ACCOUNTS_V
12.1.1
product: AS - Sales Foundation , description: Customer, accounts view used in Account form , implementation_dba_data: Not implemented in this database ,
-
View: AS_LOCATIONS_V
12.1.1
product: AS - Sales Foundation , description: Locations view , implementation_dba_data: Not implemented in this database ,
-
View: AS_OPPORTUNITIES_LIST_V
12.1.1
product: AS - Sales Foundation , description: Sales Opportunities List View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_OPPORTUNITY_CONTACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_CONTACT_V, object_name:AST_OPPORTUNITY_CONTACT_V, status:VALID,
-
VIEW: APPS.AS_OPPORTUNITY_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_OPPORTUNITY_DETAILS_V, object_name:AS_OPPORTUNITY_DETAILS_V, status:VALID,
-
VIEW: APPS.AS_OPPORTUNITY_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_OPPORTUNITY_DETAILS_V, object_name:AS_OPPORTUNITY_DETAILS_V, status:VALID,
-
View: AS_ACCOUNT_PRIM_PHONE_V
12.1.1
product: AS - Sales Foundation , description: Shows accounts and their primary phone number , implementation_dba_data: Not implemented in this database ,
-
View: AST_OPPORTUNITY_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_DET_V, object_name:AST_OPPORTUNITY_DET_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_OPPORTUNITY_DET_V ,
-
View: AST_OPPORTUNITY_LOG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_LOG_V, object_name:AST_OPPORTUNITY_LOG_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_OPPORTUNITY_LOG_V ,
-
View: AST_OPPORTUNITY_LOG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_LOG_V, object_name:AST_OPPORTUNITY_LOG_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_OPPORTUNITY_LOG_V ,
-
View: AS_OPPORTUNITIES_LIST_V
12.2.2
product: AS - Sales Foundation , description: Sales Opportunities List View , implementation_dba_data: Not implemented in this database ,
-
View: AS_ACCOUNT_PRIM_PHONE_V
12.2.2
product: AS - Sales Foundation , description: Shows accounts and their primary phone number , implementation_dba_data: Not implemented in this database ,
-
View: AST_OPPORTUNITY_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_DET_V, object_name:AST_OPPORTUNITY_DET_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_OPPORTUNITY_DET_V ,
-
VIEW: APPS.AST_OPPORTUNITY_CONTACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_CONTACT_V, object_name:AST_OPPORTUNITY_CONTACT_V, status:VALID,
-
VIEW: APPS.AST_OPPORTUNITY_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_DET_V, object_name:AST_OPPORTUNITY_DET_V, status:VALID,
-
VIEW: APPS.AST_OPPORTUNITY_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_DET_V, object_name:AST_OPPORTUNITY_DET_V, status:VALID,
-
View: AS_TODO_LISTS_V
12.2.2
product: AS - Sales Foundation , description: To do lists view , implementation_dba_data: Not implemented in this database ,
-
View: AS_LOCATION_CONTACTS_V
12.2.2
product: AS - Sales Foundation , description: Location contacts view , implementation_dba_data: Not implemented in this database ,
-
View: AS_ACCOUNT_CONTACTS_V
12.1.1
product: AS - Sales Foundation , description: Account contacts , implementation_dba_data: Not implemented in this database ,
-
View: AS_ACCOUNT_CONTACTS_V
12.2.2
product: AS - Sales Foundation , description: Account contacts , implementation_dba_data: Not implemented in this database ,
-
View: AST_OPPORTUNITY_CONTACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_CONTACT_V, object_name:AST_OPPORTUNITY_CONTACT_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_OPPORTUNITY_CONTACT_V ,
-
View: AST_OPPORTUNITY_CONTACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_CONTACT_V, object_name:AST_OPPORTUNITY_CONTACT_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_OPPORTUNITY_CONTACT_V ,
-
View: AS_TODO_LISTS_V
12.1.1
product: AS - Sales Foundation , description: To do lists view , implementation_dba_data: Not implemented in this database ,
-
View: AS_LOCATION_CONTACTS_V
12.1.1
product: AS - Sales Foundation , description: Location contacts view , implementation_dba_data: Not implemented in this database ,
-
eTRM - AST Tables and Views
12.1.1
description: All available web searches ,
-
eTRM - AST Tables and Views
12.2.2
description: All available web searches ,