Search Results igs_as_grd_sch_grade
Overview
The IGS_AS_GRD_SCH_GRADE table is a core data structure within the Oracle E-Business Suite Student System (IGS) in releases 12.1.1 and 12.2.2. It functions as the master definition table for individual grades that exist within a grading schema. A grading schema is a structured set of possible grades (e.g., A, B, C, D, F, Pass, Fail) used for assessing student performance. This table stores the specific characteristics and metadata for each grade code, linking it to its parent grading schema and version. Its primary role is to serve as a reference and validation point for grade-related transactions across the academic suite, ensuring data integrity and consistency in assessment recording, award processing, and academic standing.
Key Information Stored
The table's structure is centered on uniquely identifying a grade within the context of its specific grading schema version. The primary key is a composite of three columns: GRADING_SCHEMA_CD, VERSION_NUMBER, and GRADE. This design enforces that a grade code (GRADE) is uniquely defined per schema version. While the provided metadata focuses on keys, typical columns in such a table would include descriptive attributes for the grade. These often encompass a DESCRIPTION, an INDICATOR for whether the grade is a passing or failing mark (e.g., PASS_IND), a NUMERIC equivalent or value for calculations (GRADE_VALUE), an ORDER sequence for ranking grades, and flags controlling usage (e.g., IN_USE_IND). The table's foreign key relationship to IGS_AS_GRD_SCHEMA validates that every grade record belongs to a defined parent schema.
Common Use Cases and Queries
This table is central to numerous academic operations. Common use cases include the setup and maintenance of grading schemas, the validation of grades entered for student assessments, and the processing of academic awards. For reporting and data extraction, typical SQL patterns involve joining this table to various transactional tables. A fundamental query retrieves all grades for a specific schema:
- SELECT grade, description, pass_ind, grade_value FROM igs_as_grd_sch_grade WHERE grading_schema_cd = 'UG' AND version_number = 1 ORDER BY grade_order;
Another critical pattern is joining to student assessment records to generate grade reports or calculate Grade Point Averages (GPA), leveraging the numeric GRADE_VALUE:
- SELECT s.student_id, g.grade, g.description, g.grade_value FROM igs_as_su_atmpt_itm s, igs_as_grd_sch_grade g WHERE s.grading_schema_cd = g.grading_schema_cd AND s.gs_version_number = g.version_number AND s.grade = g.grade;
Related Objects
The extensive foreign key relationships documented highlight the table's integral role. Key related objects include:
- IGS_AS_GRD_SCHEMA: The parent table defining the overall grading schema to which grades belong.
- IGS_AS_SU_ATMPT_ITM: A primary transactional table storing grades awarded for student unit assessment items.
- IGS_AV_STND_UNIT_ALL: Used in academic standing calculations, referencing allowed grades.
- IGS_EN_SPA_AWD_AIM and IGS_EN_SPAA_HIST: Reference grades for student award aims and award history.
- IGS_AS_INS_GRD_ENTRY and IGS_AS_INC_GRD_CPROF: Support functions for instructor grade entry and incomplete grade processing.
- IGS_AS_CHN_GRD_REQ: Manages grade change requirements, referencing both current and target grades from this table.
-
Table: IGS_AS_GRD_SCH_GRADE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes characteristics of grade within grading schema , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_QUAL_DETS
12.2.2
product: IGS - Student System (Obsolete) , description: The qualification details table will hold the qualifications awarded to an applicant. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_INC_GRD_CPROF
12.2.2
product: IGS - Student System (Obsolete) , description: Stores incomplete grade conversion profile details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UC_QUAL_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for the qualifications awarded to an applicant , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_CHN_GRD_REQ
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the Change Grade Requests History of a student , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AS_GRD_SCH_TRANSLATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Grading Schema Translations , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_GRD_SCH_TRANSLATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Grading Schema Translations , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_CHNG_GRD_REQUESTS
12.2.2
product: IGS - Student System (Obsolete) , description: Request details for grade changes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_INS_GRD_ENTRY
12.2.2
product: IGS - Student System (Obsolete) , description: Contains temporary information about grade entries , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_SPAA_HIST
12.2.2
product: IGS - Student System (Obsolete) , description: Stores student program attempt award history , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_USEC_PRV_GRAD_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_ADM_UT_STA_GD
12.2.2
product: IGS - Student System (Obsolete) , description: Describes grading schema code grades applicable to an administrative unit status , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNT_PRV_GRADE
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the relation between Units and their Previous Grades Qualifying for Repeat , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_PRV_GRAD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the relation between Unit Sections and their Previous Grades Qualifying for Repeat , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_SPA_AWD_AIM
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores the information about maintenance of a student's targeted awards for each student program attempt, including start/end dates and completion flag. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_GRD_SCHEMA
12.2.2
product: IGS - Student System (Obsolete) , description: Describes set of available marks, grades, and results used in the assessment of student unit attempts , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AV_STND_UNIT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes a unit granted as advanced standing , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_SU_ATMPT_ITM
12.2.2
product: IGS - Student System (Obsolete) , description: Describes assessment item allocated to student unit attempt, either manually or by unit's default assessment items , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNT_PRV_GRADE_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_GRADING_SCHEMA_GRADES
12.2.2
product: IGS - Student System (Obsolete) , description: Grading Schema Grades , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AS_GRADING_SCHEMA_GRADES
12.2.2
product: IGS - Student System (Obsolete) , description: Grading Schema Grades , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_UGAI_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Unit Grading / Assessment Item WebADI View , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_ASSITEM_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Assessment Item WebADI View , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_ADM_UT_STA_GD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the grading schema code grades applicable to an administrative unit status. This caters for versions of the grading schema code. At any point in time, there should be only one grading schema code grade applicable. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_PRG_AWARD_AIMS
12.2.2
product: IGS - Student System (Obsolete) , description: This view provides the information about the targeted awards for each student program attempt. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UC_QUAL_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for the qualifications awarded to an applicant , implementation_dba_data: Not implemented in this database ,
-
View: IGS_UC_QUAL_DETS_V
12.2.2
product: IGS - Student System (Obsolete) , description: The qualification details view will display the qualifications awarded to an applicant , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_GRD_SCH_GRADE_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ST_PROG_ATT_HESA_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Student Program Attempt HESA Details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_SUA_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_UG_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Assessment Unit Grading WebADI View , implementation_dba_data: Not implemented in this database ,
-
View: IGS_DA_XML_COURSE_V
12.2.2
product: IGS - Student System (Obsolete) , description: XML element CourseType (child of CourseInstitution)1)(SUA) Student Unit Attempt"s at local Institution. Includes Units local institution Units and currently enrolled units.Enrolled units can be excluded EIP Control feature code.2) (AV) Adv , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_PROGUGAI_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Assessment Progression/UnitGrade/AssessmentItem WebADI View , implementation_dba_data: Not implemented in this database ,