Search Results igs_as_item_assessor
Overview
The IGS_AS_ITEM_ASSESSOR table is a core data structure within the Oracle E-Business Suite's Student System (IGS). It serves the critical function of defining and managing the relationship between specific assessment items and the individuals or entities responsible for evaluating them. In the context of academic administration, this table enables the assignment of one or more assessors—such as instructors, external examiners, or review panels—to particular assessment tasks (e.g., exams, projects, or assignments). Its existence is fundamental to supporting complex assessment workflows, ensuring the correct personnel are linked to grading activities, and maintaining data integrity for academic records in versions 12.1.1 and 12.2.2.
Key Information Stored
The table's primary key is a composite of ASS_ID, PERSON_ID, and SEQUENCE_NUMBER, which uniquely identifies each assessor assignment for an assessment item. Key columns include ASS_ID, which links to the parent assessment item in IGS_AS_ASSESSMNT_ITM_ALL. The PERSON_ID column, referencing HZ_PARTIES, stores the identifier for the human assessor. The SEQUENCE_NUMBER allows for multiple assessors per item. Additional important foreign key columns define the context of the assessment, such as UNIT_CLASS (linking to IGS_AS_UNIT_CLASS_ALL) and UNIT_MODE (linking to IGS_AS_UNIT_MODE), and specify attributes like the ASS_ASSESSOR_TYPE (from IGS_AS_ASSESSOR_TYPE) and the physical LOCATION_CD (from IGS_AD_LOCATION_ALL).
Common Use Cases and Queries
A primary use case is generating a roster of all assessors for a given assessment item or unit offering, crucial for distributing grading workloads and managing marking deadlines. System interfaces also query this table to validate assessor permissions when grades are submitted. A typical reporting query might join to person and assessment item details:
- SELECT iai.ass_id, hp.party_name, iat.assessor_type, iai.sequence_number FROM igs.igs_as_item_assessor iai JOIN hz_parties hp ON iai.person_id = hp.party_id JOIN igs_as_assessor_type iat ON iai.ass_assessor_type = iat.assessor_type WHERE iai.ass_id = :p_ass_id ORDER BY iai.sequence_number;
Another common operational need is to identify all assessment items for which a specific person is assigned as an assessor, supporting workload management and conflict-of-interest checks.
Related Objects
IGS_AS_ITEM_ASSESSOR is centrally connected to several key tables via foreign key constraints. Its primary parent is IGS_AS_ASSESSMNT_ITM_ALL, which holds the definition of the assessment item itself. The link to HZ_PARTIES provides demographic data for the assessor. Contextual academic information is derived from IGS_AS_UNIT_CLASS_ALL and IGS_AS_UNIT_MODE. The assessor's type (e.g., primary, secondary, moderator) is defined in IGS_AS_ASSESSOR_TYPE, and a physical location may be specified via IGS_AD_LOCATION_ALL. This web of relationships positions the table as a vital junction between assessment logistics, personnel data, and academic structures.
-
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_ITEM_ASSESSOR
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes assessors applicable for assessment items , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AS_ITEM_ASSESSOR
12.1.1
-
APPS.IGS_AS_ITEM_ASSESSOR_PKG dependencies on IGS_AS_ITEM_ASSESSOR
12.1.1
-
APPS.IGS_AS_VAL_AIA dependencies on IGS_AS_ITEM_ASSESSOR
12.1.1
-
APPS.IGS_AS_VAL_AIA dependencies on IGS_AS_ITEM_ASSESSOR
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AS_ITEM_ASSESSOR
12.1.1
-
SYNONYM: APPS.IGS_AS_ITEM_ASSESSOR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_ITEM_ASSESSOR, status:VALID,
-
APPS.IGS_AS_ITEM_ASSESSOR_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_VAL_AIA SQL Statements
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_PS_UNIT_VER
12.1.1
-
Table: IGS_AS_UNIT_CLASS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNIT_CLASS_ALL, object_name:IGS_AS_UNIT_CLASS_ALL, status:VALID, product: IGS - Student System , description: Describes available unit classes, which map to unit mode , implementation_dba_data: IGS.IGS_AS_UNIT_CLASS_ALL ,
-
APPS.IGS_AS_GEN_006 dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
Table: IGS_AS_ASSESSOR_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ASSESSOR_TYPE, object_name:IGS_AS_ASSESSOR_TYPE, status:VALID, product: IGS - Student System , description: Describes available used-defined assessor types , implementation_dba_data: IGS.IGS_AS_ASSESSOR_TYPE ,
-
Table: IGS_AS_ASSESSOR_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available used-defined assessor types , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.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,
-
PACKAGE BODY: APPS.IGS_AS_ITEM_ASSESSOR_PKG
12.1.1
-
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 ,
-
VIEW: APPS.IGS_AS_ITEM_ASSESSOR_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_VAL_AIA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_VAL_AIA, status:VALID,
-
Table: IGS_AS_UNIT_MODE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNIT_MODE, object_name:IGS_AS_UNIT_MODE, status:VALID, product: IGS - Student System , description: Describes available university unit offering modes , implementation_dba_data: IGS.IGS_AS_UNIT_MODE ,
-
Table: IGS_AS_UNIT_MODE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available university unit offering modes , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_GEN_006 dependencies on IGS_PS_UNIT
12.1.1
-
Table: IGS_AS_UNIT_CLASS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available unit classes, which map to unit mode , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AS_ITEM_ASSESSOR_SEQ_NUM_S
12.1.1
-
Table: IGS_AS_ASSESSMNT_ITM_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an item for which a student can be assessed , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_AS_VAL_AIA
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AS_VAL_AIA, status:VALID,
-
APPS.IGS_AS_ITEM_ASSESSOR_PKG dependencies on IGS_AS_ITEM_ASSESSOR_PKG
12.1.1
-
Table: IGS_AD_LOCATION_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCATION_ALL, object_name:IGS_AD_LOCATION_ALL, status:VALID, product: IGS - Student System , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: IGS.IGS_AD_LOCATION_ALL ,
-
PACKAGE: APPS.IGS_AS_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AS_GEN_006, status:VALID,
-
View: IGS_AS_ITEM_ASSESSOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ITEM_ASSESSOR_V, object_name:IGS_AS_ITEM_ASSESSOR_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_ITEM_ASSESSOR_V ,
-
PACKAGE BODY: APPS.IGS_AS_ITEM_ASSESSOR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_ITEM_ASSESSOR_PKG, status:VALID,
-
APPS.IGS_AS_GEN_006 dependencies on DUAL
12.1.1
-
Table: IGS_AD_LOCATION_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_ITEM_ASSESSOR_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_ITEM_ASSESSOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ITEM_ASSESSOR_V, object_name:IGS_AS_ITEM_ASSESSOR_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_006, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_VAL_AIA
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AS_GEN_006 SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_006
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,