Search Results hz_organization_profiles
Overview
The HZ_ORGANIZATION_PROFILES table is a core data object within the Oracle Trading Community Architecture (TCA) model, specifically under the AR (Receivables) product schema. It serves as the central repository for detailed, profile-level information pertaining to business organizations that are defined as parties within the E-Business Suite. This table is integral to the unified customer and supplier model, enabling a single, consistent view of an organization's attributes across all Oracle Applications modules, including Order Management, Receivables, and Payables. Its primary role is to store operational and descriptive data about an organization beyond its basic party identification, linking this profile to a master party record via the PARTY_ID foreign key.
Key Information Stored
The table stores a comprehensive set of attributes that characterize an organization's business profile. The primary key, ORGANIZATION_PROFILE_ID, uniquely identifies each profile record. A critical foreign key, PARTY_ID, links the profile to its corresponding master record in the HZ_PARTIES table, ensuring data integrity within the TCA hierarchy. Other significant columns typically include business-centric information such as the organization's DUNS_NUMBER, SIC_CODE, MISSION_STATEMENT, and YEAR_ESTABLISHED. The HOME_COUNTRY column, which references the FND_TERRITORIES table, defines the organization's country of domicile. Additional columns often capture tax identifiers (e.g., FEDERAL_TAX_ID), incorporation details, and various classification codes essential for compliance, reporting, and business process segmentation.
Common Use Cases and Queries
This table is fundamental for queries requiring detailed organizational data for reporting, data validation, and integration. A common use case is generating a master list of customer organizations with their key identifiers and attributes for a data audit or external system feed. For instance, to retrieve the profile ID, party number, and business name for organizations established after a certain date, one might use a query joining HZ_PARTIES. Another frequent scenario involves validating or updating organization details via its primary key, such as locating a specific profile for maintenance. Sample SQL to find a profile by its unique identifier would be:
- SELECT hp.party_number, hop.organization_name, hop.duns_number, hop.home_country FROM hz_organization_profiles hop, hz_parties hp WHERE hop.party_id = hp.party_id AND hop.organization_profile_id = :p_org_profile_id;
Reporting on organization demographics by country or industry classification also relies heavily on this table.
Related Objects
The HZ_ORGANIZATION_PROFILES table sits at the center of a key relational structure within TCA. Its primary relationship is with the HZ_PARTIES table, which holds the fundamental party record. It also maintains referential integrity with the FND_TERRITORIES table for the HOME_COUNTRY value. Furthermore, the table has child extension tables, namely HZ_ORG_PROFILES_EXT_B and HZ_ORG_PROFILES_EXT_TL, which hold additional flexfield and translated data, respectively, linked via the ORGANIZATION_PROFILE_ID. This table is also heavily referenced by various TCA public APIs (e.g., in the HZ_PARTY_V2PUB package) for creating and updating organization profiles programmatically, making it essential for any custom integration or data migration involving organizational entities.
-
Table: 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, product: AR - Receivables , description: Detailed information about organizations , implementation_dba_data: AR.HZ_ORGANIZATION_PROFILES ,
-
Table: 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, product: AR - Receivables , description: Detailed information about organizations , implementation_dba_data: AR.HZ_ORGANIZATION_PROFILES ,
-
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: AR_BR_MAIN_REMIT_BATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_MAIN_REMIT_BATCH_V, object_name:AR_BR_MAIN_REMIT_BATCH_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_MAIN_REMIT_BATCH_V ,
-
Table: HZ_ORG_PROFILES_EXT_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORG_PROFILES_EXT_B, object_name:HZ_ORG_PROFILES_EXT_B, status:VALID, product: AR - Receivables , description: Stores extensible attributes for organizations. , implementation_dba_data: AR.HZ_ORG_PROFILES_EXT_B ,
-
Table: HZ_ORG_PROFILES_EXT_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORG_PROFILES_EXT_B, object_name:HZ_ORG_PROFILES_EXT_B, status:VALID, product: AR - Receivables , description: Stores extensible attributes for organizations. , implementation_dba_data: AR.HZ_ORG_PROFILES_EXT_B ,
-
View: AR_CUSTOMER_BILLS_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_BILLS_TRX_V, object_name:AR_CUSTOMER_BILLS_TRX_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CUSTOMER_BILLS_TRX_V ,
-
View: AR_BR_MAIN_REMIT_BATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_MAIN_REMIT_BATCH_V, object_name:AR_BR_MAIN_REMIT_BATCH_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_MAIN_REMIT_BATCH_V ,
-
Table: HZ_ORG_PROFILES_EXT_TL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORG_PROFILES_EXT_TL, object_name:HZ_ORG_PROFILES_EXT_TL, status:VALID, product: AR - Receivables , description: Provides multilingual support for extensible organization attributes. , implementation_dba_data: AR.HZ_ORG_PROFILES_EXT_TL ,
-
Lookup Type: HZ_EXT_ENTITIES
12.1.1
product: AR - Receivables , meaning: Entities for extensible attributes , description: Data model extensibility entities ,
-
Lookup Type: HZ_EXT_ENTITIES
12.2.2
product: AR - Receivables , meaning: Entities for extensible attributes , description: Data model extensibility entities ,
-
View: AR_CUSTOMER_BILLS_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_BILLS_TRX_V, object_name:AR_CUSTOMER_BILLS_TRX_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CUSTOMER_BILLS_TRX_V ,
-
Table: HZ_ORG_PROFILES_EXT_TL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORG_PROFILES_EXT_TL, object_name:HZ_ORG_PROFILES_EXT_TL, status:VALID, product: AR - Receivables , description: Provides multilingual support for extensible organization attributes. , implementation_dba_data: AR.HZ_ORG_PROFILES_EXT_TL ,
-
View: AR_BATCH_REMIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCH_REMIT_V, object_name:AR_BATCH_REMIT_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCH_REMIT_V ,
-
View: AR_BATCH_REMIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCH_REMIT_V, object_name:AR_BATCH_REMIT_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCH_REMIT_V ,
-
Lookup Type: ENTITY_NAME
12.2.2
product: AR - Receivables , meaning: ENTITY_NAME , description: Entities that are supported by lead import to capture flex field info ,
-
Lookup Type: ENTITY_NAME
12.1.1
product: AR - Receivables , meaning: ENTITY_NAME , description: Entities that are supported by lead import to capture flex field info ,
-
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.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: AR_CUSTOMERS_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_CUSTOMERS_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: HZ_WSRVC_ORG_ACCOUNT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_WSRVC_ORG_ACCOUNT_V, object_name:HZ_WSRVC_ORG_ACCOUNT_V, status:VALID, product: AR - Receivables , description: Internal view for Organization Account , implementation_dba_data: APPS.HZ_WSRVC_ORG_ACCOUNT_V ,
-
View: HZ_WSRVC_ORG_ACCOUNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_WSRVC_ORG_ACCOUNT_V, object_name:HZ_WSRVC_ORG_ACCOUNT_V, status:VALID, product: AR - Receivables , description: Internal view for Organization Account , implementation_dba_data: APPS.HZ_WSRVC_ORG_ACCOUNT_V ,
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,