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.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GRD_SCHEMA, object_name:IGS_AS_GRD_SCHEMA, status:VALID, product: IGS - Student System , description: Describes set of available marks, grades, and results used in the assessment of student unit attempts , implementation_dba_data: IGS.IGS_AS_GRD_SCHEMA ,
-
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 ,
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_VAL_GSG dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_PS_GEN_008 dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_EN_VAL_SUA dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_GEN_003 dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_SUAO_LGCY_PUB dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_VAL_GSG dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_VAL_GS dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_EN_VAL_AUSG dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_GRD_SCHEMA_PKG dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_PS_GEN_003 dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_VAL_GS dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_FINALIZE_GRADE dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
APPS.IGS_AS_ADI_UPLD_AIO_PKG dependencies on IGS_AS_GRD_SCHEMA
12.1.1
-
VIEW: APPS.IGS_AS_GRD_SCHEMA_DFV
12.1.1
-
APPS.IGS_EN_VAL_SUA dependencies on IGS_AD_ADM_UT_STA_GD
12.1.1
-
VIEW: APPS.IGSFV_AS_GRD_SCH_TRANSLATIONS
12.1.1
-
APPS.IGS_AS_VAL_GS SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_AS_GRADING_SCHEMAS
12.1.1
-
VIEW: APPS.IGSFV_AS_GRADING_SCHEMAS
12.1.1
-
VIEW: APPS.IGSBV_AS_GRD_SCH_TRANSLATIONS
12.1.1
-
APPS.IGS_EN_VAL_SUA dependencies on IGS_AS_GRD_SCH_GRADE
12.1.1
-
VIEW: APPS.IGSFV_AS_SU_ATMPT_OUTCOMES
12.1.1
-
VIEW: APPS.IGS_AS_APPR_GRD_SCH_V
12.1.1
-
VIEW: APPS.IGSBV_UNIT_GRADING_SCHEMAS
12.1.1
-
VIEW: APPS.IGSFV_AWARDS
12.1.1
-
VIEW: APPS.IGSBV_USEC_GRADING_SCHEMAS
12.1.1
-
VIEW: APPS.IGSFV_USEC_GRADING_SCHEMAS
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_GRD_SCHM_V
12.1.1
-
VIEW: APPS.IGSBV_AS_APPR_AST_ITM_GRD_SCHS
12.1.1
-
VIEW: APPS.IGSFV_AS_GRADING_SCHEMA_GRADES
12.1.1
-
VIEW: APPS.IGS_PS_USEC_GRD_SCHM_V
12.1.1
-
APPS.IGS_AS_GRD_SCHEMA_PKG dependencies on IGS_AS_GRD_SCHEMA_PKG
12.1.1
-
APPS.IGS_PS_GEN_008 dependencies on FND_NEW_MESSAGES
12.1.1
-
View: IGSFV_AS_GRD_SCH_TRANSLATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_GRD_SCH_TRANSLATIONS, object_name:IGSFV_AS_GRD_SCH_TRANSLATIONS, status:VALID, product: IGS - Student System , description: Grading Schema Translations , implementation_dba_data: APPS.IGSFV_AS_GRD_SCH_TRANSLATIONS ,
-
VIEW: APPS.IGSFV_UNIT_GRADING_SCHEMAS
12.1.1
-
VIEW: APPS.IGSBV_AS_GRADING_SCHEMA_GRADES
12.1.1
-
VIEW: APPS.IGS_AS_UAI_FIND_V
12.1.1
-
VIEW: APPS.IGS_PS_AWD_V
12.1.1
-
APPS.IGS_AS_GRD_SCHEMA_PKG SQL Statements
12.1.1