Search Results igs_as_unitass_item_all
Overview
The IGS_AS_UNITASS_ITEM_ALL table is a core data object within the Oracle E-Business Suite Student System (IGS) module, specifically for releases 12.1.1 and 12.2.2. It serves as the central repository for defining and managing assessment items that are allocated to a specific unit version offered within a particular teaching calendar instance. This table is fundamental to the academic assessment framework, enabling the configuration of exams, assignments, and other evaluative components for a course offering. Its design supports a multi-org structure, as indicated by the '_ALL' suffix, allowing data to be partitioned by operating unit. The table's primary role is to establish the link between a unit offering pattern, the assessment definition, and the logistical or grading rules applied to that assessment item.
Key Information Stored
The table stores metadata that defines an assessment item's context, configuration, and administration. Key columns include the surrogate primary key, UNIT_ASS_ITEM_ID, and the unique key combination that defines the item's business context: UNIT_CD, VERSION_NUMBER, CAL_TYPE, CI_SEQUENCE_NUMBER, ASS_ID, and SEQUENCE_NUMBER. This composite key ties the assessment item to a precise unit version and teaching calendar. Other significant columns govern the item's behavior and administration: GRADING_SCHEMA_CD and GS_VERSION_NUMBER link to the applicable grading scheme; EXAM_CAL_TYPE and EXAM_CI_SEQUENCE_NUMBER optionally link to a separate calendar for scheduling exams; LOCATION_CD specifies the assessment venue; and UNIT_ASS_ITEM_GROUP_ID associates the item with a logical grouping of assessments. The table also typically includes descriptive fields, weightings, duration, and status controls.
Common Use Cases and Queries
This table is central to numerous academic processes. Common use cases include generating examination timetables by joining to calendar instance tables, calculating final grades by aggregating weighted assessment items, and producing assessment schedules for students and faculty. A typical reporting query might retrieve all assessment items for a unit offering to validate configuration.
- Listing Assessments for a Unit Offering:
SELECT ass_id, sequence_number, grading_schema_cd FROM igs_as_unitass_item_all WHERE unit_cd = 'MATH101' AND cal_type = 'SEM1' AND ci_sequence_number = 202301; - Identifying Exam Assessments: Queries often join to IGS_CA_INST_ALL via EXAM_CAL_TYPE and EXAM_CI_SEQUENCE_NUMBER to fetch exam dates and details.
- Data Validation: Checking for assessment items missing required grading schemas or linked to invalid unit offering patterns is a critical administrative task.
Related Objects
The IGS_AS_UNITASS_ITEM_ALL table maintains integral relationships with several other key tables in the Student System, as documented by its foreign key constraints.
- IGS_PS_UNIT_OFR_PAT_ALL: Defines the parent unit offering pattern. Joined via UNIT_CD, VERSION_NUMBER, CAL_TYPE, and CI_SEQUENCE_NUMBER.
- IGS_AS_UNIT_AI_GRP: Links to an assessment item grouping via UNIT_ASS_ITEM_GROUP_ID.
- IGS_AS_GRD_SCHEMA: References the grading schema applied to this item via GRADING_SCHEMA_CD and GS_VERSION_NUMBER.
- IGS_AD_LOCATION_ALL: Specifies the assessment location via LOCATION_CD.
- IGS_CA_INST_ALL: Optionally links to a separate calendar instance for exam scheduling via EXAM_CAL_TYPE and EXAM_CI_SEQUENCE_NUMBER.
- IGS_AS_UNT_PATRN_ITM: Serves as a child table, where specific pattern item details (like due dates for different attendance modes) are stored, linked via the unit offering and assessment key columns.
-
Table: IGS_AS_UNITASS_ITEM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNITASS_ITEM_ALL, object_name:IGS_AS_UNITASS_ITEM_ALL, status:VALID, product: IGS - Student System , description: Describes assessment items allocated to unit version within nominated teaching calendar instance , implementation_dba_data: IGS.IGS_AS_UNITASS_ITEM_ALL ,
-
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 ,
-
APPS.IGS_AS_GEN_003 dependencies on IGS_AS_UNITASS_ITEM_ALL
12.1.1
-
APPS.IGS_AS_DERIVE_GRADE dependencies on IGS_AS_UNITASS_ITEM_ALL
12.1.1
-
APPS.IGS_AS_GEN_002 dependencies on IGS_AS_UNITASS_ITEM_ALL
12.1.1
-
APPS.IGS_PS_GEN_008 dependencies on IGS_AS_UNITASS_ITEM_ALL
12.1.1
-
APPS.IGS_AS_GEN_003 dependencies on IGS_AS_UNITASS_ITEM_ALL
12.1.1
-
APPS.IGS_AS_GEN_002 dependencies on IGS_AS_UNITASS_ITEM_ALL
12.1.1
-
APPS.IGS_AS_VAL_UAI dependencies on IGS_AS_UNITASS_ITEM_ALL
12.1.1
-
APPS.IGS_AS_GEN_005 dependencies on IGS_AS_UNITASS_ITEM_ALL
12.1.1
-
APPS.IGS_AS_VAL_UAI dependencies on IGS_AS_UNITASS_ITEM_ALL
12.1.1
-
APPS.IGS_AS_GEN_005 dependencies on IGS_AS_UNITASS_ITEM_ALL
12.1.1
-
APPS.IGS_AS_UNITASS_ITEM_PKG dependencies on IGS_AS_UNITASS_ITEM_ALL
12.1.1
-
VIEW: APPS.IGS_AS_ASSITEM_ADI_V
12.1.1
-
VIEW: APPS.IGS_AS_UAI_FIND_V
12.1.1
-
VIEW: APPS.IGSBV_AS_UNIT_ASSESSMENT_ITEMS
12.1.1
-
SYNONYM: APPS.IGS_AS_UNITASS_ITEM_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_UNITASS_ITEM_ALL, status:VALID,
-
APPS.IGS_AS_UNITASS_ITEM_PKG SQL Statements
12.1.1
-
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_ASSITEM_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Assessment Item WebADI View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_UAP_ITEM_V
12.1.1
-
VIEW: APPS.IGS_AS_UNITASS_ITEM
12.1.1
-
VIEW: APPS.IGS_AS_UAI_SUA_V
12.1.1
-
VIEW: APPS.IGSFV_AS_UNIT_ASSESSMENT_ITEMS
12.1.1
-
APPS.IGS_AS_UNITASS_ITEM_PKG dependencies on DUAL
12.1.1
-
APPS.IGS_AS_UNITASS_ITEM_PKG dependencies on IGS_AS_UNITASS_ITEM_S
12.1.1
-
Table: IGS_AS_UNIT_AI_GRP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNIT_AI_GRP, object_name:IGS_AS_UNIT_AI_GRP, status:VALID, product: IGS - Student System , description: Unit Assessment Item Group , implementation_dba_data: IGS.IGS_AS_UNIT_AI_GRP ,
-
VIEW: APPS.IGS_AS_UNITASS_ITEM_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_VAL_UAI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_VAL_UAI, status:VALID,
-
Table: IGS_AS_UNT_PATRN_ITM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNT_PATRN_ITM, object_name:IGS_AS_UNT_PATRN_ITM, status:VALID, product: IGS - Student System , description: - Obsolete , implementation_dba_data: IGS.IGS_AS_UNT_PATRN_ITM ,
-
Table: IGS_AS_UNIT_AI_GRP
12.2.2
product: IGS - Student System (Obsolete) , description: Unit Assessment Item Group , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_UNT_PATRN_ITM
12.2.2
product: IGS - Student System (Obsolete) , description: - Obsolete , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_002, status:VALID,
-
VIEW: APPS.IGSBV_AS_SU_ATMPT_AST_ITEMS
12.1.1
-
APPS.IGS_PS_GEN_008 dependencies on IGS_AS_UNITASS_ITEM
12.1.1
-
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 ,
-
VIEW: APPS.IGS_AS_SUAAI_V
12.1.1
-
View: IGSBV_AS_UNIT_ASSESSMENT_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_UNIT_ASSESSMENT_ITEMS, object_name:IGSBV_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.IGSBV_AS_UNIT_ASSESSMENT_ITEMS ,
-
VIEW: APPS.IGSFV_AS_SU_ATMPT_AST_ITEMS
12.1.1
-
PACKAGE: APPS.IGS_AS_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AS_GEN_002, status:VALID,
-
PACKAGE: APPS.IGS_AS_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AS_GEN_005, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_003, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_DERIVE_GRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_DERIVE_GRADE, status:VALID,
-
Table: IGS_PS_UNIT_OFR_PAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR_PAT_ALL, object_name:IGS_PS_UNIT_OFR_PAT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the offering pattern of a unit offering option. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR_PAT_ALL ,
-
View: IGSBV_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 ,
-
Table: IGS_PS_UNIT_OFR_PAT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the offering pattern of a unit offering option. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
PACKAGE BODY: APPS.IGS_AS_UNITASS_ITEM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_UNITASS_ITEM_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_UNITASS_ITEM_PKG
12.1.1