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.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the attributes of a person. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGS_AD_IMP_013 dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_PE_PERSON_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AD_IMP_008 dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGF_AP_LI_AWARDS_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AD_SS_PERSON_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_PS_RSV_ORGUN_PRF_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_OR_GEN_001 dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AD_ACAD_HISTORY_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_PS_RSV_USEC_PRF_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGF_AP_LI_BASE_REC_IMPORT dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AV_VAL_ASU dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_PS_RSV_UOP_PRF_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGF_AP_GEN dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_PE_VAL_PIGM dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_DA_TRNS_IMP dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_OR_INST_IMP_001 dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AD_GEN_004 dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_PR_PROUT_LGCY_PUB dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_PS_RSV_OGPRI_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_EN_GEN_LEGACY dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_EN_GEN_006 dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGR_I_A_PKGITM_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_EN_REP_PROCESS_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_PE_VAL_PIGS dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_EN_STDNT_PS_INTM_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_PE_PERSON_SS_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_PE_PERSID_GROUP_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AD_IMP_002 dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_UC_TRAN_PROCESSOR_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGR_I_A_CHARTYP_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGF_SL_PREF_LENDER dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_EN_NSC_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_OR_GEN_001 dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_AV_VAL_AS dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
APPS.IGS_PE_GEN_004 dependencies on IGS_PE_HZ_PARTIES
12.1.1