Search Results igs_as_assessmnt_itm_all
Overview
The IGS_AS_ASSESSMNT_ITM_ALL table is a core data structure within the Oracle E-Business Suite Student System (IGS) for versions 12.1.1 and 12.2.2. It serves as the master definition table for assessment items, which are the discrete units of work or evaluation for which a student's performance is measured and recorded. An assessment item can represent an examination, a coursework assignment, a practical test, or any other evaluative component within an academic course. Its primary role is to establish the fundamental characteristics and administrative rules for each assessable item, providing a central reference point that is linked to student attempts, grading, and exam scheduling throughout the assessment lifecycle.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is documented as ASS_ID, a unique identifier for each assessment item record. Based on its description and relational context, the table typically stores descriptive and control attributes for an assessment item. Common columns in such a structure include the item's name, code, and detailed description. It also holds critical configuration data such as the assessment item type, its status, associated grading schema, maximum possible marks or grade, and weighting within a larger assessment model. The 'ALL' suffix indicates the table supports multi-organization architecture, meaning it likely includes an ORG_ID column to partition data by operating unit.
Common Use Cases and Queries
This table is central to queries supporting assessment setup, student result entry, and academic reporting. A common administrative use case is generating a list of all active assessment items for a term or course, which can be achieved by querying this table and joining to related course tables. For student-facing systems, a query might retrieve the details of items for which a specific student is enrolled. During grade processing, the table is referenced to validate grades against the defined grading schema and to calculate weighted scores. A typical reporting pattern involves joining IGS_AS_ASSESSMNT_ITM_ALL to student attempt tables to analyze performance across different assessment types.
- Sample Query Pattern: SELECT ass_id, item_code, item_name, max_mark FROM igs_as_assessmnt_itm_all WHERE org_id = :p_org_id AND status = 'ACTIVE';
Related Objects
The IGS_AS_ASSESSMNT_ITM_ALL table has a foundational relationship with several key transactional and setup tables in the Student System, as evidenced by its foreign key constraints. The primary key (ASS_ID) is referenced by the IGS_AS_SU_ATMPT_ITM table, which records individual student attempts on these items. It is linked to IGS_AS_EXAM_INSTANCE_ALL for scheduling specific sittings of exam-type items. Setup relationships include IGS_AS_COURSE_TYPE_ALL for course-level assessment rules and IGS_AS_ITEM_ASSESSOR for assigning markers. The connection to IGS_AS_ITM_EXAM_MTRL manages associated examination materials. These relationships underscore its role as the source of truth for assessment item definitions.
-
Table: IGS_AS_ASSESSMNT_ITM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ASSESSMNT_ITM_ALL, object_name:IGS_AS_ASSESSMNT_ITM_ALL, status:VALID, product: IGS - Student System , description: Describes an item for which a student can be assessed , implementation_dba_data: IGS.IGS_AS_ASSESSMNT_ITM_ALL ,
-
Table: IGS_AS_ITM_EXAM_MTRL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ITM_EXAM_MTRL, object_name:IGS_AS_ITM_EXAM_MTRL, status:VALID, product: IGS - Student System , description: Describes allowed, disallowed, and supplied materials for an examination , implementation_dba_data: IGS.IGS_AS_ITM_EXAM_MTRL ,
-
Table: IGS_AS_COURSE_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_COURSE_TYPE_ALL, object_name:IGS_AS_COURSE_TYPE_ALL, status:VALID, product: IGS - Student System , description: Describes course types applicable for assessment item, used in the allocation of assessment items to students , implementation_dba_data: IGS.IGS_AS_COURSE_TYPE_ALL ,
-
Table: IGS_AS_ITEM_ASSESSOR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ITEM_ASSESSOR, object_name:IGS_AS_ITEM_ASSESSOR, status:VALID, product: IGS - Student System , description: This table describes assessors applicable for assessment items , implementation_dba_data: IGS.IGS_AS_ITEM_ASSESSOR ,
-
Table: IGS_AS_EXAM_INSTANCE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_EXAM_INSTANCE_ALL, object_name:IGS_AS_EXAM_INSTANCE_ALL, status:VALID, product: IGS - Student System , description: Describes relationship between examination session instance and venue , implementation_dba_data: IGS.IGS_AS_EXAM_INSTANCE_ALL ,
-
View: IGSBV_AS_ASSESSMENT_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_ASSESSMENT_ITEMS, object_name:IGSBV_AS_ASSESSMENT_ITEMS, status:VALID, product: IGS - Student System , description: Describes an item a student might be assessed. , implementation_dba_data: APPS.IGSBV_AS_ASSESSMENT_ITEMS ,
-
Table: IGS_AS_SU_ATMPT_ITM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SU_ATMPT_ITM, object_name:IGS_AS_SU_ATMPT_ITM, status:VALID, product: IGS - Student System , description: Describes assessment item allocated to student unit attempt, either manually or by unit's default assessment items , implementation_dba_data: IGS.IGS_AS_SU_ATMPT_ITM ,
-
View: IGSFV_AS_ASSESSMENT_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_ASSESSMENT_ITEMS, object_name:IGSFV_AS_ASSESSMENT_ITEMS, status:VALID, product: IGS - Student System , description: Describes an item a student might be assessed. All items are of a nominated type, as defined by the assessment type assigned. An assessment item can be either an examinable or non-examinable item. Examinable items may require scheduling dur , implementation_dba_data: APPS.IGSFV_AS_ASSESSMENT_ITEMS ,
-
View: IGS_AS_ASSITEM_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ASSITEM_ADI_V, object_name:IGS_AS_ASSITEM_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Item WebADI View , implementation_dba_data: APPS.IGS_AS_ASSITEM_ADI_V ,
-
View: IGS_AS_UAP_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAP_ITEM_V, object_name:IGS_AS_UAP_ITEM_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_UAP_ITEM_V ,
-
View: IGSFV_AS_SPECIAL_CONSID_APPLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SPECIAL_CONSID_APPLS, object_name:IGSFV_AS_SPECIAL_CONSID_APPLS, status:VALID, product: IGS - Student System , description: Describes occurrence of an application for special consideration. , implementation_dba_data: APPS.IGSFV_AS_SPECIAL_CONSID_APPLS ,
-
View: IGS_AS_UAI_FIND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAI_FIND_V, object_name:IGS_AS_UAI_FIND_V, status:VALID, product: IGS - Student System , description: This view is used for the Find Unit Assessment Item form. (ASSF2311) , implementation_dba_data: APPS.IGS_AS_UAI_FIND_V ,
-
View: IGS_AS_UAI_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAI_SUA_V, object_name:IGS_AS_UAI_SUA_V, status:VALID, product: IGS - Student System , description: Describes the assessment items that are allocated to a unit version within a nominated teaching calendar instance for a student , implementation_dba_data: APPS.IGS_AS_UAI_SUA_V ,
-
View: IGS_AS_ASSESSMNT_ITM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ASSESSMNT_ITM, object_name:IGS_AS_ASSESSMNT_ITM, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_ASSESSMNT_ITM ,
-
View: IGSBV_AS_SPECIAL_CONSID_APPLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SPECIAL_CONSID_APPLS, object_name:IGSBV_AS_SPECIAL_CONSID_APPLS, status:VALID, product: IGS - Student System , description: Describes occurrence of an application for special consideration. , implementation_dba_data: APPS.IGSBV_AS_SPECIAL_CONSID_APPLS ,
-
View: IGSFV_AS_UNIT_ASSESSMENT_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_UNIT_ASSESSMENT_ITEMS, object_name:IGSFV_AS_UNIT_ASSESSMENT_ITEMS, status:VALID, product: IGS - Student System , description: Describes assessment items allocated to a unit version within nominated teaching calendar instance. , implementation_dba_data: APPS.IGSFV_AS_UNIT_ASSESSMENT_ITEMS ,
-
View: IGS_PS_UNITASS_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNITASS_ITEM_V, object_name:IGS_PS_UNITASS_ITEM_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNITASS_ITEM_V ,
-
View: IGS_AS_USECAI_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_USECAI_SUA_V, object_name:IGS_AS_USECAI_SUA_V, status:VALID, product: IGS - Student System , description: This view displays all the unit section assessment items that are currently applicable to the student unit attempt. , implementation_dba_data: APPS.IGS_AS_USECAI_SUA_V ,
-
View: IGS_AS_UNITASS_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UNITASS_ITEM_V, object_name:IGS_AS_UNITASS_ITEM_V, status:VALID, product: IGS - Student System , description: This view displays the assessment item for a unit offering. , implementation_dba_data: APPS.IGS_AS_UNITASS_ITEM_V ,
-
View: IGSBV_AS_SU_ATMPT_AST_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SU_ATMPT_AST_ITEMS, object_name:IGSBV_AS_SU_ATMPT_AST_ITEMS, status:VALID, product: IGS - Student System , description: Describes assessment item allocated to student unit attempt, either manually or by unit's default assessment items. , implementation_dba_data: APPS.IGSBV_AS_SU_ATMPT_AST_ITEMS ,
-
View: IGS_AS_SUAAI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_V, object_name:IGS_AS_SUAAI_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_SUAAI_V ,
-
View: IGSFV_AS_SU_ATMPT_AST_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SU_ATMPT_AST_ITEMS, object_name:IGSFV_AS_SU_ATMPT_AST_ITEMS, status:VALID, product: IGS - Student System , description: Describes assessment item allocated to student unit attempt, either manually or by unit's default assessment items. , implementation_dba_data: APPS.IGSFV_AS_SU_ATMPT_AST_ITEMS ,
-
View: IGS_AS_UGAI_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UGAI_ADI_V, object_name:IGS_AS_UGAI_ADI_V, status:VALID, product: IGS - Student System , description: Unit Grading / Assessment Item WebADI View , implementation_dba_data: APPS.IGS_AS_UGAI_ADI_V ,
-
View: IGS_AS_PROGUGAI_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_PROGUGAI_ADI_V, object_name:IGS_AS_PROGUGAI_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Progression/UnitGrade/AssessmentItem WebADI View , implementation_dba_data: APPS.IGS_AS_PROGUGAI_ADI_V ,