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.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 ,
-
View: IGSFV_ADVISING_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADVISING_GROUPS, object_name:IGSFV_ADVISING_GROUPS, status:VALID, product: IGS - Student System , description: Stores advising group definition , implementation_dba_data: APPS.IGSFV_ADVISING_GROUPS ,
-
Table: IGS_EN_PIG_CP_SETUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_PIG_CP_SETUP, object_name:IGS_EN_PIG_CP_SETUP, status:VALID, product: IGS - Student System , description: Person ID Group Enrollment Credit Points Setup , implementation_dba_data: IGS.IGS_EN_PIG_CP_SETUP ,
-
Table: IGS_EN_PIG_S_SETUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_PIG_S_SETUP, object_name:IGS_EN_PIG_S_SETUP, status:VALID, product: IGS - Student System , description: Person ID Group Enrollment Setup , implementation_dba_data: IGS.IGS_EN_PIG_S_SETUP ,
-
Table: IGS_PE_PRSID_GRP_SEC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PRSID_GRP_SEC, object_name:IGS_PE_PRSID_GRP_SEC, status:VALID, product: IGS - Student System , description: This entity describes the occurrence of a person security grant in a person identification group. , implementation_dba_data: IGS.IGS_PE_PRSID_GRP_SEC ,
-
Table: IGS_PE_PRSID_GRP_MEM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PRSID_GRP_MEM_ALL, object_name:IGS_PE_PRSID_GRP_MEM_ALL, status:VALID, product: IGS - Student System , description: This entity describes the occurrence of a person in a person id group. , implementation_dba_data: IGS.IGS_PE_PRSID_GRP_MEM_ALL ,
-
Table: IGS_DA_RQST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_DA_RQST, object_name:IGS_DA_RQST, status:VALID, product: IGS - Student System , description: Parent table for storage of all Degree Audit Requests made. , implementation_dba_data: IGS.IGS_DA_RQST ,
-
View: IGSBV_PERSON_GROUP_MEMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_GROUP_MEMBERS, object_name:IGSBV_PERSON_GROUP_MEMBERS, status:VALID, product: IGS - Student System , description: This entity contains information about the persons belonging to a group. , implementation_dba_data: APPS.IGSBV_PERSON_GROUP_MEMBERS ,
-
Table: IGS_AS_GPC_PE_ID_GRP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GPC_PE_ID_GRP, object_name:IGS_AS_GPC_PE_ID_GRP, status:VALID, product: IGS - Student System , description: Stores grading period cohorts person ID group details , implementation_dba_data: IGS.IGS_AS_GPC_PE_ID_GRP ,
-
View: IGSBV_PERSON_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_GROUPS, object_name:IGSBV_PERSON_GROUPS, status:VALID, product: IGS - Student System , description: This entity contains information about the person groups. , implementation_dba_data: APPS.IGSBV_PERSON_GROUPS ,
-
View: IGSFV_PERSON_GROUP_MEMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_GROUP_MEMBERS, object_name:IGSFV_PERSON_GROUP_MEMBERS, status:VALID, product: IGS - Student System , description: This entity contains information about the persons belonging to a group. , implementation_dba_data: APPS.IGSFV_PERSON_GROUP_MEMBERS ,
-
View: IGSFV_DYN_PERSON_GROUP_SQLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_DYN_PERSON_GROUP_SQLS, object_name:IGSFV_DYN_PERSON_GROUP_SQLS, status:VALID, product: IGS - Student System , description: This entity contains information about the SQLs of a dynamic person group. , implementation_dba_data: APPS.IGSFV_DYN_PERSON_GROUP_SQLS ,
-
View: IGSFV_PERSON_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_GROUPS, object_name:IGSFV_PERSON_GROUPS, status:VALID, product: IGS - Student System , description: This entity contains information about the person groups. , implementation_dba_data: APPS.IGSFV_PERSON_GROUPS ,
-
View: IGS_AZ_ADVISORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AZ_ADVISORS_V, object_name:IGS_AZ_ADVISORS_V, status:VALID, product: IGS - Student System , description: View to display the advisor information for the advising functionality. , implementation_dba_data: APPS.IGS_AZ_ADVISORS_V ,
-
View: IGS_AZ_STUDENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AZ_STUDENTS_V, object_name:IGS_AZ_STUDENTS_V, status:VALID, product: IGS - Student System , description: View to display the student information for advising on the SS page. , implementation_dba_data: APPS.IGS_AZ_STUDENTS_V ,
-
View: IGS_PE_PRSID_GRP_MEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PRSID_GRP_MEM_V, object_name:IGS_PE_PRSID_GRP_MEM_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PRSID_GRP_MEM_V ,
-
View: IGS_PE_PERSID_GROUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSID_GROUP_V, object_name:IGS_PE_PERSID_GROUP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSID_GROUP_V ,
-
View: IGS_PE_PERSID_GROUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSID_GROUP, object_name:IGS_PE_PERSID_GROUP, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSID_GROUP ,
-
View: IGS_DA_RQST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_RQST_V, object_name:IGS_DA_RQST_V, status:VALID, product: IGS - Student System , description: View over Degree Audit Request , implementation_dba_data: APPS.IGS_DA_RQST_V ,