Search Results igs_as_assessmnt_typ
Overview
The IGS_AS_ASSESSMNT_TYP table is a core reference table within the Oracle E-Business Suite Student System (IGS) module, applicable to both releases 12.1.1 and 12.2.2. It serves as a master data repository that defines and categorizes the different types of assessment items available within the academic framework. Its primary role is to enforce data integrity by providing a controlled list of valid assessment types, which are then referenced by numerous transactional and configuration tables throughout the assessment subsystem. This table is fundamental for standardizing how assessments are classified, managed, and processed across the institution's academic operations.
Key Information Stored
While the provided ETRM metadata does not list specific column details beyond the primary key, the table's structure is centered on the ASSESSMENT_TYPE column, which serves as the unique identifier (Primary Key: IGS_AS_ASSESSMNT_TYP_PK). This column stores the distinct codes representing each assessment type, such as 'FINAL_EXAM', 'QUIZ', 'PRACTICAL', 'THESIS', or 'PARTICIPATION'. Typically, a reference table like this would also include descriptive columns, such as a description field, an effective date range (e.g., START_DATE, END_DATE), and possibly attributes controlling the type's behavior (e.g., weight calculation method, grading basis). The data is primarily administrative and configured during system implementation or by functional users via the application's front-end.
Common Use Cases and Queries
This table is essential for setup, reporting, and data validation. Common use cases include populating list of values (LOVs) in assessment definition forms, validating data entry in transactional interfaces, and generating reports that categorize assessment results by type. A typical query would join this table to transactional data to provide meaningful descriptions.
- Listing All Active Assessment Types:
SELECT assessment_type FROM igs.igs_as_assessmnt_typ WHERE NVL(end_date, SYSDATE) >= SYSDATE; - Reporting on Assessments with Descriptions:
SELECT t.assessment_type, a.item_code, a.grade FROM igs.igs_as_item_ass a JOIN igs.igs_as_assessmnt_typ t ON a.assessment_type = t.assessment_type; - Data Validation in Interfaces: Before loading assessment data, a validation step checks if the provided
assessment_typeexists in this table to ensure referential integrity.
Related Objects
The IGS_AS_ASSESSMNT_TYP table maintains critical relationships with several other key tables in the Student System, as documented by its foreign key constraints.
- Referenced by (Child Tables):
- IGS_AS_APPR_GRD_SCH: Links via
ASSESSMENT_TYPE. This defines which grade schemes are approved for use with specific assessment types. - IGS_AS_ANON_ID_ASS: Links via
ASSESSMENT_TYPE. This likely controls anonymous marking settings for different assessment types. - IGS_AS_ANON_METHOD: Links via
ASSESSMENT_TYPE. This likely defines the specific anonymous marking method for an assessment type.
- IGS_AS_APPR_GRD_SCH: Links via
- References (Parent Table):
- IGS_AS_SASSESS_TYPE: This table references
IGS_AS_SASSESS_TYPEvia the columnS_ASSESSMENT_TYPE. This suggests a hierarchical or sub-typing relationship where an assessment type may be further classified into a more specific system-defined subtype.
- IGS_AS_SASSESS_TYPE: This table references
-
Table: IGS_AS_ASSESSMNT_TYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ASSESSMNT_TYP, object_name:IGS_AS_ASSESSMNT_TYP, status:VALID, product: IGS - Student System , description: Describes possible types of assessment items , implementation_dba_data: IGS.IGS_AS_ASSESSMNT_TYP ,
-
Table: IGS_AS_ASSESSMNT_TYP
12.2.2
product: IGS - Student System (Obsolete) , description: Describes possible types of assessment items , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_VAL_EI dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_AS_VAL_AI dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_AS_GEN_003 dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_AS_VAL_SUAAI dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_PS_GEN_008 dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_AS_ASSESSMNT_TYP_PKG dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_AS_ANON_GRD_PKG dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_AS_VAL_UAI dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_AS_VAL_AIEM dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_AS_ANON_GRD_PKG dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_AS_VAL_AI dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_AS_GEN_002 dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_PS_VAL_UAI dependencies on IGS_AS_ASSESSMNT_TYP
12.1.1
-
APPS.IGS_AS_VAL_AI SQL Statements
12.1.1
-
APPS.IGS_AS_ASSESSMNT_TYP_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_ANON_GRD_PKG dependencies on IGS_AS_ASSESSMNT_ITM
12.1.1
-
VIEW: APPS.IGSBV_AS_ASSESSMENT_TYPES
12.1.1
-
VIEW: APPS.IGS_AS_ANON_METHOD_V
12.1.1
-
APPS.IGS_AS_VAL_UAI dependencies on IGS_AS_ASSESSMNT_ITM
12.1.1
-
APPS.IGS_PS_VAL_UAI dependencies on IGS_PS_UNIT_OFR_OPT
12.1.1
-
VIEW: APPS.IGSFV_AS_ASSESSMENT_TYPES
12.1.1
-
APPS.IGS_AS_GEN_003 dependencies on IGS_AS_ASSESSMNT_ITM
12.1.1
-
APPS.IGS_PS_VAL_UAI dependencies on IGS_AS_ASSESSMNT_ITM
12.1.1
-
APPS.IGS_AS_ANON_GRD_PKG dependencies on IGS_AS_UNITASS_ITEM
12.1.1
-
VIEW: APPS.IGSFV_AS_ASSESSMENT_ITEMS
12.1.1
-
VIEW: APPS.IGSBV_AS_ANONYMOUS_ID_ASSESS
12.1.1
-
APPS.IGS_AS_ANON_GRD_PKG dependencies on IGS_AS_UNIT_CLASS
12.1.1
-
APPS.IGS_PS_VAL_UAI dependencies on IGS_PS_UNITASS_ITEM
12.1.1
-
VIEW: APPS.IGSBV_AS_APPR_AST_ITM_GRD_SCHS
12.1.1
-
VIEW: APPS.IGSFV_AS_ANONYMOUS_ID_ASSESS
12.1.1
-
VIEW: APPS.IGSFV_AS_APPR_AST_ITM_GRD_SCHS
12.1.1
-
APPS.IGS_AS_VAL_SUAAI dependencies on IGS_AS_ASSESSMNT_ITM
12.1.1
-
VIEW: APPS.IGS_AS_ASSESSMENT_ITM_V
12.1.1
-
SYNONYM: APPS.IGS_AS_ASSESSMNT_TYP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_ASSESSMNT_TYP, status:VALID,
-
VIEW: APPS.IGS_AS_UAI_FIND_V
12.1.1
-
VIEW: APPS.IGS_AS_UNIT_ASSESSMENT_ITEM_V
12.1.1
-
APPS.IGS_AS_VAL_UAI SQL Statements
12.1.1
-
APPS.IGS_AS_GEN_002 dependencies on IGS_AS_ASSESSMNT_ITM
12.1.1
-
VIEW: APPS.IGS_AS_UAI_EXAM_CI_INIT_V
12.1.1
-
APPS.IGS_AS_ANON_GRD_PKG dependencies on IGS_PS_UNITASS_ITEM
12.1.1
-
APPS.IGS_AS_GEN_002 SQL Statements
12.1.1
-
APPS.IGS_PS_VAL_UAI SQL Statements
12.1.1
-
VIEW: APPS.IGS_AS_UAI_EXAM_CI_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_ASSESSMNT_TYP_PKG
12.1.1
-
TABLE: IGS.IGS_AS_ASSESSMNT_TYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ASSESSMNT_TYP, object_name:IGS_AS_ASSESSMNT_TYP, status:VALID,
-
Table: IGS_AS_ANON_METHOD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ANON_METHOD, object_name:IGS_AS_ANON_METHOD, status:VALID, product: IGS - Student System , description: Holds methods defined for different Load Calendar Types , implementation_dba_data: IGS.IGS_AS_ANON_METHOD ,
-
APPS.IGS_AS_VAL_AIEM SQL Statements
12.1.1