Search Results incomp_version_number
Overview
IGS_AS_UG_ADI_V is a view owned by the APPS schema in the Oracle E-Business Suite Student System (IGS) product. Its documented description is “Assessment Unit Grading WebADI View.” The view is registered as VALID in ETRM for both the 12.1.1 and 12.2.2 releases. It is designed to supply the flat, denormalised result set consumed by the Assessment Unit Grading WebADI (Web Applications Desktop Integrator) spreadsheet interface, through which grading staff upload, review, and validate assessment unit outcomes in bulk.
The view joins student assessment data with person, outcome, and grading schema information, and it directly invokes several PL/SQL functions and a package. In particular, the anonymous grading package IGS_AS_ANON_GRD_PKG is used to mask personally identifying information when an assessment unit offering has been flagged for anonymous grading, and the grade derivation package IGS_AS_DERIVE_GRADE is used to recompute grades and marks. This makes the view a reporting and integration surface rather than a purely static data source.
Underlying Base Objects
ETRM documents no referenced base objects for this view in 12.2.2, and the view text revealed in the documentation excerpt is complete enough to identify its principal dependencies by alias. The core source is the student unit attempt table, aliased SUA (IGS_AS_STUDENT_UNIT_ATT), which supplies person, course, unit, version, calendar, and offering identifiers. It is joined to the outcome table, aliased SUAO (the assessment unit outcome table carrying grade, mark, grading period, comments, release date, and override flags), and to a person/party source aliased P that provides PARTY_NUMBER, PERSON_LAST_NAME, PERSON_FIRST_NAME, and PERSON_MIDDLE_NAME.
Additional lookups include EC, an element/configuration source supplying KEY_DERIVE_UNIT_GRADE_FLAG, which controls whether stored grades are passed through unchanged or recomputed through IGS_AS_DERIVE_GRADE. A correlated scalar subquery references IGS_AS_GAA_SUB_HIST to retrieve the most recent grade submission date. Because these source objects are not formally registered as base objects in the ETRM record, dependency analysis should be confirmed against the live data dictionary on the target instance.
Key Columns
- PERSON_ID / PERSON_NUMBER / PERSON_NAME — the student identifier and descriptive person attributes. PERSON_NUMBER and PERSON_NAME are replaced with NULL and the literal ‘ANONYMOUS’ respectively when the anonymous grading check returns Y.
- ANONYMOUS_ID — the column returned by IGS_AS_ANON_GRD_PKG.GET_ANON_ID for anonymously graded offerings, and NULL otherwise. This is the attribute most frequently searched by users.
- COURSE_CD, UNIT_CD, SUA_VERSION_NUMBER, CAL_TYPE, CI_SEQUENCE_NUMBER, CI_START_DT, CI_END_DT, UOO_ID — the full academic context identifying the unit offering and teaching period.
- GRADE and MARK — conditionally derived: when KEY_DERIVE_UNIT_GRADE_FLAG is N the stored SUAO values are returned; otherwise the derived grade or mark is calculated by IGS_AS_DERIVE_GRADE.
- GRADING_PERIOD_CD, GRADING_SCHEMA_CD, SUAO_VERSION_NUMBER, S_GRADE_CREATION_METHOD_TYPE — outcome metadata describing which schema and period produced the result.
- FINALISED_OUTCOME_INDICATOR, MANUAL_OVERRIDE_FLAG, MARK_CAPPED_FLAG, RELEASE_DATE, NUMBER_TIMES_KEYED — workflow and control flags governing outcome status.
- TRANSLATED_* and INCOMP_* columns — translated grading schema details and incomplete-grade defaults.
- ORG_ID — the operating unit, supporting multi-org security in reporting.
Common Use Cases and Queries
Primary usage is populating the WebADI grading spreadsheet and validating uploads before they are written back to the outcome table. The ANONYMOUS_ID column is typically inspected by administrators auditing anonymous grading assignments, or by integration code that must map an anonymous marker back to an assessment unit offering.
- Extracting gradable outcomes for a unit offering prior to WebADI upload.
- Auditing anonymously graded offerings and their generated identifiers.
- Reporting finalised versus un-finalised outcomes by grading period.
- Reconciling derived grades against stored grades.
A representative query selecting the anonymous grading attributes is:
SELECT uoo_id, course_cd, unit_cd, sua_version_number,
grading_period_cd, anonymous_id, person_number, grade, mark
FROM apps.igs_as_ug_adi_v
WHERE uoo_id = :p_uoo_id
AND grading_period_cd = :p_grading_period;
Because the view calls IGS_AS_ANON_GRD_PKG and IGS_AS_DERIVE_GRADE per row, large-scale extracts should be restricted by UOO_ID, ORG_ID, or GRADING_PERIOD_CD to avoid performance degradation.
-
View: IGS_AS_UG_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UG_ADI_V, object_name:IGS_AS_UG_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Unit Grading WebADI View , implementation_dba_data: APPS.IGS_AS_UG_ADI_V ,
-
View: IGS_AS_SUAOA_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the most recent outcome of student unit attempt as grade or mark for different grading periods , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SUAOA_V
12.1.1
-
View: IGS_AS_SUAOA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAOA_V, object_name:IGS_AS_SUAOA_V, status:VALID, product: IGS - Student System , description: Describes the most recent outcome of student unit attempt as grade or mark for different grading periods , implementation_dba_data: APPS.IGS_AS_SUAOA_V ,
-
View: IGS_AS_UGAI_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Unit Grading / Assessment Item WebADI View , implementation_dba_data: Not implemented in this database ,
-
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_UG_ADI_V
12.2.2
product: IGS - Student System (Obsolete) , description: Assessment Unit Grading WebADI View , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SU_STMPTOUT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_STMPTOUT, object_name:IGS_AS_SU_STMPTOUT, status:VALID, product: IGS - Student System , description: Multi org View for student unit attempt outcome records. , implementation_dba_data: APPS.IGS_AS_SU_STMPTOUT ,
-
VIEW: APPS.IGS_AS_UGAI_ADI_V
12.1.1
-
View: IGS_AS_SU_STMPTOUT
12.2.2
product: IGS - Student System (Obsolete) , description: Multi org View for student unit attempt outcome records. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_UG_ADI_V
12.1.1
-
VIEW: APPS.IGS_AS_SU_STMPTOUT
12.1.1
-
VIEW: APPS.IGS_AS_SUAOA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAOA_V, object_name:IGS_AS_SUAOA_V, status:VALID,
-
VIEW: APPS.IGS_AS_UG_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UG_ADI_V, object_name:IGS_AS_UG_ADI_V, status:VALID,
-
View: IGSFV_AS_SU_ATMPT_OUTCOMES
12.2.2
product: IGS - Student System (Obsolete) , description: Describes a student unit attempt outcome , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
View: IGSBV_AS_SU_ATMPT_OUTCOMES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SU_ATMPT_OUTCOMES, object_name:IGSBV_AS_SU_ATMPT_OUTCOMES, status:VALID, product: IGS - Student System , description: Describes a student unit attempt outcome , implementation_dba_data: APPS.IGSBV_AS_SU_ATMPT_OUTCOMES ,
-
View: IGSBV_AS_SU_ATMPT_OUTCOMES
12.2.2
product: IGS - Student System (Obsolete) , description: Describes a student unit attempt outcome , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_SU_ATMPT_OUTCOMES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SU_ATMPT_OUTCOMES, object_name:IGSFV_AS_SU_ATMPT_OUTCOMES, status:VALID, product: IGS - Student System , description: Describes a student unit attempt outcome , implementation_dba_data: APPS.IGSFV_AS_SU_ATMPT_OUTCOMES ,
-
TABLE: IGS.IGS_AS_LGCY_SUO_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_LGCY_SUO_INT, object_name:IGS_AS_LGCY_SUO_INT, status:VALID,
-
VIEW: APPS.IGS_AS_SU_STMPTOUT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_STMPTOUT, object_name:IGS_AS_SU_STMPTOUT, status:VALID,
-
VIEW: APPS.IGSBV_AS_SU_ATMPT_OUTCOMES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SU_ATMPT_OUTCOMES, object_name:IGSBV_AS_SU_ATMPT_OUTCOMES, status:VALID,
-
VIEW: APPS.IGSFV_AS_SU_ATMPT_OUTCOMES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SU_ATMPT_OUTCOMES, object_name:IGSFV_AS_SU_ATMPT_OUTCOMES, status:VALID,
-
TABLE: IGS.IGS_AS_SU_STMPTOUT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SU_STMPTOUT_ALL, object_name:IGS_AS_SU_STMPTOUT_ALL, status:VALID,
-
APPS.IGS_AS_SUAO_LGCY_PUB SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_AS_SUAO_LGCY_PUB
12.1.1
-
APPS.IGS_AS_SU_STMPTOUT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SUAO_LGCY_PUB
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SU_STMPTOUT_PKG
12.1.1
-
APPS.IGS_AS_SUAO_LGCY_PUB dependencies on IGS_AS_LGCY_SUO_INT
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'. ,