Search Results hz_party
Overview
APPS.HZ_GROUP_WF_USER_ROLES_V is a reporting view in the Oracle E-Business Suite Trading Community Architecture (TCA) model. It exposes party relationships that exist between person parties and group parties in a form compatible with the Oracle Workflow / SOA role and user model. Specifically, the view maps each person-to-group relationship as a "user" (the person) membership of a "role" (the group). The view is commonly used by Workflow notification routing, Oracle Approvals Management, and any integration layer that needs to enumerate the members of an HZ group party by using Workflow-style USER_NAME/ROLE_NAME identifiers.
Because the underlying TCA tables (HZ_PARTIES, HZ_RELATIONSHIPS) are not directly consumable by Workflow role resolution, this view performs the necessary translation by concatenating the party identifier with the entity prefix ("HZ_PARTY:" or "HZ_GROUP:") and by joining through the relationship definition. The view is defined in the APPS schema and is available across 12.1.1 and 12.2.2. The PARTITION_ID value of 8 and the SECURITY_GROUP_ID of NULL indicate that this is a system-level, non-MOAC-wrapped view.
Underlying Base Objects
The ETRM metadata documents two referenced base objects, both exposed as synonyms in the APPS schema:
HZ_PARTIES(SYNONYM) — the TCA party master. It is joined twice: once asSP(subject party / person) and once asOP(object party / group).HZ_RELATIONSHIPS(SYNONYM) — the relationship definition linking subject and object parties, providing the relationship type, effective dates, and status.
The view joins HZ_RELATIONSHIPS.SUBJECT_ID to the person party and OBJECT_ID to the group party, filtering subject parties to party_type = 'PERSON' and object parties to party_type = 'GROUP'. Outer-join syntax ((+)) is applied on SUBJECT_TABLE_NAME and OBJECT_TABLE_NAME to bind the join explicitly to the HZ_PARTIES table. Rows are restricted to active or inactive parties and relationships (status of 'A' or 'I').
Key Columns
USER_NAME— the person party rendered as'HZ_PARTY:'||party_id. This is the Workflow user identifier.USER_ORIG_SYSTEMandUSER_ORIG_SYSTEM_ID— the originating system and party ID for the person.ROLE_NAME— the group party rendered as'HZ_GROUP:'||party_id. This is the Workflow role identifier.ROLE_ORIG_SYSTEMandROLE_ORIG_SYSTEM_ID— the originating system and party ID for the group.START_DATEandEXPIRATION_DATE— effective dates of the relationship, mapped fromHZ_RELATIONSHIPS.START_DATEandEND_DATE.SECURITY_GROUP_ID— always NULL in this definition; no MOAC operating unit restriction applies.PARTITION_ID— constant 8, identifying the partitioning group of the view.
Crucially, an analytic RANK() OVER (PARTITION BY subject_id, object_id ORDER BY relationship_id DESC) is computed and named RELRANK. The outer query filters relrank = 1, so only the most recent relationship between a given person and group is returned. This prevents duplicate user/role pairs where historical relationship rows exist.
Common Use Cases and Queries
Typical scenarios include resolving the members of an approval group, populating Workflow role assignments, or auditing person-to-group memberships.
To list all members of a specific group party:
SELECT user_name, user_orig_system_id FROM hz_group_wf_user_roles_v WHERE role_name = 'HZ_GROUP:'||:party_id;
To find all groups to which a person belongs:
SELECT role_name, role_orig_system_id FROM hz_group_wf_user_roles_v WHERE user_name = 'HZ_PARTY:'||:party_id;
To inspect effective membership windows:
SELECT user_name, role_name, start_date, expiration_date FROM hz_group_wf_user_roles_v WHERE expiration_date IS NULL OR expiration_date > SYSDATE;
Because the view already deduplicates by relationship rank and filters status, it is generally safe to query directly without additional DISTINCT clauses. Integrations should treat the concatenated USER_NAME and ROLE_NAME values as stable identifiers, as they are derived deterministically from the TCA party IDs.
-
APPS.AMW_PROCCERT_REMINDER_PKG SQL Statements
12.1.1
-
VIEW: APPS.HZ_GROUP_WF_USER_ROLES_V
12.2.2
-
VIEW: APPS.HZ_GROUP_WF_USER_ROLES_V
12.1.1
-
APPS.FND_DATA_SECURITY SQL Statements
12.1.1
-
APPS.FND_DATA_SECURITY SQL Statements
12.2.2
-
View: WF_HZ_PARTY_ROLES
12.1.1
product: FND - Application Object Library , description: Bulk Sync Directory Service Role View for Orig System HZ_PARTY , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WF_HZ_PARTY_UR
12.2.2
-
VIEW: APPS.HZ_PARTY_WF_USER_ROLES_V
12.1.1
-
VIEW: APPS.HZ_PARTY_WF_USER_ROLES_V
12.2.2
-
APPS.PA_SECURITY_PVT SQL Statements
12.2.2
-
VIEW: APPS.WF_HZ_PARTY_UR
12.1.1
-
View: WF_HZ_PARTY_ROLES
12.2.2
product: FND - Application Object Library , description: Bulk Sync Directory Service Role View for Orig System HZ_PARTY , implementation_dba_data: Not implemented in this database ,
-
View: WF_USERS_OLD
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WF_USER_LOV_VL
12.2.2
-
View: WF_USERS_OLD
12.1.1
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WF_USER_LOV_VL
12.1.1
-
APPS.PA_SECURITY_PVT SQL Statements
12.1.1
-
View: WF_HZ_GROUP_UR
12.1.1
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
View: WF_HZ_GROUP_UR
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
APPS.ITA_NOTIFICATION_PKG SQL Statements
12.1.1
-
VIEW: APPS.CS_SYSTEM_PARTY_LINKS_V
12.1.1
-
VIEW: APPS.CS_SYSTEM_PARTY_LINKS_V
12.2.2
-
VIEW: APPS.HZ_PARTY_WF_ROLES_V
12.1.1
-
VIEW: APPS.HZ_PARTY_WF_ROLES_V
12.2.2
-
View: HZ_GROUP_WF_USER_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_GROUP_WF_USER_ROLES_V, object_name:HZ_GROUP_WF_USER_ROLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_GROUP_WF_USER_ROLES_V ,
-
View: HZ_GROUP_WF_USER_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_GROUP_WF_USER_ROLES_V, object_name:HZ_GROUP_WF_USER_ROLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_GROUP_WF_USER_ROLES_V ,
-
VIEW: APPS.AMW_OWNER_ROLES_V
12.1.1
-
VIEW: APPS.MTL_OBJECT_GRANTS_V
12.1.1
-
VIEW: APPS.WF_USERS
12.1.1
-
VIEW: APPS.MTL_CATEGORY_GRANTS_V
12.2.2
-
VIEW: APPS.MTL_CATEGORY_GRANTS_V
12.1.1
-
VIEW: APPS.WF_USERS
12.2.2
-
View: WF_USER_LOV_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_USER_LOV_VL, object_name:WF_USER_LOV_VL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.WF_USER_LOV_VL ,
-
View: WF_USER_LOV_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_USER_LOV_VL, object_name:WF_USER_LOV_VL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.WF_USER_LOV_VL ,
-
VIEW: APPS.MTL_OBJECT_GRANTS_V
12.2.2
-
VIEW: APPS.AMW_EXPORT_RCM_V
12.1.1
-
VIEW: APPS.PA_RES_SCH_TIMELINE_ROWLBL_V
12.2.2
-
VIEW: APPS.PA_RES_SCH_TIMELINE_ROWLBL_V
12.1.1
-
VIEW: APPS.AMW_EXPORT_KEY_ACC_V
12.1.1
-
View: AMW_OWNER_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_OWNER_ROLES_V, object_name:AMW_OWNER_ROLES_V, status:VALID, product: AMW - Internal Controls Manager , description: View for all the owners of process, risk controls. , implementation_dba_data: APPS.AMW_OWNER_ROLES_V ,
-
View: AMW_OWNER_ROLES_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for all the owners of process, risk controls. , implementation_dba_data: Not implemented in this database ,
-
View: HZ_PARTY_WF_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PARTY_WF_ROLES_V, object_name:HZ_PARTY_WF_ROLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_PARTY_WF_ROLES_V ,
-
APPS.WFA_HTML_JSP SQL Statements
12.1.1
-
VIEW: APPS.PA_ORG_AUTHORITY_V
12.1.1
-
APPS.BOM_SECURITY_PUB SQL Statements
12.2.2
-
View: HZ_PARTY_WF_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PARTY_WF_ROLES_V, object_name:HZ_PARTY_WF_ROLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_PARTY_WF_ROLES_V ,
-
APPS.BOM_SECURITY_PUB SQL Statements
12.1.1
-
Lookup Type: FPA_PC_GRANT_TYPE
12.1.1
product: FPA - Project Portfolio Analysis , meaning: Lookup for PC Distribution List Grant Type ,
-
VIEW: APPS.PA_ORG_AUTHORITY_V
12.2.2
-
APPS.WFA_HTML_JSP SQL Statements
12.2.2