Search Results enquiry_duns
Overview
APPS.JTF_HZ_ORGANIZATION_PROFILES_V is a reporting and integration view in Oracle E-Business Suite that exposes organization-level profile data maintained by the Trading Community Architecture (TCA) and Customer Relationship Management (CRM) modules. The view presents one row per organization profile record, keyed by the surrogate ORGANIZATION_PROFILE_ID and linked to the underlying party through PARTY_ID. Its principal business role is to consolidate firmographic, credit, classification, and diversity attributes of an organization into a single queryable structure. The view spans the classic descriptive flexfield columns (ATTRIBUTE1 through ATTRIBUTE20 and the global attribute series), credit and risk scoring fields, small-business and diversity indicators, and organizational identifiers such as DUNS_NUMBER and ENQUIRY_DUNS. Because it is an APPS-owned object, it is typically consumed by reports, concurrent programs, and outbound integrations that must read organization profile facts without navigating the full TCA data model.
Underlying Base Objects
The documented referenced base object is HZ_ORGANIZATION_PROFILES, implemented in the APPS schema as a synonym. The view is a thin projection over that table: it selects the table's ROWID along with the profile's business columns, and does not introduce joins, aggregations, or filters. Consequently, row cardinality, uniqueness, and column-level meaning are governed entirely by HZ_ORGANIZATION_PROFILES. Standard audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN — are carried through, as are warehouse-related fields such as WH_UPDATE_DATE and the concurrent program identifiers REQUEST_ID, PROGRAM_APPLICATION_ID, and PROGRAM_ID. The view exposes no additional derivations, so any business rule layered on these columns must be applied by the consumer.
Key Columns
ORGANIZATION_PROFILE_ID,PARTY_ID,ORGANIZATION_NAME: primary profile identifier, owning party, and display name.DUNS_NUMBERandENQUIRY_DUNS: the organization's assigned D-U-N-S number and the D-U-N-S value used for third-party credit or firmographic enquiries — the field most directly relevant to an "enquiry_duns" search.CEO_NAME,CEO_TITLE,PRINCIPAL_NAME,PRINCIPAL_TITLE: executive leadership attributes.EMPLOYEES_TOTAL,YEAR_ESTABLISHED,LINE_OF_BUSINESS,SIC_CODE,LEGAL_STATUS,HQ_BRANCH_IND,BRANCH_FLAG: firmographic and classification data.MINORITY_OWNED_IND,MINORITY_OWNED_TYPE,WOMAN_OWNED_IND,DISADV_8A_IND,SMALL_BUS_IND: diversity and small-business designations.DEBARMENT_IND,DEBARMENTS_COUNT,DEBARMENTS_DATE,GSA_INDICATOR_FLAG: eligibility and exclusion indicators.CREDIT_SCORE,DB_RATING,PAYDEL_SCORE,FAILURE_SCORE,FAILURE_SCORE_NATL_PERCENTILE: credit and financial risk metrics.ATTRIBUTE_CATEGORYandATTRIBUTE1–ATTRIBUTE20: descriptive flexfield storage for client-specific extensions.
Common Use Cases and Queries
Typical scenarios include supplier and customer due-diligence reports, diversity spend analysis, credit exposure dashboards, and data-quality audits of D-U-N-S assignments. The following query retrieves profile and enquiry D-U-N-S details for organizations that carry an enquiry identifier:
SELECT organization_profile_id,
party_id,
organization_name,
duns_number,
enquiry_duns,
credit_score,
small_bus_ind
FROM apps.jtf_hz_organization_profiles_v
WHERE enquiry_duns IS NOT NULL
ORDER BY organization_name;
A second common pattern identifies organizations with active debarment or exclusion flags for compliance screening:
SELECT organization_name, duns_number, debarment_ind,
debarments_count, gsa_indicator_flag
FROM apps.jtf_hz_organization_profiles_v
WHERE debarment_ind = 'Y'
OR gsa_indicator_flag = 'Y';
Because the view performs no filtering, consumers should apply their own predicates on ENQUIRY_DUNS, status indicators, and flexfield attributes, and should join to HZ_PARTIES when additional party-level context is required.
-
VIEW: APPS.JTF_HZ_ORGANIZATION_PROFILES_V
12.2.2
-
VIEW: APPS.JTF_HZ_ORGANIZATION_PROFILES_V
12.1.1
-
View: JTF_HZ_ORGANIZATION_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_ORGANIZATION_PROFILES_V, object_name:JTF_HZ_ORGANIZATION_PROFILES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_HZ_ORGANIZATION_PROFILES_V retrieves information about people as contacts for organizations. The table includes information about the person in the context of the organization such as their job title or rank. , implementation_dba_data: APPS.JTF_HZ_ORGANIZATION_PROFILES_V ,
-
VIEW: AR.HZ_ORGANIZATION_PROFILES#
12.2.2
-
View: JTF_HZ_ORGANIZATION_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_ORGANIZATION_PROFILES_V, object_name:JTF_HZ_ORGANIZATION_PROFILES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_HZ_ORGANIZATION_PROFILES_V retrieves information about people as contacts for organizations. The table includes information about the person in the context of the organization such as their job title or rank. , implementation_dba_data: APPS.JTF_HZ_ORGANIZATION_PROFILES_V ,
-
VIEW: APPS.AMS_LT_ORG_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_ORG_PROFILES_V, object_name:AMS_LT_ORG_PROFILES_V, status:VALID,
-
VIEW: APPS.AMS_LT_ORG_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_ORG_PROFILES_V, object_name:AMS_LT_ORG_PROFILES_V, status:VALID,
-
VIEW: AR.HZ_PARTY_INTERFACE#
12.2.2
-
View: AMS_LT_ORG_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_ORG_PROFILES_V, object_name:AMS_LT_ORG_PROFILES_V, status:VALID, product: AMS - Marketing , description: Data Source view based on hz_organization_profiles , implementation_dba_data: APPS.AMS_LT_ORG_PROFILES_V ,
-
Lookup Type: BUSINESS_PROFILE
12.1.1
product: AR - Receivables , meaning: Business Profile , description: Business Profile ,
-
TABLE: AR.HZ_ORG_PROFILE_VAL_GT
12.1.1
owner:AR, object_type:TABLE, object_name:HZ_ORG_PROFILE_VAL_GT, status:VALID,
-
View: AMS_LT_ORG_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_ORG_PROFILES_V, object_name:AMS_LT_ORG_PROFILES_V, status:VALID, product: AMS - Marketing , description: Data Source view based on hz_organization_profiles , implementation_dba_data: APPS.AMS_LT_ORG_PROFILES_V ,
-
Lookup Type: BUSINESS_PROFILE
12.2.2
product: AR - Receivables , meaning: Business Profile , description: Business Profile ,
-
TABLE: AR.HZ_ORG_PROFILE_VAL_GT
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORG_PROFILE_VAL_GT, object_name:HZ_ORG_PROFILE_VAL_GT, status:VALID,
-
VIEW: AR.HZ_ORGANIZATION_PROFILES#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_ORGANIZATION_PROFILES#, status:VALID,
-
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_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_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: 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: AR.HZ_PARTY_INTERFACE#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_PARTY_INTERFACE#, status:VALID,
-
View: AMS_ORG_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_DETAILS_V, object_name:AMS_ORG_DETAILS_V, status:VALID, product: AMS - Marketing , description: This view list the details of an Organization , implementation_dba_data: APPS.AMS_ORG_DETAILS_V ,
-
View: AMS_ORG_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_DETAILS_V, object_name:AMS_ORG_DETAILS_V, status:VALID, product: AMS - Marketing , description: This view list the details of an Organization , implementation_dba_data: APPS.AMS_ORG_DETAILS_V ,
-
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 ,
-
VIEW: APPS.JTF_HZ_ORGANIZATION_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_ORGANIZATION_PROFILES_V, object_name:JTF_HZ_ORGANIZATION_PROFILES_V, status:VALID,
-
VIEW: APPS.JTF_HZ_ORGANIZATION_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_ORGANIZATION_PROFILES_V, object_name:JTF_HZ_ORGANIZATION_PROFILES_V, status:VALID,
-
TYPE: APPS.HZ_ORGANIZATION_BO
12.1.1
owner:APPS, object_type:TYPE, object_name:HZ_ORGANIZATION_BO, status:VALID,
-
TYPE: APPS.HZ_ORGANIZATION_BO
12.2.2
owner:APPS, object_type:TYPE, object_name:HZ_ORGANIZATION_BO, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
View: AMS_HZ_B2B_MAPPING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_HZ_B2B_MAPPING_V, object_name:AMS_HZ_B2B_MAPPING_V, status:VALID, product: AMS - Marketing , description: This view stores the mapping of ams_imp_source_lines table. This is used to populate the data from the data file. , implementation_dba_data: APPS.AMS_HZ_B2B_MAPPING_V ,
-
APPS.HZ_DYN_VALIDATION SQL Statements
12.2.2
-
VIEW: APPS.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,
-
View: AMS_HZ_B2B_MAPPING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_HZ_B2B_MAPPING_V, object_name:AMS_HZ_B2B_MAPPING_V, status:VALID, product: AMS - Marketing , description: This view stores the mapping of ams_imp_source_lines table. This is used to populate the data from the data file. , implementation_dba_data: APPS.AMS_HZ_B2B_MAPPING_V ,
-
APPS.HZ_DYN_VALIDATION SQL Statements
12.1.1
-
TABLE: AR.HZ_ORGANIZATION_PROFILES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORGANIZATION_PROFILES, object_name:HZ_ORGANIZATION_PROFILES, status:VALID,
-
TABLE: AR.HZ_ORGANIZATION_PROFILES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORGANIZATION_PROFILES, object_name:HZ_ORGANIZATION_PROFILES, status:VALID,
-
VIEW: APPS.AMS_ORG_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_DETAILS_V, object_name:AMS_ORG_DETAILS_V, status:VALID,
-
VIEW: APPS.AMS_ORG_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_DETAILS_V, object_name:AMS_ORG_DETAILS_V, status:VALID,
-
VIEW: APPS.AMS_HZ_B2B_MAPPING_V
12.2.2
-
VIEW: APPS.AMS_HZ_B2B_MAPPING_V
12.1.1
-
TYPE BODY: APPS.HZ_ORGANIZATION_BO
12.1.1
-
TYPE BODY: APPS.HZ_ORGANIZATION_BO
12.2.2
-
TABLE: AR.HZ_PARTY_INTERFACE
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_INTERFACE, object_name:HZ_PARTY_INTERFACE, status:VALID,
-
TABLE: AR.HZ_PARTY_INTERFACE
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_INTERFACE, object_name:HZ_PARTY_INTERFACE, status:VALID,
-
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 ,
-
PACKAGE: APPS.AMS_LISTIMPORT_PVT
12.2.2
-
PACKAGE: APPS.AMS_LISTIMPORT_PVT
12.1.1