Search Results igs_as_su_atmpt_itm
Overview
The IGS_AS_SU_ATMPT_ITM table is a core data object within the Oracle E-Business Suite Student System (IGS) for versions 12.1.1 and 12.2.2. It serves as the central repository for linking individual assessment items to specific student unit attempts. This table records which assessment items—such as exams, assignments, or projects—are allocated to a student for a particular unit enrollment. Allocations can occur either manually by an administrator or automatically via the unit's default assessment pattern. The table is fundamental to the assessment lifecycle, enabling the tracking, grading, and reporting of student performance at the granular level of each assessment component.
Key Information Stored
The table's structure is defined by its composite primary and unique keys, which enforce data integrity for the complex relationships it manages. The primary data points stored include identifiers for the student, their course, the specific unit offering (UOO_ID), and the assessment item (ASS_ID). A critical column is CREATION_DT, which is part of the primary key, allowing for historical tracking of multiple allocations of the same assessment item. Other significant columns reference related entities: SUA_ASS_ITEM_GROUP_ID links to assessment item groups, TRACKING_ID connects to tracking items, ASS_PATTERN_ID ties to the assessment pattern, and a set of columns (GRADING_SCHEMA_CD, GS_VERSION_NUMBER, GRADE) links to the grading schema to record or derive the final result for that item.
Common Use Cases and Queries
A primary use case is generating a student's assessment schedule or transcript, detailing all graded components for their enrolled units. Administrators use this table to manage special considerations, such as applying for extensions or alternative assessments, which are recorded against a specific assessment item attempt. Reporting on assessment workload or grade distributions also relies on this table. Common SQL queries involve joining to student (IGS_EN_SU_ATTEMPT_ALL) and assessment definition (IGS_AS_ASSESSMNT_ITM_ALL) tables. For example, to list all assessment items for a student in a given unit offering:
- SELECT * FROM igs_as_su_atmpt_itm sai
- JOIN igs_en_su_attempt_all sua ON sai.person_id = sua.person_id AND sai.course_cd = sua.course_cd AND sai.uoo_id = sua.uoo_id
- JOIN igs_as_assessmnt_itm_all ai ON sai.ass_id = ai.ass_id
- WHERE sai.person_id = [STUDENT_ID] AND sai.uoo_id = [UOO_ID];
Related Objects
The table maintains extensive relationships with other key entities in the Student System, as evidenced by its foreign key constraints. It is a child table to IGS_EN_SU_ATTEMPT_ALL (the student unit attempt) and IGS_AS_ASSESSMNT_ITM_ALL (the master definition of an assessment item). It is also a parent table to several transactional and historical entities, including IGS_AS_SPL_CONS_APPL (for special consideration applications) and IGS_AS_STD_EXM_INSTN_ALL (for standard exam instructions). The relationships with IGS_AS_SUA_AI_GROUP, IGS_TR_ITEM_ALL, IGS_AS_UNTAS_PATTERN_ALL, and IGS_AS_GRD_SCH_GRADE further integrate it with assessment grouping, student tracking, assessment patterns, and the grading system, respectively.
-
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 ,
-
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 ,
-
APPS.IGS_AS_GEN_001 dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_GEN_007 dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_ADI_UPLD_AIO_PKG dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_VAL_SCAP dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_DERIVE_GRADE dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_EN_NSC_PKG dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_GEN_004 dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_VAL_SUAAI dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_VAL_AI dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_ADI_UPLD_UG_PKG dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_SU_ATMPT_ITM_PKG dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_VAL_SUAAI dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_ANON_GRD_PKG dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_GEN_005 dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_AS_VAL_SCAP dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_AS_SU_ATMPT_ITM
12.1.1
-
VIEW: APPS.IGS_AS_SU_ATMPT_ITM_DFV
12.1.1
-
APPS.IGS_AS_GEN_004 dependencies on FND_GLOBAL
12.1.1
-
VIEW: APPS.IGS_AS_SUAAI_OUTHIST_V
12.1.1
-
Table: IGS_AS_SUAAI_OUHIST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SUAAI_OUHIST, object_name:IGS_AS_SUAAI_OUHIST, status:VALID, product: IGS - Student System , description: The history of the for the student assessment item outcomes is recorded in this table. The base table for the history table is IGS_AS_SU_ATMPT_ITM. The history is tracked for grading schema, mark, grade, outcome date and outcome comment c , implementation_dba_data: IGS.IGS_AS_SUAAI_OUHIST ,
-
Table: IGS_AS_SUAAI_OUHIST
12.2.2
product: IGS - Student System (Obsolete) , description: The history of the for the student assessment item outcomes is recorded in this table. The base table for the history table is IGS_AS_SU_ATMPT_ITM. The history is tracked for grading schema, mark, grade, outcome date and outcome comment c , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_AS_SU_ATMPT_ITM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_SU_ATMPT_ITM, status:VALID,
-
View: IGS_AS_SUAAI_OUTHIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This is history view to for tracking the student assessment items outcomes. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUAAI_OUTHIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_OUTHIST_V, object_name:IGS_AS_SUAAI_OUTHIST_V, status:VALID, product: IGS - Student System , description: This is history view to for tracking the student assessment items outcomes. , implementation_dba_data: APPS.IGS_AS_SUAAI_OUTHIST_V ,
-
APPS.IGS_AS_GEN_007 dependencies on IGS_AS_UNIT_CLASS
12.1.1
-
APPS.IGS_AS_GEN_005 dependencies on FND_GLOBAL
12.1.1
-
APPS.IGS_AS_SU_ATMPT_ITM_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
APPS.IGS_AS_GEN_001 dependencies on IGS_EN_SU_ATTEMPT_ALL
12.1.1
-
Table: IGS_AS_SUA_AI_GROUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SUA_AI_GROUP, object_name:IGS_AS_SUA_AI_GROUP, status:VALID, product: IGS - Student System , description: Student Unit Attempt Assessment Item Group , implementation_dba_data: IGS.IGS_AS_SUA_AI_GROUP ,
-
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 ,
-
APPS.IGS_AS_SU_ATMPT_PAT_PKG dependencies on IGS_GE_DATE
12.1.1
-
Table: IGS_AS_UNTAS_PATTERN_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: - Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_SPL_CONS_APPL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SPL_CONS_APPL, object_name:IGS_AS_SPL_CONS_APPL, status:VALID, product: IGS - Student System , description: Describes occurrence of an application for special consideration , implementation_dba_data: IGS.IGS_AS_SPL_CONS_APPL ,
-
VIEW: APPS.IGS_AS_UAI_EXAMINATION_V
12.1.1
-
APPS.IGS_AS_DERIVE_GRADE dependencies on IGS_AS_SUA_AI_GROUP
12.1.1
-
VIEW: APPS.IGS_AS_SUAAI_V
12.1.1
-
VIEW: APPS.IGS_AS_SUAAI_HIST_V
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_TR_STEP
12.1.1
-
APPS.IGS_AS_GEN_005 SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_AS_VAL_SCAP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AS_VAL_SCAP, status:VALID,
-
Table: IGS_AS_STD_EXM_INSTN_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_STD_EXM_INSTN_ALL, object_name:IGS_AS_STD_EXM_INSTN_ALL, status:VALID, product: IGS - Student System , description: Describes relationship between student unit attempt and time-tabled examination instance , implementation_dba_data: IGS.IGS_AS_STD_EXM_INSTN_ALL ,
-
PACKAGE BODY: APPS.IGS_AS_VAL_SCAP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_VAL_SCAP, status:VALID,
-
PACKAGE: APPS.IGS_AS_VAL_SUAAI
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AS_VAL_SUAAI, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_VAL_AI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_VAL_AI, status:VALID,
-
Table: IGS_AS_UNTAS_PATTERN_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNTAS_PATTERN_ALL, object_name:IGS_AS_UNTAS_PATTERN_ALL, status:VALID, product: IGS - Student System , description: - Obsolete , implementation_dba_data: IGS.IGS_AS_UNTAS_PATTERN_ALL ,
-
VIEW: APPS.IGS_AS_SU_ATMPT_ITM_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IGS_AS_SU_ATMPT_ITM_DFV, status:VALID,