Search Results igs_pe_persid_group_all
Overview
The table IGS_PE_PERSID_GROUP_ALL is a core entity within the Oracle E-Business Suite's now-obsolete Student System (IGS) module. Its primary function is to define and manage logical groupings of persons, typically students, for administrative and reporting purposes. These groups serve as reusable sets of individuals that can be referenced across various student-related processes, enabling batch operations and consolidated reporting without the need to repeatedly specify individual person IDs. The table is structured with multi-organization support, as indicated by the "_ALL" suffix, meaning it can store data partitioned by an operating unit identifier (ORG_ID).
Key Information Stored
While the provided metadata does not list all columns, the structure can be inferred from the primary and foreign keys. The central column is GROUP_ID, the unique primary key identifier for each person group. Another critical column is CREATOR_PERSON_ID, a foreign key to HZ_PARTIES, which links to the person who created the group. The table likely includes standard descriptive columns such as a group name, description, effective dates (START_DATE, END_DATE), and the ORG_ID for multi-org partitioning. It also contains standard EBS audit columns like CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY to track data changes.
Common Use Cases and Queries
This table is central to scenarios requiring the management of person cohorts. Common use cases include defining a group of students for a specific scholarship formula, creating a mailing list for a campus event, or identifying a set of applicants for a bulk admissions process. A typical query to retrieve active groups and their creators would be:
- SELECT pg.GROUP_ID, pg.GROUP_NAME, hzp.PARTY_NAME AS CREATOR_NAME FROM IGS_PE_PERSID_GROUP_ALL pg, HZ_PARTIES hzp WHERE pg.CREATOR_PERSON_ID = hzp.PARTY_ID AND SYSDATE BETWEEN pg.START_DATE AND NVL(pg.END_DATE, SYSDATE+1);
To report on the members of a specific group, one would join to the IGS_PE_PRSID_GRP_MEM_ALL table, which stores the individual person assignments.
Related Objects
The table IGS_PE_PERSID_GROUP_ALL sits at the center of a relational network within the Student System. Its primary key (GROUP_ID) is referenced by numerous child tables, defining its key integrations. These include IGS_PE_PRSID_GRP_MEM_ALL (for group membership), IGS_PE_PRSID_GRP_SEC (for group security), and IGS_DA_RQST (for data audit requests). It is also referenced by setup tables for processes like IGS_EN_PIG_S_SETUP and IGS_EN_PIG_CP_SETUP, and by functional tables in the Awards module (IGF_AW_AWD_FRML_DET_ALL) and the Assessment module (IGS_AS_GPC_PE_ID_GRP). The link to HZ_PARTIES via CREATOR_PERSON_ID anchors it to the Trading Community Architecture.
-
Table: IGS_PE_PERSID_GROUP_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available groups to which persons can be assigned for reporting purposes. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_PERSID_GROUP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PERSID_GROUP_ALL, object_name:IGS_PE_PERSID_GROUP_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available groups to which persons can be assigned for reporting purposes. , implementation_dba_data: IGS.IGS_PE_PERSID_GROUP_ALL ,
-
APPS.IGF_SL_CL_CHG_FILE dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_DB_SF_INTEGRATION dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_GR_GEN_XML dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_PE_PERSID_GROUP_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AW_RULE dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_PE_DYNAMIC_PERSID_GROUP dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AP_TODO_GRPS_PRC_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_PE_DYNAMIC_PERSID_GROUP dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AW_CANCEL_AWD dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_DA_UTILS_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_GR_REPACKAGE dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AW_COA_CALC dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_FI_GEN_003 dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_SL_PREF_LENDER dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_EN_TIMESLOT_PREF_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AP_CALC_IM_EFC dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AW_COA_UPDATE dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_AZ_GEN_001 dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_GR_RFMS_DISB_ORIG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_SL_DL_GEN_XML dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AW_MANAGE_AWD dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_PE_VAL_PIGM dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AW_LOCK_ASSGN_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_DB_DISB dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_PE_USERID_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_GR_REPACKAGE dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_FI_GEN_004 dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_PE_VAL_PIGM dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGR_GEN_001 dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_SL_REL_DISB dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AP_TODO_GRPS_PRC_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AW_GEN_004 dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AP_VER_GRPS_PRC_PKG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_GR_RFMS_ORIG dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_PE_VAL_PIGS dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_FI_PAYMENT_PLANS dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_FI_GEN_003 dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_AD_GEN_011 dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_PE_VAL_PIGS dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGF_AP_CALC_IM_EFC dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1
-
APPS.IGS_FI_PAYMENT_PLANS dependencies on IGS_PE_PERSID_GROUP_ALL
12.1.1