Search Results igsfv_as_anonymous_id_assess
Overview
IGSFV_AS_ANONYMOUS_ID_ASSESS is a read-only view owned by the APPS schema in the Oracle E-Business Suite IGS (Student System) product family. It describes each occurrence of an application for special consideration, exposing the anonymity-controlled assessment context through which a student's anonymous examination identity is linked to the party record, the assessment type, and the load calendar against which the assessment was scheduled.
The view is a reporting and integration convenience layer. Rather than requiring external systems, concurrent programs, or custom reports to join party, assessment, assessment type, and calendar instance data manually, the view presents a single denormalised result set with human-readable descriptions for coded values. The inclusion of the WITH READ ONLY clause guarantees that no DML can be issued against the view, making it safe for ad-hoc querying and downstream extract processes.
Because the view returns the anonymous identifier alongside the underlying person identifier and party name, it is typically restricted to privileged assessment administration and examination board reporting rather than student- or faculty-facing screens.
Underlying Base Objects
The view is defined over four base objects joined on their natural keys:
- HZ_PARTIES (HP) — joined on
AASS.PERSON_ID = HP.PARTY_ID, supplying the party name and party number for the person associated with the anonymous assessment. - IGS_AS_ANON_ID_ASS (AASS) — the driving table, holding the anonymous identifier, assessment type, load calendar type, load calendar instance sequence number, and the system-generated indicator.
- IGS_AS_ASSESSMNT_TYP (ATYP) — joined on
AASS.ASSESSMENT_TYPE = ATYP.ASSESSMENT_TYPE, supplying the assessment type description. - IGS_CA_INST_ALL (CI) — joined on
AASS.LOAD_CAL_TYPE = CI.CAL_TYPEandAASS.LOAD_CI_SEQUENCE_NUMBER = CI.SEQUENCE_NUMBER, supplying the load calendar description.
The join to IGS_CA_INST_ALL uses the _ALL variant, which is the multi-organisation (MOAC) enabled calendar instance table; the view itself does not filter by organisation, so any org-security behaviour is inherited from the caller's environment.
Key Columns
- PERSON_NAME / PERSON_NUMBER — party name and party number of the assessed person.
- ANONYMOUS_ID — the anonymity-controlled identifier assigned to the assessment occurrence.
- ASSESSMENT_TYPE / ASSESSMENT_TYPE_DESCRIPTION — the assessment type code and its decoded description.
- _LA:SYSTEM_GENERATED_IND — a descriptive flexfield reference column expressed as a literal lookup expression; it drives the IGS_LOOKUP_VALUES YES_NO lookup meaning for the system-generated indicator.
- LOAD_CAL_TYPE / LOAD_CI_SEQUENCE_NUMBER — the load calendar type and calendar instance sequence identifying the teaching period.
- LOAD_CALENDAR_DESCRIPTION — the decoded calendar instance description; this is the column returned when users search on "load_calendar_description".
- PERSON_ID, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard identifiers and audit columns.
Common Use Cases and Queries
Typical scenarios include producing examination board listings that reconcile anonymous assessment identifiers to real students under controlled access, and extracting assessment occurrences by teaching period for institutional reporting.
Retrieve all anonymous assessments attached to a given load calendar:
SELECT person_name, person_number, anonymous_id,
assessment_type_description, load_calendar_description
FROM apps.igsfv_as_anonymous_id_assess
WHERE load_calendar_description = :p_calendar;
Count anonymous assessments by type for a period:
SELECT assessment_type_description, COUNT(*) occurrences FROM apps.igsfv_as_anonymous_id_assess WHERE load_cal_type = :p_cal_type AND load_ci_sequence_number = :p_seq GROUP BY assessment_type_description;
Because the view is read-only and exposes the party identifier, it should be queried only by roles authorised to de-anonymise assessment records.
-
View: IGSFV_AS_ANONYMOUS_ID_ASSESS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_ANONYMOUS_ID_ASSESS, object_name:IGSFV_AS_ANONYMOUS_ID_ASSESS, status:VALID, product: IGS - Student System , description: Describes occurrence of an application for special consideration. , implementation_dba_data: APPS.IGSFV_AS_ANONYMOUS_ID_ASSESS ,
-
View: IGSFV_AS_ANONYMOUS_ID_ASSESS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes occurrence of an application for special consideration. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_AS_ANON_ID_ASS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_ANON_ID_ASS, status:VALID,
-
SYNONYM: APPS.IGS_AS_ASSESSMNT_TYP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_ASSESSMNT_TYP, status:VALID,
-
VIEW: APPS.IGSFV_AS_ANONYMOUS_ID_ASSESS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_ANONYMOUS_ID_ASSESS, object_name:IGSFV_AS_ANONYMOUS_ID_ASSESS, status:VALID,
-
SYNONYM: APPS.IGS_CA_INST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_INST_ALL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
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'. ,