Search Results igs_pe_hz_parties
Overview
The IGS_PE_HZ_PARTIES table is a core data object within the Oracle E-Business Suite Student System (IGS), specifically designed to store and manage descriptive attributes for a person. Its primary role is to serve as the central person entity within the now-obsolete IGS module, linking individual person records to the broader Oracle Trading Community Architecture (TCA) framework via the HZ_PARTIES table. This integration indicates a design where student and person data was intended to be synchronized with the master party model used across other EBS applications. The ETRM metadata explicitly notes this table as "Not implemented in this database," suggesting it may have been a planned component in certain deployments or its functionality was superseded or consolidated elsewhere in later releases of EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's structure centers on the unique identification of a person and their associated institutional context. The primary key, PARTY_ID, is the critical foreign key column linking directly to the foundational HZ_PARTIES table, ensuring a single source of truth for party information. A second unique key, OSS_ORG_UNIT_CD, suggests the table was designed to categorize persons within specific organizational units. Additional important foreign keys, such as INST_PRIORITY_CODE_ID and SEC_SCHOOL_LOCATION_ID, point to the storage of contextual attributes like institutional priority codes and secondary school location references, which are typical for student administration systems. These columns indicate the table's purpose in extending the generic HZ_PARTIES record with student-specific attributes.
Common Use Cases and Queries
In a functional implementation, this table would be central to person-centric queries and reporting within the Student System. Common operational use cases would include retrieving a comprehensive student profile, validating person-organization relationships, and supporting processes for admissions, enrollment, and academic advising. A typical query pattern would join this table to HZ_PARTIES and related code tables to build a complete person view. For example, a basic retrieval of student details might follow this pattern:
- SELECT hp.party_name, iphp.oss_org_unit_cd, iphp.inst_priority_code_id FROM igs_pe_hz_parties iphp, hz_parties hp WHERE iphp.party_id = hp.party_id AND hp.party_type = 'PERSON';
Reporting use cases would leverage its relationships to track faculty assignments, supervisor linkages, and person-specific attribute values stored in dependent tables.
Related Objects
The IGS_PE_HZ_PARTIES table has defined relationships with several key objects, as documented in its foreign key constraints. It is a parent table to multiple entities in the student system, including IGS_PE_ACAD_INTENTS (Academic Intentions), IGS_EN_SPLACE_FACS (Faculty for Enrollment), IGS_EN_SPLACE_SUPS (Supervisors for Enrollment), IGS_SC_PER_ATTR_VALS (Person Attribute Values), and IGS_SV_BTCH_SUMMARY (Service Batch Summary). Crucially, it is a child table to the central HZ_PARTIES table from the TCA model and references code classes via IGS_AD_CODE_CLASSES. This web of relationships underscores its intended position as a pivotal hub between the universal TCA party model and the specialized operational tables of the Student System.
-
Table: IGS_PE_HZ_PARTIES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_HZ_PARTIES, object_name:IGS_PE_HZ_PARTIES, status:VALID, product: IGS - Student System , description: This entity describes the attributes of a person. , implementation_dba_data: IGS.IGS_PE_HZ_PARTIES ,
-
View: IGS_OR_UNIT_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT_HIST_V, object_name:IGS_OR_UNIT_HIST_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_OR_UNIT_HIST_V ,
-
View: IGSBV_INSTITUTION_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INSTITUTION_PARTY, object_name:IGSBV_INSTITUTION_PARTY, status:VALID, product: IGS - Student System , description: IGS_PE_HZ_PARTIES describes the attribites of a person , implementation_dba_data: APPS.IGSBV_INSTITUTION_PARTY ,
-
View: IGSFV_ORG_ACCREDITATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORG_ACCREDITATIONS, object_name:IGSFV_ORG_ACCREDITATIONS, status:VALID, product: IGS - Student System , description: This entity describes accreditation details. , implementation_dba_data: APPS.IGSFV_ORG_ACCREDITATIONS ,
-
View: IGSBV_ORGANIZATION_UNIT_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ORGANIZATION_UNIT_PARTY, object_name:IGSBV_ORGANIZATION_UNIT_PARTY, status:VALID, product: IGS - Student System , description: IGS_PE_HZ_PARTIES describes the attributes of the person , implementation_dba_data: APPS.IGSBV_ORGANIZATION_UNIT_PARTY ,
-
View: IGSFV_ORGANIZATION_UNIT_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORGANIZATION_UNIT_PARTY, object_name:IGSFV_ORGANIZATION_UNIT_PARTY, status:VALID, product: IGS - Student System , description: IGS_PE_HZ_PARTIES describes the attribites of a person , implementation_dba_data: APPS.IGSFV_ORGANIZATION_UNIT_PARTY ,
-
View: IGSFV_ORG_UNIT_HIERARCHIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORG_UNIT_HIERARCHIES, object_name:IGSFV_ORG_UNIT_HIERARCHIES, status:VALID, product: IGS - Student System , description: This entity describes parent and child relationships between organizational units. An organizational unit may have many parents and many children. , implementation_dba_data: APPS.IGSFV_ORG_UNIT_HIERARCHIES ,
-
View: IGSFV_INSTITUTION_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INSTITUTION_PARTY, object_name:IGSFV_INSTITUTION_PARTY, status:VALID, product: IGS - Student System , description: IGS_PE_HZ_PARTIES describes the attribites of a person , implementation_dba_data: APPS.IGSFV_INSTITUTION_PARTY ,
-
View: IGS_PE_HZ_PARTIES_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_HZ_PARTIES_SV, object_name:IGS_PE_HZ_PARTIES_SV, status:VALID, product: IGS - Student System , description: New View for securing select privileges on IGS_PE_HZ_PARTIES table. , implementation_dba_data: APPS.IGS_PE_HZ_PARTIES_SV ,
-
View: IGS_AD_ACAD_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACAD_HISTORY_V, object_name:IGS_AD_ACAD_HISTORY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ACAD_HISTORY_V ,
-
Table: IGS_SC_PER_ATTR_VALS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SC_PER_ATTR_VALS, object_name:IGS_SC_PER_ATTR_VALS, status:VALID, product: IGS - Student System , description: Will contain the security attribute information for a person , implementation_dba_data: IGS.IGS_SC_PER_ATTR_VALS ,
-
Table: IGS_PE_ACAD_INTENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_ACAD_INTENTS, object_name:IGS_PE_ACAD_INTENTS, status:VALID, product: IGS - Student System , description: Student Academic Intent , implementation_dba_data: IGS.IGS_PE_ACAD_INTENTS ,
-
Table: IGS_EN_SPLACE_FACS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPLACE_FACS, object_name:IGS_EN_SPLACE_FACS, status:VALID, product: IGS - Student System , description: The table for storing faculties for a placement , implementation_dba_data: IGS.IGS_EN_SPLACE_FACS ,
-
Table: IGS_EN_SPLACE_SUPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPLACE_SUPS, object_name:IGS_EN_SPLACE_SUPS, status:VALID, product: IGS - Student System , description: The table for storing supervisors for a placement , implementation_dba_data: IGS.IGS_EN_SPLACE_SUPS ,
-
View: IGSBV_INST_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INST_STATISTICS, object_name:IGSBV_INST_STATISTICS, status:VALID, product: IGS - Student System , description: This entity describes Institution Statistic Types associated with the Institution. , implementation_dba_data: APPS.IGSBV_INST_STATISTICS ,
-
Table: IGS_SV_BTCH_SUMMARY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SV_BTCH_SUMMARY, object_name:IGS_SV_BTCH_SUMMARY, status:VALID, product: IGS - Student System , description: Table to store details about information being included in each batch processed , implementation_dba_data: IGS.IGS_SV_BTCH_SUMMARY ,
-
View: IGSBV_INST_STAT_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INST_STAT_DETAILS, object_name:IGSBV_INST_STAT_DETAILS, status:VALID, product: IGS - Student System , description: This entity describes Institution Statistic Detail for the institution and statistics type combinations. , implementation_dba_data: APPS.IGSBV_INST_STAT_DETAILS ,
-
View: IGS_OR_INSTITUTION_ADVSTEX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INSTITUTION_ADVSTEX_V, object_name:IGS_OR_INSTITUTION_ADVSTEX_V, status:VALID, product: IGS - Student System , description: IGS_OR_INSTITUTION_ADVSTEX_V is used to capture the exempted institutions. , implementation_dba_data: APPS.IGS_OR_INSTITUTION_ADVSTEX_V ,
-
View: IGSFV_INST_STAT_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INST_STAT_DETAILS, object_name:IGSFV_INST_STAT_DETAILS, status:VALID, product: IGS - Student System , description: This entity describes Institution Statistic Detail for the institution and statistics type combinations. , implementation_dba_data: APPS.IGSFV_INST_STAT_DETAILS ,
-
View: IGSFV_INST_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INST_STATISTICS, object_name:IGSFV_INST_STATISTICS, status:VALID, product: IGS - Student System , description: This entity describes Institution Statistic Types associated with the Institution. , implementation_dba_data: APPS.IGSFV_INST_STATISTICS ,
-
View: IGS_OR_UNIT_FUNDSRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT_FUNDSRC_V, object_name:IGS_OR_UNIT_FUNDSRC_V, status:VALID, product: IGS - Student System , description: View of all organization units joined to all funding source to use in ADMF2M44 , implementation_dba_data: APPS.IGS_OR_UNIT_FUNDSRC_V ,
-
View: IGS_OR_INST_ORG_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_ORG_BASE_V, object_name:IGS_OR_INST_ORG_BASE_V, status:VALID, product: IGS - Student System , description: Base View to hold basic institution/organization related information , implementation_dba_data: APPS.IGS_OR_INST_ORG_BASE_V ,
-
View: IGSFV_ORG_UNIT_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORG_UNIT_LOCATIONS, object_name:IGSFV_ORG_UNIT_LOCATIONS, status:VALID, product: IGS - Student System , description: This entity contains the locations associated with the organizational unit , implementation_dba_data: APPS.IGSFV_ORG_UNIT_LOCATIONS ,
-
View: IGSBV_AV_ADVANCED_STANDING
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AV_ADVANCED_STANDING, object_name:IGSBV_AV_ADVANCED_STANDING, status:VALID, product: IGS - Student System , description: Describs Advance Standings , implementation_dba_data: APPS.IGSBV_AV_ADVANCED_STANDING ,
-
View: IGSFV_AV_ADVANCED_STANDING
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AV_ADVANCED_STANDING, object_name:IGSFV_AV_ADVANCED_STANDING, status:VALID, product: IGS - Student System , description: Describes advanced standing. , implementation_dba_data: APPS.IGSFV_AV_ADVANCED_STANDING ,
-
View: IGSFV_AD_OTHER_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_OTHER_INST, object_name:IGSFV_AD_OTHER_INST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_AD_OTHER_INST ,
-
View: IGS_OR_INSTITUTION_PRIORUG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INSTITUTION_PRIORUG_V, object_name:IGS_OR_INSTITUTION_PRIORUG_V, status:VALID, product: IGS - Student System , description: Valid values for person statistics. , implementation_dba_data: APPS.IGS_OR_INSTITUTION_PRIORUG_V ,
-
View: IGSFV_ORG_ALTERNATE_IDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORG_ALTERNATE_IDS, object_name:IGSFV_ORG_ALTERNATE_IDS, status:VALID, product: IGS - Student System , description: This entity contains alternate IDs for institutions or organizational unit , implementation_dba_data: APPS.IGSFV_ORG_ALTERNATE_IDS ,
-
View: IGS_DA_XML_INSTITUTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_XML_INSTITUTION_V, object_name:IGS_DA_XML_INSTITUTION_V, status:VALID, product: IGS - Student System , description: XML element InstitutionTypeGets the Institution codes for the requested Institution. Base on the institution_cd passed in the XML whereclase. , implementation_dba_data: APPS.IGS_DA_XML_INSTITUTION_V ,
-
View: IGSFV_PERSON_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_PARTY, object_name:IGSFV_PERSON_PARTY, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGSFV_PERSON_PARTY ,
-
View: IGS_CA_DA_ORG_OVD_VALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_ORG_OVD_VALS_V, object_name:IGS_CA_DA_ORG_OVD_VALS_V, status:VALID, product: IGS - Student System , description: View to pickup system date type calendar date alias overridden org unit , implementation_dba_data: APPS.IGS_CA_DA_ORG_OVD_VALS_V ,
-
View: IGS_OR_INST_EXEMPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_INST_EXEMPT_V, object_name:IGS_OR_INST_EXEMPT_V, status:VALID, product: IGS - Student System , description: Valid values for advanced standing exemption institution. DETYA element 368. , implementation_dba_data: APPS.IGS_OR_INST_EXEMPT_V ,
-
View: IGS_HE_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_OU_CC_V, object_name:IGS_HE_OU_CC_V, status:VALID, product: IGS - Student System , description: A new view to hold HESA cost center, subject and proportion details defined for an organizational unit , implementation_dba_data: APPS.IGS_HE_OU_CC_V ,
-
View: IGSFV_PROG_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_HESA_COST_CENTRES, object_name:IGSFV_PROG_HESA_COST_CENTRES, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PROG_HESA_COST_CENTRES ,
-
View: IGSFV_ORG_STRUCTURE_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORG_STRUCTURE_NOTES, object_name:IGSFV_ORG_STRUCTURE_NOTES, status:VALID, product: IGS - Student System , description: This entity contains notes about institutions, organizational units or locations. , implementation_dba_data: APPS.IGSFV_ORG_STRUCTURE_NOTES ,
-
View: IGS_AD_INTERVIEW_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INTERVIEW_LETTERS_V, object_name:IGS_AD_INTERVIEW_LETTERS_V, status:VALID, product: IGS - Student System , description: Admission Interview Letters , implementation_dba_data: APPS.IGS_AD_INTERVIEW_LETTERS_V ,
-
View: IGSFV_ORG_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ORG_HESA_COST_CENTRES, object_name:IGSFV_ORG_HESA_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Org Unit HESA Cost Center Details , implementation_dba_data: APPS.IGSFV_ORG_HESA_COST_CENTRES ,
-
View: IGSBV_STORED_PLACEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STORED_PLACEMENTS, object_name:IGSBV_STORED_PLACEMENTS, status:VALID, product: IGS - Student System , description: Base view for getting details of the storing placement information of a student unit attempt. , implementation_dba_data: APPS.IGSBV_STORED_PLACEMENTS ,
-
View: IGS_DA_XML_TE_INSTITUTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_XML_TE_INSTITUTION_V, object_name:IGS_DA_XML_TE_INSTITUTION_V, status:VALID, product: IGS - Student System , description: XML element InstitutionType (child of TransferEvaluation) , implementation_dba_data: APPS.IGS_DA_XML_TE_INSTITUTION_V ,
-
View: IGSBV_ORG_EXTENSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ORG_EXTENSIONS, object_name:IGSBV_ORG_EXTENSIONS, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGSBV_ORG_EXTENSIONS ,
-
View: IGSBV_PERSON_PARTY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_PARTY, object_name:IGSBV_PERSON_PARTY, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGSBV_PERSON_PARTY ,
-
View: IGS_EN_OR_UNIT_WLST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_OR_UNIT_WLST_V, object_name:IGS_EN_OR_UNIT_WLST_V, status:VALID, product: IGS - Student System , description: This view incorporates the unit wait list priorities and unit wait list preferences. , implementation_dba_data: APPS.IGS_EN_OR_UNIT_WLST_V ,
-
View: IGSFV_UNIT_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_HESA_COST_CENTRES, object_name:IGSFV_UNIT_HESA_COST_CENTRES, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_UNIT_HESA_COST_CENTRES ,
-
View: IGS_AV_ACAD_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_ACAD_HISTORY_V, object_name:IGS_AV_ACAD_HISTORY_V, status:VALID, product: IGS - Student System , description: This view contains the Academic History of the student. , implementation_dba_data: APPS.IGS_AV_ACAD_HISTORY_V ,
-
View: IGSFV_PERSON_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_DETAILS, object_name:IGSFV_PERSON_DETAILS, status:VALID, product: IGS - Student System , description: The view returns the valid person details in OSS. Only the basic data is returned , implementation_dba_data: APPS.IGSFV_PERSON_DETAILS ,
-
View: IGSFV_STORED_PLACEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STORED_PLACEMENTS, object_name:IGSFV_STORED_PLACEMENTS, status:VALID, product: IGS - Student System , description: Full view for getting details of the storing placement information of a student unit attempt. , implementation_dba_data: APPS.IGSFV_STORED_PLACEMENTS ,
-
View: IGS_FI_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PARTIES_V, object_name:IGS_FI_PARTIES_V, status:VALID, product: IGS - Student System , description: Displays parties of type 'PERSON' and 'ORGANIZATION' and related context information. , implementation_dba_data: APPS.IGS_FI_PARTIES_V ,
-
View: IGSFV_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CONCENTRATIONS, object_name:IGSFV_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: APPS.IGSFV_CONCENTRATIONS ,
-
View: IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, object_name:IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, status:VALID, product: IGS - Student System , description: Full View for Program Offering Option Unit Set HESA Details , implementation_dba_data: APPS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS ,
-
View: IGSFV_PROGRAM_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROGRAM_UK_STATISTICS, object_name:IGSFV_PROGRAM_UK_STATISTICS, status:VALID, product: IGS - Student System , description: Full View for UK Statistics Program Details , implementation_dba_data: APPS.IGSFV_PROGRAM_UK_STATISTICS ,