Search Results hq_branch_ind
Overview
APPS.JTF_PARTIES_ALL_V is a reporting and integration view in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, owned by the APPS schema. It exposes a denormalized projection of party records used by the CRM/Trade Management (JTF) foundation layer and by TCA (Trading Community Architecture) dependent modules. The view presents business party identity — party number, party name, party type, and validation status — alongside the standard WHO columns (creation/update audit fields), a set of descriptive flexfield (DFF) columns (ATTRIBUTE_CATEGORY through ATTRIBUTE24), and global descriptive flexfield columns (GLOBAL_ATTRIBUTE_CATEGORY through GLOBAL_ATTRIBUTE20). It also surfaces ORIG_SYSTEM_REFERENCE, which ties a party back to its originating application record.
The view is frequently referenced in data extraction, party de-duplication diagnostics, and integration interfaces where a flattened party profile is more convenient than joining TCA tables directly. Because the view collapses multiple attribute sets into a single row shape, it is commonly used as the source for extracts that feed downstream systems or for ad hoc verification of party records during implementations and upgrades.
Underlying Base Objects
The documented base object for this view is HZ_PARTIES, accessed via a synonym in the APPS schema. HZ_PARTIES is the master table in the TCA model, storing one row per party (person, organization, or group) with the party_name, party_number, party_type, and validated_flag attributes. The view does not introduce additional joins in the documented metadata; it projects columns from this single base table and applies a column-alias pattern for the DFF and GDF attribute blocks. This means the row count and party_id granularity of the view mirror HZ_PARTIES. Any filter or security predicate applied at the base table level propagates to consumers of the view.
Key Columns
- PARTY_ID — Primary key of the underlying party record; the join key to HZ_PARTIES and all TCA child tables.
- PARTY_NUMBER — System-assigned or user-defined unique party identifier used in external references.
- PARTY_NAME — Display name of the party (person or organization).
- PARTY_TYPE — Classification of the party (e.g., PERSON, ORGANIZATION, GROUP).
- VALIDATED_FLAG — Indicates whether the party has passed validation checks.
- ORIG_SYSTEM_REFERENCE — The foreign key value from the originating system that created the party, essential for integration reconciliation.
- WHO columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_ID, and PROGRAM_APPLICATION_ID for audit and concurrency.
- ATTRIBUTE1–ATTRIBUTE24 and GLOBAL_ATTRIBUTE1–GLOBAL_ATTRIBUTE20 — Descriptive and global flexfield segments, exposed flat for extraction without FND_FLEX_VIEWS resolution.
Common Use Cases and Queries
The view is typically queried to obtain a flat party snapshot for reporting, migration validation, or interface staging. The query below lists parties with their number, name, and type. The user search term "hq_branch_ind" is not a column exposed by this view; branch indicators are generally stored as DFF segments on HZ_PARTIES or in HZ_ORGANIZATION_PROFILES, not as a named attribute here.
- Extract party master data:
SELECT party_id, party_number, party_name, party_type FROM apps.jtf_parties_all_v; - Reconcile integration-sourced records:
SELECT party_id, orig_system_reference FROM apps.jtf_parties_all_v WHERE orig_system_reference IS NOT NULL; - Audit recently changed parties:
SELECT party_id, party_name, last_updated_by, last_update_date FROM apps.jtf_parties_all_v WHERE last_update_date >= SYSDATE - 7;
Because the view projects HZ_PARTIES directly, consumers requiring branch indication, classification codes, or addresses should join to HZ_ORGANIZATION_PROFILES, HZ_CODE_ASSIGNMENTS, or HZ_LOCATIONS using party_id.
-
Lookup Type: HQ_BRANCH_IND
12.2.2
product: AR - Receivables , meaning: Hq Branch Ind , description: Headquarters Branch Indicator ,
-
Lookup Type: HQ_BRANCH_IND
12.1.1
product: AR - Receivables , meaning: Hq Branch Ind , description: Headquarters Branch Indicator ,
-
VIEW: APPS.JTF_PARTIES_ALL_V
12.1.1
-
VIEW: IMC.IMC_CSV_INTERFACE_FIELDS#
12.2.2
-
View: AMS_TAR_PERSON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_PERSON_V, object_name:AMS_TAR_PERSON_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_PERSON" List source type. , implementation_dba_data: APPS.AMS_TAR_PERSON_V ,
-
View: AMS_LT_PERSON_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID, product: AMS - Marketing , description: Data Source view to get information about b2c contacts , implementation_dba_data: APPS.AMS_LT_PERSON_DETAILS_V ,
-
View: JTF_PARTIES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_ALL_V, object_name:JTF_PARTIES_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Party information of the Caller, Customer and Relationship , implementation_dba_data: APPS.JTF_PARTIES_ALL_V ,
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.1.1
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.2.2
-
VIEW: APPS.JTF_PARTIES_ALL_V
12.2.2
-
View: JTF_PARTIES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_PARTIES_ALL_V, object_name:JTF_PARTIES_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Party information of the Caller, Customer and Relationship , implementation_dba_data: APPS.JTF_PARTIES_ALL_V ,
-
View: AMS_LT_PERSON_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID, product: AMS - Marketing , description: Data Source view to get information about b2c contacts , implementation_dba_data: APPS.AMS_LT_PERSON_DETAILS_V ,
-
VIEW: AR.HZ_PARTIES#
12.2.2
-
View: AMS_TAR_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_PERSON_V, object_name:AMS_TAR_PERSON_V, status:VALID, product: AMS - Marketing , description: This View shows the information stored for an "AMS_PERSON" List source type. , implementation_dba_data: APPS.AMS_TAR_PERSON_V ,
-
VIEW: APPS.AMS_TAR_PERSON_V
12.2.2
-
VIEW: APPS.AMS_ORGANIZATION_V
12.1.1
-
VIEW: APPS.AS_PARTY_CONTACTS_V
12.2.2
-
VIEW: APPS.AMS_TAR_PERSON_V
12.1.1
-
VIEW: APPS.JTF_HZ_PARTIES_V
12.2.2
-
VIEW: APPS.AMS_ORG_PROFILES_V
12.2.2
-
VIEW: APPS.JTF_HZ_PARTIES_V
12.1.1
-
VIEW: AR.HZ_IMP_PARTIES_INT#
12.2.2
-
VIEW: APPS.AMS_P_ORGANIZATION_V
12.2.2
-
View: AMS_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORGANIZATION_V, object_name:AMS_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View returns all entries from the HZ_PARTIES table which have a party_type of ORGANIZATION. Used for list generation. , implementation_dba_data: APPS.AMS_ORGANIZATION_V ,
-
View: JTF_HZ_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_PARTIES_V, object_name:JTF_HZ_PARTIES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_HZ_PARTIES_V retrieves information about parties such as organizations, people, and groups, including the identifying address information for the party. , implementation_dba_data: APPS.JTF_HZ_PARTIES_V ,
-
View: AMS_P_ORG_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORG_PROFILES_V, object_name:AMS_P_ORG_PROFILES_V, status:VALID, product: AMS - Marketing , description: This public view returns an organization profile for an organization. Used for list generation. , implementation_dba_data: APPS.AMS_P_ORG_PROFILES_V ,
-
VIEW: APPS.JTF_HZ_ORGANIZATION_PROFILES_V
12.1.1
-
VIEW: APPS.JTF_HZ_ORGANIZATION_PROFILES_V
12.2.2
-
VIEW: APPS.AMS_LT_PERSON_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID,
-
View: AMS_P_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_PERSON_V, object_name:AMS_P_PERSON_V, status:VALID, product: AMS - Marketing , description: This public view returns all entries from the HZ_PARTIES table which have a party_type of PERSON. Used for list generation. , implementation_dba_data: APPS.AMS_P_PERSON_V ,
-
View: AMS_ORGANIZATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORGANIZATION_V, object_name:AMS_ORGANIZATION_V, status:VALID, product: AMS - Marketing , description: This View returns all entries from the HZ_PARTIES table which have a party_type of ORGANIZATION. Used for list generation. , implementation_dba_data: APPS.AMS_ORGANIZATION_V ,
-
View: JTF_HZ_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_HZ_PARTIES_V, object_name:JTF_HZ_PARTIES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_HZ_PARTIES_V retrieves information about parties such as organizations, people, and groups, including the identifying address information for the party. , implementation_dba_data: APPS.JTF_HZ_PARTIES_V ,
-
View: AMS_P_PERSON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_PERSON_V, object_name:AMS_P_PERSON_V, status:VALID, product: AMS - Marketing , description: This public view returns all entries from the HZ_PARTIES table which have a party_type of PERSON. Used for list generation. , implementation_dba_data: APPS.AMS_P_PERSON_V ,
-
VIEW: APPS.AMS_ORG_PROFILES_V
12.1.1
-
VIEW: APPS.AMS_P_PERSON_V
12.1.1
-
VIEW: APPS.AMS_P_ORGANIZATION_V
12.1.1
-
VIEW: APPS.AMS_ORGANIZATION_V
12.2.2
-
VIEW: APPS.AS_PARTY_CONTACTS_V
12.1.1
-
VIEW: APPS.AMS_P_PERSON_V
12.2.2
-
View: AMS_ORG_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_PROFILES_V, object_name:AMS_ORG_PROFILES_V, status:VALID, product: AMS - Marketing , description: This public view returns an organization profile for an organization. Used for list generation. , implementation_dba_data: APPS.AMS_ORG_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: AMS_P_ORG_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ORG_PROFILES_V, object_name:AMS_P_ORG_PROFILES_V, status:VALID, product: AMS - Marketing , description: This public view returns an organization profile for an organization. Used for list generation. , implementation_dba_data: APPS.AMS_P_ORG_PROFILES_V ,
-
View: AS_PARTY_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PARTY_CONTACTS_V, object_name:AS_PARTY_CONTACTS_V, status:VALID, product: AS - Sales Foundation , description: It stores party contacts information. Party type = ?PERSON? , implementation_dba_data: APPS.AS_PARTY_CONTACTS_V ,
-
View: AS_PARTY_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_PARTY_CONTACTS_V, object_name:AS_PARTY_CONTACTS_V, status:VALID, product: AS - Sales Foundation , description: It stores party contacts information. Party type = ?PERSON? , implementation_dba_data: APPS.AS_PARTY_CONTACTS_V ,
-
VIEW: APPS.AMS_P_ORG_PROFILES_V
12.2.2
-
VIEW: APPS.AMS_P_ORG_PROFILES_V
12.1.1
-
VIEW: APPS.AMS_TAR_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_PERSON_V, object_name:AMS_TAR_PERSON_V, status:VALID,
-
VIEW: APPS.AMS_TAR_PERSON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TAR_PERSON_V, object_name:AMS_TAR_PERSON_V, status:VALID,
-
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: APPS.AMS_LT_PERSON_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LT_PERSON_DETAILS_V, object_name:AMS_LT_PERSON_DETAILS_V, status:VALID,