Search Results igs_as_grd_schema
Overview
The IGS_AS_GRD_SCHEMA table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master definition table for grading schemas, which are structured sets of available marks, grades, and results used to assess student performance in unit attempts. A grading schema defines the permissible outcomes for an assessment, such as letter grades (A, B, C), numeric scores, or result statuses (Pass, Fail, Incomplete). The table's primary role is to provide a centralized, version-controlled repository for these assessment frameworks, ensuring consistency and integrity in academic evaluation across the institution's curriculum and offerings.
Key Information Stored
The table's structure is designed to uniquely identify and describe each grading schema. Its primary key is a composite of GRADING_SCHEMA_CD and VERSION_NUMBER, allowing for the management of multiple iterations of the same grading schema code over time. While the specific column list is not detailed in the provided metadata, based on its description and common patterns, the table typically stores critical attributes such as the schema's descriptive name, its effective dates, status (e.g., active, inactive), the grading basis (e.g., grade, mark, result), and control flags indicating if it is used for official assessment, incompletes, or appeals. The versioning mechanism is essential for maintaining historical accuracy and supporting changes to grading policies without affecting previously recorded assessments.
Common Use Cases and Queries
This table is fundamental to processes involving the setup, assignment, and application of grades. Common functional use cases include defining the grading rules for a new course or program, updating assessment criteria for a unit offering, and configuring the valid grades for an assessment item. From a reporting and query perspective, technical consultants often join this table to decode grading schema references stored in transactional tables. A typical SQL pattern retrieves the active grading schema definition for a specific code:
- SELECT * FROM igs.igs_as_grd_schema WHERE grading_schema_cd = 'LETTER_GRADE' AND version_number = (SELECT MAX(version_number) FROM igs.igs_as_grd_schema WHERE grading_schema_cd = 'LETTER_GRADE' AND status = 'ACTIVE');
Another frequent query involves listing all grading schemas assigned to a particular unit or course offering by joining with related tables like IGS_PS_UNIT_GRD_SCHM or IGS_PS_USEC_GRD_SCHM.
Related Objects
The IGS_AS_GRD_SCHEMA table is a central reference point for numerous other entities in the Student System, as evidenced by its extensive foreign key relationships. Key dependent tables include:
- IGS_AS_GRD_SCH_GRADE: Stores the individual grade values (e.g., A, B+, B) that belong to a specific grading schema.
- IGS_PS_UNIT_GRD_SCHM and IGS_PS_USEC_GRD_SCHM: Assign grading schemas at the unit and unit section (offering) levels, respectively.
- IGS_AS_UNITASS_ITEM_ALL and IGS_PS_UNITASS_ITEM: Link assessment items to a specific grading schema.
- IGS_AS_APPR_GRD_SCH and IGS_AS_INC_GRD_CPROF: Reference schemas used for grade appeals and incomplete grade processing.
- IGS_PS_AWD, IGS_PS_OFR_PAT, IGS_EN_PLAN_UNITS, and IGS_PS_UNIT_OFR_OPT_ALL: Associate grading schemas with broader academic structures like awards, patterns, and study plans.
These relationships underscore the table's critical role in integrating assessment rules across the academic lifecycle.
-
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 ,
-
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: 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_SU_ATMPT_OUTCOMES
12.2.2
product: IGS - Student System (Obsolete) , description: Describes a student unit attempt outcome , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_GRD_SCHM
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the Grading Schemas related to the Unit Sections. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AS_GRADING_SCHEMAS
12.2.2
product: IGS - Student System (Obsolete) , description: Grading Schema , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_GRADING_SCHEMAS
12.2.2
product: IGS - Student System (Obsolete) , description: Grading Schema , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_GRD_SCHM
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the relation between Units and Grading Schemas , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNITASS_ITEM
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes all the assessment items for a unit section. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_PLAN_UNITS
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the student planning sheet unit attempt details , 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: IGS_PS_UNIT_GRD_SCHM_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AWARDS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view which describes the awards offered by the university. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_APPR_GRD_SCH_V
12.2.2
product: IGS - Student System (Obsolete) , description: The view displays the approved grading schemas associated with assessment type for units. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_AWD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes an award offered by the university. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_GRADING_SCHEMAS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view, which describes the relation between units and grading schemas. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_UNITASS_ITEM_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes assessment items allocated to unit version within nominated teaching calendar instance , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_USEC_GRD_SCHM_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_APPR_GRD_SCH
12.2.2
product: IGS - Student System (Obsolete) , description: The approved grading schemas for assessment types associated with unit and version are recorded. They can be defaulted so that on linking the assessment items to unit offering and sections the grading schema is associated with the assessmen , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UNIT_GRADING_SCHEMAS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view, which describes the relation between units and grading schemas. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_APPR_AST_ITM_GRD_SCHS
12.2.2
product: IGS - Student System (Obsolete) , description: Approved Assessment Item Grading Schema , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_AWD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the award setup , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AS_APPR_AST_ITM_GRD_SCHS
12.2.2
product: IGS - Student System (Obsolete) , description: Approved Assessment Item Grading Schema , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_USEC_GRADING_SCHEMAS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view, which describes the grading schemas related to unit sections. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_USEC_GRADING_SCHEMAS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view, which describes the grading schemas related to unit sections. , 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 ,
-
Table: IGS_PS_OFR_PAT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the offering pattern of a program offering option. This is related to a calendar instance, nominating when each option is available. , 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_GRD_SCHEMA_V
12.2.2
product: IGS - Student System (Obsolete) , description: The view displays the grading schema details in the system , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_UAP_ITEM_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: IGS_AS_UAI_FIND_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used for the Find Unit Assessment Item form. (ASSF2311) , 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: IGS_PS_UNITASS_ITEM_V
12.2.2
product: IGS - Student System (Obsolete) , 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_AS_UNIT_ASSESSMENT_ITEMS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes assessment items allocated to a unit version within nominated teaching calendar instance. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_UNT_SECTION_ASS_ITEMS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes all the assessment items for a unit section , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_UNITASS_ITEM_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays the assessment item for a unit offering. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PROG_OFFERING_PATTERNS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes the Offering Pattern of a program offering option. This is related to a calendar instance, nominating when each option is available. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_SU_ATMPT_AST_ITEMS
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 ,
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available options for each unit offering. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_UNIT_ATTEMPTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular unit offered by the university. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_HE_POOUS_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Program Offering Option Unit Set HESA Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Program Offering Option Unit Set HESA Details , implementation_dba_data: Not implemented in this database ,