Search Results igs_as_gpc_pe_id_grp
Overview
The IGS_AS_GPC_PE_ID_GRP table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 Student System (IGS) module. It functions as a junction or association table that links specific grading period cohorts with defined groups of person identifiers. Its primary role is to manage and define which sets of students (person ID groups) are associated with particular grading periods, enabling structured and group-based processing of academic assessments, grade calculations, and cohort reporting within the institutional framework.
Key Information Stored
The table stores the association records using a combination of system-generated and business key columns. The primary system identifier is the GPC_PE_GRP_ID, a unique key managed by a sequence. The critical business keys are GRADING_PERIOD_CD, which identifies the specific academic grading timeframe, and GROUP_ID, which is a foreign key referencing a specific person identifier group. Together, the GRADING_PERIOD_CD and GROUP_ID form a unique constraint (IGS_AS_GPC_PE_ID_GRP_UK), ensuring that a given group is not assigned to the same grading period more than once.
Common Use Cases and Queries
This table is central to operations that require batch processing of student grades or reporting by cohort within a defined grading period. A common use case is generating a list of all students eligible for grade submission or review for a specific grading period cohort. Administrators may also use it to validate or modify cohort assignments. A typical reporting query would join this table to the person ID group and person detail tables to extract the student list.
- Sample Query: To retrieve all person IDs associated with a grading period 'FINAL_2024':
SELECT pg.person_id FROM igs_as_gpc_pe_id_grp gpc JOIN igs_pe_persid_group_all pg ON gpc.group_id = pg.group_id WHERE gpc.grading_period_cd = 'FINAL_2024'; - Administrative Use: Adding or removing a predefined student group from a grading period cohort for administrative adjustments.
Related Objects
The table maintains a direct and critical foreign key relationship with the Person ID Group master table, which defines the actual members of the student group.
- IGS_PE_PERSID_GROUP_ALL: This is the primary related table. The GROUP_ID column in IGS_AS_GPC_PE_ID_GRP references the GROUP_ID in IGS_PE_PERSID_GROUP_ALL. This relationship is essential for resolving the abstract group reference to the concrete list of person identifiers (students).
While not explicitly listed in the provided metadata, this table is logically a child of a grading period cohort master table (likely keyed by GRADING_PERIOD_CD) and would be frequently joined to it in application logic and reports to provide full context for the cohort-group associations.
-
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 ,
-
Table: IGS_AS_GPC_PE_ID_GRP
12.2.2
product: IGS - Student System (Obsolete) , description: Stores grading period cohorts person ID group details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_GPC_PE_ID_GRP_PKG dependencies on IGS_AS_GPC_PE_ID_GRP
12.1.1
-
APPS.IGS_AS_GEN_008 dependencies on IGS_AS_GPC_PE_ID_GRP
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG dependencies on IGS_AS_GPC_PE_ID_GRP
12.1.1
-
APPS.IGS_AS_ADI_UPLD_UG_PKG dependencies on IGS_AS_GPC_PE_ID_GRP
12.1.1
-
APPS.IGS_AS_GEN_004 dependencies on IGS_AS_GPC_PE_ID_GRP
12.1.1
-
APPS.IGS_AS_GPC_CLS_STNDG_PKG dependencies on IGS_AS_GPC_PE_ID_GRP
12.1.1
-
APPS.IGS_AS_GPC_PE_ID_GRP_PKG SQL Statements
12.1.1
-
TABLE: IGS.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,
-
APPS.IGS_AS_GEN_008 dependencies on IGS_PE_PRSID_GRP_MEM_ALL
12.1.1
-
APPS.IGS_AS_GEN_004 dependencies on IGS_AS_GPC_CLS_STNDG
12.1.1
-
APPS.IGS_AS_GEN_004 dependencies on IGS_PE_PRSID_GRP_MEM
12.1.1
-
VIEW: APPS.IGS_AS_GPC_PE_ID_GRP_V
12.1.1
-
SYNONYM: APPS.IGS_AS_GPC_PE_ID_GRP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_GPC_PE_ID_GRP, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_GPC_PE_ID_GRP_PKG
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG dependencies on IGS_PE_PRSID_GRP_MEM
12.1.1
-
APPS.IGS_AS_ADI_UPLD_UG_PKG dependencies on IGS_PE_PRSID_GRP_MEM
12.1.1
-
APPS.IGS_AS_GPC_PE_ID_GRP_PKG dependencies on IGS_AS_GPC_PE_ID_GRP_PKG
12.1.1
-
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 ,
-
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 ,
-
PACKAGE BODY: APPS.IGS_AS_GPC_CLS_STNDG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GPC_CLS_STNDG_PKG, status:VALID,
-
View: IGS_AS_GPC_PE_ID_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_GPC_PE_ID_GRP_V, object_name:IGS_AS_GPC_PE_ID_GRP_V, status:VALID, product: IGS - Student System , description: Holds the grading period information for a person ID group , implementation_dba_data: APPS.IGS_AS_GPC_PE_ID_GRP_V ,
-
View: IGS_AS_GPC_PE_ID_GRP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the grading period information for a person ID group , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_GEN_008
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_008, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_GPC_PE_ID_GRP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GPC_PE_ID_GRP_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_NOTIFY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_NOTIFY_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_ADI_UPLD_UG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_ADI_UPLD_UG_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_004, status:VALID,
-
VIEW: APPS.IGS_AS_GPC_PE_ID_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_GPC_PE_ID_GRP_V, object_name:IGS_AS_GPC_PE_ID_GRP_V, status:VALID,
-
APPS.IGS_AS_GEN_008 SQL Statements
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_GPC_CLS_STNDG_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_ADI_UPLD_UG_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_008
12.1.1
-
APPS.IGS_AS_GEN_004 SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.IGS_AS_GPC_CLS_STNDG_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_NOTIFY_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_ADI_UPLD_UG_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_004
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,