Search Results duns_number_c
Overview
AR_CUSTOMERS_V is a Receivables (AR) view that consolidates customer account and party information into a single reporting structure. It joins the customer account record in RA_CUSTOMERS (aliased CUST) with the associated trading party in HZ_PARTIES (aliased CUST_PARTY), and resolves several coded attributes into their human-readable meanings via Receivables lookup views. The view presents both CUSTOMER and prospective customer records, exposing the CUSTOMER_PROSPECT_CODE literal 'CUSTOMER' to distinguish it from the related prospect view.
This view is typically used for enquiry forms, concurrent programs, and integrations that require a denormalized, ready-to-query customer profile without manually joining RA_CUSTOMERS to HZ_PARTIES. A user searching for duns_number_c — the D-U-N-S number attribute — would expect to find that data on the underlying party record. However, the documented view text does not project a D-U-N-S column; it exposes the related party attributes TAX_REFERENCE, JGZZ_FISCAL_CODE, and SIC_CODE instead. A DUNS value must be sourced directly from HZ_PARTIES (or the HZ_PARTY_SITES/HZ_CUST_ACCOUNTS stack), not from this view.
Underlying Base Objects
Although the ETRM record for this view lists no referenced base objects, the view text explicitly selects from the customer/party model. Primary dependencies are:
RA_CUSTOMERS— the customer account master (aliasCUST), supplying account number, status, class, type, salesrep, tax, shipping, price list, and origination reference.HZ_PARTIES— the trading party (aliasCUST_PARTY), supplying party name, number, type, category, SIC code, tax reference, fiscal code, and organization-level attributes.- Lookup views (aliases
L_CAT,L_CLASS,L_TYPE,L_FOB,L_FT,L_SC) joined toFND_LOOKUPS-based definitions to translate codes intoMEANINGvalues. - Reference tables for
PRIMARY_SALESREP_NAME(RA_SALESREPS),PRICE_LIST_NAME(QP_PRICE_LISTS),ORDER_TYPE_NAME(SO_ORDER_TYPES), andWAREHOUSE_NAME(HR_OPERATING_UNITS/ORG_ORGANIZATION_DEFINITIONS).
Key Columns
CUSTOMER_ID— maps toCUST_ACCOUNT_ID; the primary customer account identifier.CUSTOMER_NAME,CUSTOMER_NUMBER— party name and account number.PARTY_ID,PARTY_NUMBER,PARTY_TYPE— party identity and whether the customer is an ORGANIZATION or PERSON.STATUS,ORIG_SYSTEM_REFERENCE,CUSTOMER_CLASS_*,CUSTOMER_TYPE_*,CUSTOMER_CATEGORY_*— governance and classification fields.SIC_CODE,TAX_REFERENCE,TAXPAYER_ID(JGZZ_FISCAL_CODE) — organization attributes exposed only for organization parties viaDECODE.PRICE_LIST_*,FREIGHT_TERM_*,SHIP_VIA,FOB_POINT_*,ORDER_TYPE_*,SALES_CHANNEL_*,WAREHOUSE_*— order-management defaults.
Common Use Cases and Queries
Typical uses include customer profile reports, validation of order-management defaults, and upstream integrations needing account-to-party mappings. A basic query:
SELECT customer_id, customer_number, customer_name, customer_class_meaning FROM ar_customers_v WHERE status = 'A';
For a specific organization with its tax identity:
SELECT customer_number, customer_name, tax_reference, taxpayer_id FROM ar_customers_v WHERE party_type = 'ORGANIZATION' AND customer_category_code = :category;
To obtain the D-U-N-S number sought by the user, join AR_CUSTOMERS_V back to HZ_PARTIES on PARTY_ID, since duns_number_c is not projected by this view.
-
Lookup Type: DUP_BATCH_RESTRICTION_LIST
12.2.2
product: AR - Receivables , meaning: DQM Duplicate Batch Restriction Attributes , description: List of Attributes available to specify the restriction condition for duplicate batches ,
-
Lookup Type: DUP_BATCH_RESTRICTION_LIST
12.1.1
product: AR - Receivables , meaning: DQM Duplicate Batch Restriction Attributes , description: List of Attributes available to specify the restriction condition for duplicate batches ,
-
Lookup Type: BUSINESS_PROFILE
12.1.1
product: AR - Receivables , meaning: Business Profile , description: Business Profile ,
-
Lookup Type: BUSINESS_PROFILE
12.2.2
product: AR - Receivables , meaning: Business Profile , description: Business Profile ,
-
View: AR_CUSTOMERS_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_CUSTOMERS_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: HZ_ORG_PROFILES_CPUI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_ORG_PROFILES_CPUI_V, object_name:HZ_ORG_PROFILES_CPUI_V, status:VALID, product: AR - Receivables , description: Organization Profiles , implementation_dba_data: APPS.HZ_ORG_PROFILES_CPUI_V ,
-
View: HZ_ORG_PROFILES_CPUI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_ORG_PROFILES_CPUI_V, object_name:HZ_ORG_PROFILES_CPUI_V, status:VALID, product: AR - Receivables , description: Organization Profiles , implementation_dba_data: APPS.HZ_ORG_PROFILES_CPUI_V ,
-
View: HZ_ORGANIZATION_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_ORGANIZATION_PROFILES_V, object_name:HZ_ORGANIZATION_PROFILES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_ORGANIZATION_PROFILES_V ,
-
View: HZ_ORGANIZATION_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_ORGANIZATION_PROFILES_V, object_name:HZ_ORGANIZATION_PROFILES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_ORGANIZATION_PROFILES_V ,
-
View: RA_HCUSTOMERS
12.2.2
product: AR - Receivables , description: Customer information , implementation_dba_data: Not implemented in this database ,
-
View: RA_HCUSTOMERS
12.1.1
product: AR - Receivables , description: Customer information , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: HZ_ORGANIZATION_PROFILES
12.1.1
product: AR - Receivables , meaning: List of attributes of the HZ_ORGANIZATION_PROFILES table , description: A lookup table listing the attributes of the HZ_ORGANIZATION_PROFILES ,
-
Lookup Type: HZ_ORGANIZATION_PROFILES
12.2.2
product: AR - Receivables , meaning: List of attributes of the HZ_ORGANIZATION_PROFILES table , description: A lookup table listing the attributes of the HZ_ORGANIZATION_PROFILES ,
-
Lookup Type: PARTY_LOGICAL_ATTRIBUTE_LIST
12.2.2
product: AR - Receivables , meaning: Party Logical Entity Attribute List , description: List of Attributes that make up the Party Logical Entity ,
-
Lookup Type: PARTY_LOGICAL_ATTRIBUTE_LIST
12.1.1
product: AR - Receivables , meaning: Party Logical Entity Attribute List , description: List of Attributes that make up the Party Logical Entity ,