Search Results party_relations_type
Overview
ASF_PERSON_RELAT_LOV_V is an APPS-owned database view in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It is a reporting and list-of-values (LOV) object, not a transactional entity. The view presents person-to-person relationships recorded in the Oracle Trading Community Architecture (TCA) model, resolving raw relationship codes into their user-facing meanings and filtering the result to active or inactive parties and relationships. It exists to support the Agent/Sales Force (ASF) product family, where an LOV is required to select a related person — for example a contact, an employee, or a referral party — by name rather than by internal identifier.
Because the view joins HZ_RELATIONSHIPS to HZ_PARTIES, it exposes both the subject side and the object side of a relationship in a single row, which makes it convenient for both UI selection and ad-hoc reporting. The user search term "party_relations_type" maps directly to the lookup type dereferenced in the view, AR.LOOKUP_TYPE = 'PARTY_RELATIONS_TYPE', confirming the view's purpose of surfacing the resolved relationship type.
Underlying Base Objects
The documented referenced base objects are:
- AR_LOOKUPS (VIEW) — supplies the lookup meaning for the relationship type via LOOKUP_TYPE = 'PARTY_RELATIONS_TYPE' and LOOKUP_CODE = REL.RELATIONSHIP_CODE.
- HZ_PARTIES (SYNONYM) — the TCA party master, joined on REL.OBJECT_ID = PAR.PARTY_ID, providing the related party's name and identifiers.
- HZ_RELATIONSHIPS (SYNONYM) — the TCA relationship fact table, providing the relationship code, status, and the subject/object party pair. Subject and object table names are constrained to 'HZ_PARTIES', so only party-to-party relationships are returned.
Key Columns
- PARTY_NAME — the full name of the related (object) party from HZ_PARTIES.
- PERSON_LAST_NAME — last name of the person party, useful for alphabetical LOV sorting and display.
- PARTY_ID — the object party identifier from HZ_PARTIES. Note that HZ_RELATIONSHIPS also exposes a PARTY_ID column; the two should be distinguished by alias in custom SQL.
- PARTY_TYPE — the party classification (for example PERSON or ORGANIZATION) of the related party.
- STATUS — the relationship status from HZ_RELATIONSHIPS, restricted to 'A' (active) or 'I' (inactive).
- SUBJECT_ID / OBJECT_ID — the source and target party identifiers of the relationship; the object-side value drives the HZ_PARTIES join.
- MEANING — the resolved, translatable lookup meaning for the relationship type (for example the descriptive name of a party relations type).
Common Use Cases and Queries
Typical uses include populating LOVs for related-person selection, validating that a candidate relationship exists before creating a new one, and reporting the related persons tied to a given party.
A simple LOV query lists related persons by name:
SELECT party_id, party_name, meaning FROM apps.asf_person_relat_lov_v WHERE status = 'A' ORDER BY person_last_name, party_name;
A targeted lookup for a specific subject party and relationship type:
SELECT v.party_id, v.party_name, v.meaning FROM apps.asf_person_relat_lov_v v WHERE v.subject_id = :p_party_id AND v.meaning = :p_relations_type;
Because the view is defined over TCA and AR objects without an org or operating-unit filter, custom queries should add the appropriate join to asg_person or per_business_group filters when restricting results is required. Performance relies on indexed access to HZ_RELATIONSHIPS by object_id and subject_id.
-
Lookup Type: PARTY_RELATIONS_TYPE
12.2.2
product: IGS - Student System (Obsolete) , meaning: Party Relations Type , description: Party Relations Type ,
-
Lookup Type: PARTY_RELATIONS_TYPE
12.1.1
product: AR - Receivables , meaning: Party Relations Type , description: Party Relations Type ,
-
Lookup Type: PARTY_RELATIONS_TYPE
12.1.1
product: IGS - Student System , meaning: Party Relations Type , description: Party Relations Type ,
-
Lookup Type: PARTY_RELATIONS_TYPE
12.2.2
product: AR - Receivables , meaning: Party Relations Type , description: Party Relations Type ,
-
VIEW: APPS.ASF_PERSON_RELAT_LOV_V
12.1.1
-
VIEW: APPS.AR_IDEP_COMMITMENT_USAGE
12.2.2
-
VIEW: APPS.HZ_RELATIONSHIPS_V
12.2.2
-
VIEW: APPS.ASF_PERSON_RELAT_LOV_V
12.2.2
-
VIEW: APPS.CSC_HZ_PARTY_RELATIONSHIPS_V
12.2.2
-
VIEW: APPS.HZ_DQM_RE_P_V
12.2.2
-
VIEW: APPS.IGS_PE_INTL_DEPD_V
12.1.1
-
VIEW: APPS.AR_IDEP_COMMITMENT_USAGE
12.1.1
-
VIEW: APPS.HZ_RELATIONSHIPS_V
12.1.1
-
VIEW: APPS.ASF_CNT_PERSON_LOV_V
12.2.2
-
VIEW: APPS.ASF_ORGANIZATION_RELAT_LOV_V
12.1.1
-
VIEW: APPS.ASF_ORGANIZATION_RELAT_LOV_V
12.2.2
-
VIEW: APPS.CSI_HZPTY_CONTACTS_V
12.2.2
-
VIEW: APPS.IGS_PE_PRIVACY_REL_V
12.1.1
-
VIEW: APPS.HZ_DQM_RE_P_V
12.1.1
-
VIEW: APPS.CSI_HZPTY_CONTACTS_V
12.1.1
-
VIEW: APPS.IGS_PE_FUND_SOURCE_V
12.1.1
-
VIEW: APPS.AST_RELATIONSHIP_V
12.1.1
-
VIEW: APPS.CSC_HZ_PARTY_RELATIONSHIPS_V
12.1.1
-
VIEW: APPS.ASF_CNT_PERSON_LOV_V
12.1.1
-
VIEW: APPS.AST_RELATIONSHIP_V
12.2.2
-
Lookup Type: PERSON_INTERNATIONAL_DETAILS
12.1.1
product: IGS - Student System , meaning: Person International Details , description: Person International Details ,
-
VIEW: APPS.IGS_PE_RELATIONSHIPS_V
12.1.1
-
View: HZ_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_RELATIONSHIPS_V, object_name:HZ_RELATIONSHIPS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_RELATIONSHIPS_V ,
-
Lookup Type: PERSON_INTERNATIONAL_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , meaning: Person International Details , description: Person International Details ,
-
View: AR_IDEP_COMMITMENT_USAGE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_IDEP_COMMITMENT_USAGE, object_name:AR_IDEP_COMMITMENT_USAGE, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_IDEP_COMMITMENT_USAGE ,
-
VIEW: APPS.IEX_CASE_CONTACTS_V
12.1.1
-
View: HZ_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_RELATIONSHIPS_V, object_name:HZ_RELATIONSHIPS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_RELATIONSHIPS_V ,
-
Lookup Type: IGS_AD_SS_LOOKUPS
12.1.1
product: IGS - Student System , meaning: Admissions Self-Service Lookup Data , description: Admissions Self-Service Lookup Data ,
-
View: ASF_PERSON_RELAT_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASF.ASF_PERSON_RELAT_LOV_V, object_name:ASF_PERSON_RELAT_LOV_V, status:VALID, product: ASF - Sales Online , description: Contains related person record , implementation_dba_data: APPS.ASF_PERSON_RELAT_LOV_V ,
-
View: AR_IDEP_COMMITMENT_USAGE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_IDEP_COMMITMENT_USAGE, object_name:AR_IDEP_COMMITMENT_USAGE, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_IDEP_COMMITMENT_USAGE ,
-
View: ASF_ORGANIZATION_RELAT_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASF.ASF_ORGANIZATION_RELAT_LOV_V, object_name:ASF_ORGANIZATION_RELAT_LOV_V, status:VALID, product: ASF - Sales Online , description: Contains related organization record , implementation_dba_data: APPS.ASF_ORGANIZATION_RELAT_LOV_V ,
-
View: ASF_PERSON_RELAT_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASF.ASF_PERSON_RELAT_LOV_V, object_name:ASF_PERSON_RELAT_LOV_V, status:VALID, product: ASF - Sales Online , description: Contains related person record , implementation_dba_data: APPS.ASF_PERSON_RELAT_LOV_V ,
-
View: ASF_ORGANIZATION_RELAT_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASF.ASF_ORGANIZATION_RELAT_LOV_V, object_name:ASF_ORGANIZATION_RELAT_LOV_V, status:VALID, product: ASF - Sales Online , description: Contains related organization record , implementation_dba_data: APPS.ASF_ORGANIZATION_RELAT_LOV_V ,
-
VIEW: APPS.AST_REL_V
12.2.2
-
VIEW: APPS.IEX_CASE_CONTACTS_V
12.2.2
-
VIEW: APPS.IEX_LM_REL_QUICK_V
12.2.2
-
VIEW: APPS.IGS_PE_PRIV_LEVEL_V
12.1.1
-
View: IGS_PE_FUND_SOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_FUND_SOURCE_V, object_name:IGS_PE_FUND_SOURCE_V, status:VALID, product: IGS - Student System , description: Holds Person's Fund Source details , implementation_dba_data: APPS.IGS_PE_FUND_SOURCE_V ,
-
View: HZ_DQM_RE_P_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_RE_P_V, object_name:HZ_DQM_RE_P_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_RE_P_V ,
-
View: IGS_PE_INTL_DEPD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Person Dependent Relationship for International Form , implementation_dba_data: Not implemented in this database ,
-
View: CSC_HZ_PARTY_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_PARTY_RELATIONSHIPS_V, object_name:CSC_HZ_PARTY_RELATIONSHIPS_V, status:VALID, product: CSC - Customer Care , description: View of HZ_RELATIONSHIPS. View is used to get party relationship details. , implementation_dba_data: APPS.CSC_HZ_PARTY_RELATIONSHIPS_V ,
-
View: HZ_DQM_RE_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_RE_P_V, object_name:HZ_DQM_RE_P_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_RE_P_V ,
-
View: ASF_CNT_PERSON_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASF.ASF_CNT_PERSON_LOV_V, object_name:ASF_CNT_PERSON_LOV_V, status:VALID, product: ASF - Sales Online , implementation_dba_data: APPS.ASF_CNT_PERSON_LOV_V ,
-
View: BIC_PARTYLIST_SUMMARY_V
12.2.2
product: BIC - Customer Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PRIVACY_REL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PRIVACY_REL_V, object_name:IGS_PE_PRIVACY_REL_V, status:VALID, product: IGS - Student System , description: IGS_PE_PRIVACY_REL_V describes the privacy relationships codes , implementation_dba_data: APPS.IGS_PE_PRIVACY_REL_V ,