Search Results exam_announcements
Overview
APPS.IGS_AS_ASSESSMNT_ITM is a reporting and integration view in the Oracle E-Business Suite Student System (Oracle Student System, or OSI) that exposes assessment item definitions used within the institution's assessment and examination portfolio. The view is defined over the base table IGS_AS_ASSESSMNT_ITM_ALL, providing a business-facing projection of assessment records including assessment identifiers, paper names, examination scheduling attributes, supervisory and candidate instruction text, and descriptive flexfield segments. Within EBS 12.1.1 and 12.2.2, this view serves as the standard interface through which assessment metadata is presented to reports, concurrent programs, and external integrations without requiring direct navigation of the underlying _ALL table.
The view applies an application security predicate against ORG_ID, meaning that multi-org (operating unit) filtering is enforced at the view level. A record is returned only where the operating unit resolved from the session context (USERENV('CLIENT_INFO')) matches the row's ORG_ID, or where both resolve to the sentinel value -99. This design ensures that callers automatically receive only the assessments belonging to the current operating unit context.
Underlying Base Objects
The ETRM metadata documents the view as selecting from IGS_AS_ASSESSMNT_ITM_ALL. The trailing "_ALL" convention indicates a multi-org enabled table that stores assessment item definitions for all operating units, with rows partitioned logically by ORG_ID. The view does not document any additional joined base objects; all columns are sourced from this single table. Consequently, the view is a one-to-one projection of the base table, with the sole transformation being the multiorg WHERE clause and the retention of ROWID as ROW_ID for downstream identification.
Because the view is built directly on the _ALL table, DML against the view is generally restricted; it is intended for read access. Organizations requiring updates to assessment instructions or scheduling attributes should target the base table or the associated application forms rather than the view.
Key Columns
- ROW_ID — Surrogate identifier derived from the base table ROWID.
- ASS_ID — Primary assessment identifier linking the item to the assessment definition.
- ASSESSMENT_TYPE — Classification of the assessment item (for example, examination, coursework, or test).
- DESCRIPTION — Narrative description of the assessment item.
- EXAM_SHORT_PAPER_NAME / EXAM_PAPER_NAME — Short and full paper titles used on examination documentation.
- EXAM_WORKING_TIME / EXAM_PERUSAL_TIME — Allocated working and reading (perusal) durations for examinations.
- EXAM_SCHEDULED_IND — Indicator of whether the examination is scheduled.
- EXAM_SUPERVISOR_INSTRCTN — Instructions directed to examination supervisors or invigilators.
- EXAM_ANNOUNCEMENTS — Announcements to be communicated in relation to the examination.
- EXAM_ALLOWABLE_INSTRCTN — Instructions describing permitted materials or conduct.
- EXAM_NON_ALLOWED_INSTRCTN — Instructions describing prohibited materials or conduct.
- EXAM_SUPPLIED_INSTRCTN — Instructions relating to materials or information supplied to candidates; this is the column associated with the search term "exam_supplied_instrctn".
- EXAM_CONSTRAINTS — Constraints applicable to the assessment item.
- QUESTION_OR_TITLE — Question text or title presented to the candidate.
- ASS_LENGTH_OR_DURATION — Length or duration of the assessment.
- CLOSED_IND — Flag indicating whether the assessment item is closed.
- ORG_ID — Operating unit owning the record, used for the view's security predicate.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE20 — Descriptive flexfield context and segments for institution-specific extensions.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include generating examination instruction sheets, validating that required instructions such as EXAM_SUPPLIED_INSTRCTN are populated, and feeding assessment metadata into scheduling or student portal integrations.
Retrieve all instruction text for a specific assessment:
SELECT ass_id, exam_paper_name, exam_supervisor_instrctn, exam_supplied_instrctn, exam_allowable_instrctn FROM apps.igs_as_assessmnt_itm WHERE ass_id = :p_ass_id;
Locate assessment items missing supplied instructions:
SELECT ass_id, description, exam_paper_name FROM apps.igs_as_assessmnt_itm WHERE exam_supplied_instrctn IS NULL AND closed_ind = 'N';
List open scheduled examinations with durations for a given operating unit context:
SELECT ass_id, exam_paper_name, exam_working_time, exam_perusal_time FROM apps.igs_as_assessmnt_itm WHERE assessment_type = 'EXAM' AND exam_scheduled_ind = 'Y' AND closed_ind = 'N';
-
VIEW: APPS.IGS_AS_ASSESSMNT_ITM
12.1.1
-
View: IGS_AS_ASSESSMNT_ITM
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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_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 ,
-
View: IGSBV_AS_ASSESSMENT_ITEMS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an item a student might be assessed. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_ASSESSMENT_ITM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ASSESSMENT_ITM_V, object_name:IGS_AS_ASSESSMENT_ITM_V, status:VALID,
-
View: IGSFV_AS_ASSESSMENT_ITEMS
12.2.2
product: IGS - Student System (Obsolete) , 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: Not implemented in this database ,
-
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: APPS.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,
-
View: IGS_AS_ASSESSMENT_ITM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ASSESSMENT_ITM_V, object_name:IGS_AS_ASSESSMENT_ITM_V, status:VALID, product: IGS - Student System , description: Contains Items for which a student can be assessed , implementation_dba_data: APPS.IGS_AS_ASSESSMENT_ITM_V ,
-
View: IGS_AS_ASSESSMENT_ITM_V
12.2.2
product: IGS - Student System (Obsolete) , description: Contains Items for which a student can be assessed , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
APPS.IGS_AS_ASSESSMNT_ITM_PKG SQL Statements
12.1.1
-
TABLE: IGS.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,
-
PACKAGE BODY: APPS.IGS_AS_ASSESSMNT_ITM_PKG
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'. ,