Search Results jtf_hz_organization_profiles_v
Overview
JTF_HZ_ORGANIZATION_PROFILES_V is an APPS-owned view within the JTF – CRM Foundation product family in Oracle E-Business Suite 12.1.1 and 12.2.2. It exposes organization profile information, presenting attributes of organizations as parties in the TCA (Trading Community Architecture) model. The view retrieves information about people as contacts for organizations, including context-specific details such as job title or rank held by a contact within a given organization. Because it is a view rather than a base table, it is intended primarily for reporting and integration consumption rather than direct maintenance; DML against the underlying organization profile data is normally performed through the base table or supported APIs.
The object carries VALID status in the ETRM metadata, confirming that its definition compiles successfully against the documented base objects. Its role in EBS reporting and integration is to provide a stable, query-friendly projection of organization profile attributes that can be joined to other TCA and CRM entities by PARTY_ID or ORGANIZATION_PROFILE_ID.
Underlying Base Objects
The documented reference for this view is the base object HZ_ORGANIZATION_PROFILES, exposed through a synonym. HZ_ORGANIZATION_PROFILES is the TCA table that stores organization-level profile data, including firmographics, financial and credit indicators, DUNS information, and extensive descriptive flexfield (DFF) and global DFF columns. JTF_HZ_ORGANIZATION_PROFILES_V is a passthrough-style view defined over this foundation, including the ROWID pseudo-column so that consumers can address the underlying row where privileges permit.
Because the view reflects the organization profile structure directly, its columns mirror those of HZ_ORGANIZATION_PROFILES, including the full ATTRIBUTE1 through ATTRIBUTE20 and GLOBAL_ATTRIBUTE1 through GLOBAL_ATTRIBUTE20 descriptor columns. Changes committed to the base table are immediately visible through the view, since no materialization or aggregation is involved.
Key Columns
- ORGANIZATION_PROFILE_ID and PARTY_ID — primary identifiers that link the profile to the organization party and allow joins to contact, account, and party-related entities.
- ORGANIZATION_NAME and ORGANIZATION_NAME_PHONETIC — the organization name and its phonetic equivalent, which supports fuzzy or sound-based name searching; ORGANIZATION_NAME_PHONETIC is the column returned when users search for that term.
- DUNS_NUMBER, ENQUIRY_DUNS — data universal numbering system identifiers used for credit and third-party data matching.
- CEO_NAME, CEO_TITLE, PRINCIPAL_NAME, PRINCIPAL_TITLE — key officer and principal contact details.
- EMPLOYEES_TOTAL, YEAR_ESTABLISHED, LEGAL_STATUS, HQ_BRANCH_IND, BRANCH_FLAG — firmographic and classification attributes.
- SIC_CODE, LINE_OF_BUSINESS, CONG_DIST_CODE — industry and territory classification columns.
- MINORITY_OWNED_IND, WOMAN_OWNED_IND, DISADV_8A_IND, SMALL_BUS_IND — diversity and small-business designations used in supplier and customer scoring.
- CREDIT_SCORE, DB_RATING, PAYDEX_SCORE, FAILURE_SCORE, FAILURE_SCORE_NATL_PERCENTILE — financial risk and creditworthiness measures.
- TAX_NAME, TAX_REFERENCE, JGZZ_FISCAL_CODE, ANALYSIS_FY, FISCAL_YEAREND_MONTH — tax, fiscal, and revenue-planning attributes such as CURR_FY_POTENTIAL_REVENUE and NEXT_FY_POTENTIAL_REVENUE.
- BEST_TIME_CONTACT_BEGIN, BEST_TIME_CONTACT_END — preferred contact windows for the organization.
- ATTRIBUTE1–ATTRIBUTE20 and GLOBAL_ATTRIBUTE1–GLOBAL_ATTRIBUTE20 — descriptive flexfield segments available for customer-specific extensions.
Common Use Cases and Queries
Typical uses include organization profile lookups in CRM and TCA reporting, fuzzy name matching via the phonetic column, and enrichment joins against contacts and accounts. A direct query returning the profile identified by an organization name phonetic value is shown below.
SELECT organization_profile_id, party_id, organization_name, organization_name_phonetic, duns_number, credit_score FROM jtf_hz_organization_profiles_v WHERE organization_name_phonetic = :search_value;SELECT p.organization_name, p.employees_total, p.year_established, p.sic_code FROM jtf_hz_organization_profiles_v p WHERE p.party_id = :party_id;SELECT organization_name, duns_number, paydex_score FROM jtf_hz_organization_profiles_v WHERE duns_number = :duns;SELECT organization_name, best_time_contact_begin, best_time_contact_end FROM jtf_hz_organization_profiles_v WHERE best_time_contact_begin IS NOT NULL;SELECT organization_profile_id, attribute1, attribute2 FROM jtf_hz_organization_profiles_v WHERE global_attribute_category = :category;
These queries are read-only and rely exclusively on the documented base object and columns exposed by the view.
-
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: 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: XNC_CUST_ACCOUNTS_ROLES_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: XNC_CUST_ACCOUNTS_ROLES_V retrieves roles related to a customer account. , implementation_dba_data: Not implemented in this database ,
-
View: XNC_CUST_ACCOUNTS_ROLES_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: XNC_CUST_ACCOUNTS_ROLES_V retrieves roles related to a customer account. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.HZ_ORGANIZATION_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_ORGANIZATION_PROFILES, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.HZ_ORGANIZATION_PROFILES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_ORGANIZATION_PROFILES, status:VALID,
-
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,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,