Search Results igs_as_gpc_cls_stndg
Overview
The table IGS_AS_GPC_CLS_STNDG is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS). It functions as a junction table that establishes and stores the relationship between grading period cohorts and class standings. Its primary role is to define which class standing values are valid and applicable for specific grading periods within the academic structure. This table is essential for enforcing data integrity in processes related to student progression, academic standing, and cohort-based reporting, ensuring that class standing assignments are contextually relevant to the defined grading timeframe.
Key Information Stored
The table's structure centers on a unique combination of identifiers and a surrogate key. The primary data points stored are:
- GPC_CLS_STNDG_ID: A unique system-generated identifier serving as the primary key for the record.
- GRADING_PERIOD_CD: The code identifying a specific grading period or cohort.
- CLASS_STANDING: The code representing a specific class standing (e.g., Freshman, Sophomore). This column is a foreign key referencing the IGS_PR_CLASS_STD table.
The unique key constraint (IGS_AS_GPC_CLS_STNDG_UK) on GRADING_PERIOD_CD and CLASS_STANDING ensures that a given class standing can only be associated with a specific grading period once, preventing duplicate mappings.
Common Use Cases and Queries
This table is primarily used in administrative and reporting contexts where student academic status must be evaluated relative to a grading cohort. A common use case is validating a student's class standing during enrollment or grade processing for a given term. It also supports cohort analysis reports that track the progression of student groups defined by their entry period. A typical query would join this table to the class standing master table to retrieve valid standings for reporting.
Sample Query: To list all valid class standings for a specific grading period, along with their descriptions:
SELECT gpc.GRADING_PERIOD_CD, gpc.CLASS_STANDING, cs.DESCRIPTION FROM IGS.IGS_AS_GPC_CLS_STNDG gpc JOIN IGS.IGS_PR_CLASS_STD cs ON gpc.CLASS_STANDING = cs.CLASS_STANDING WHERE gpc.GRADING_PERIOD_CD = '&GRADING_PERIOD';
Related Objects
IGS_AS_GPC_CLS_STNDG has defined relationships with other key tables in the Student System, primarily through foreign key constraints:
- IGS_PR_CLASS_STD (Foreign Key): This is the master table for class standing codes. The CLASS_STANDING column in IGS_AS_GPC_CLS_STNDG references IGS_PR_CLASS_STD.CLASS_STANDING, ensuring that only predefined, valid class standings can be linked to a grading period cohort.
While not explicitly listed in the provided metadata, this table is logically central to the grading period cohort (GPC) functionality and would be referenced by other student assessment and progression tables to maintain referential integrity for cohort-based standing rules.
-
Table: IGS_AS_GPC_CLS_STNDG
12.2.2
product: IGS - Student System (Obsolete) , description: Stores grading period cohorts class standing details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_GPC_CLS_STNDG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GPC_CLS_STNDG, object_name:IGS_AS_GPC_CLS_STNDG, status:VALID, product: IGS - Student System , description: Stores grading period cohorts class standing details , implementation_dba_data: IGS.IGS_AS_GPC_CLS_STNDG ,
-
APPS.IGS_AS_GEN_004 dependencies on IGS_AS_GPC_CLS_STNDG
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG dependencies on IGS_AS_GPC_CLS_STNDG
12.1.1
-
APPS.IGS_AS_ADI_UPLD_UG_PKG dependencies on IGS_AS_GPC_CLS_STNDG
12.1.1
-
APPS.IGS_AS_GEN_008 dependencies on IGS_AS_GPC_CLS_STNDG
12.1.1
-
APPS.IGS_AS_GPC_CLS_STNDG_PKG dependencies on IGS_AS_GPC_CLS_STNDG
12.1.1
-
APPS.IGS_AS_GPC_CLS_STNDG_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AS_GPC_CLS_STNDG_V
12.1.1
-
SYNONYM: APPS.IGS_AS_GPC_CLS_STNDG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_GPC_CLS_STNDG, status:VALID,
-
APPS.IGS_AS_GEN_008 dependencies on IGS_EN_SU_ATTEMPT_ALL
12.1.1
-
APPS.IGS_AS_GEN_004 dependencies on IGS_PR_GET_CLASS_STD
12.1.1
-
TABLE: IGS.IGS_AS_GPC_CLS_STNDG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GPC_CLS_STNDG, object_name:IGS_AS_GPC_CLS_STNDG, status:VALID,
-
APPS.IGS_AS_GEN_004 dependencies on IGS_AS_GPC_PE_ID_GRP
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GPC_CLS_STNDG_PKG
12.1.1
-
APPS.IGS_AS_ADI_UPLD_UG_PKG dependencies on IGS_PR_GET_CLASS_STD
12.1.1
-
APPS.IGS_AS_GPC_CLS_STNDG_PKG dependencies on IGS_AS_GPC_CLS_STNDG_PKG
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG dependencies on IGS_PR_GET_CLASS_STD
12.1.1
-
View: IGS_AS_GPC_CLS_STNDG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_GPC_CLS_STNDG_V, object_name:IGS_AS_GPC_CLS_STNDG_V, status:VALID, product: IGS - Student System , description: Class Standing Information , implementation_dba_data: APPS.IGS_AS_GPC_CLS_STNDG_V ,
-
View: IGS_AS_GPC_CLS_STNDG_V
12.2.2
product: IGS - Student System (Obsolete) , description: Class Standing Information , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_CLASS_STD
12.2.2
product: IGS - Student System (Obsolete) , description: Maintains the institution defined Class Standing set-up values , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_CLASS_STD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_CLASS_STD, object_name:IGS_PR_CLASS_STD, status:VALID, product: IGS - Student System , description: Maintains the institution defined Class Standing set-up values , implementation_dba_data: IGS.IGS_PR_CLASS_STD ,
-
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,
-
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_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,
-
VIEW: APPS.IGS_AS_GPC_CLS_STNDG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_GPC_CLS_STNDG_V, object_name:IGS_AS_GPC_CLS_STNDG_V, 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,
-
APPS.IGS_AS_GEN_008 SQL Statements
12.1.1
-
APPS.IGS_AS_NOTIFY_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.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_ADI_UPLD_UG_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_NOTIFY_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'. ,