Search Results unit_version
Overview
IGS_PR_SUA_INQ_V is a supplementary view owned by the APPS schema in Oracle E-Business Suite, registered under FND Design Data as IGS.IGS_PR_SUA_INQ_V. It belongs to the Student Systems / Student Records (IGS) product family and is classified as a supplementary view used to simplify forms coding. In practice, this means the view exists primarily to support an Oracle Forms inquiry block — most likely a Student Unit Attempt (SUA) inquiry form — rather than to serve as a general-purpose reporting interface.
Oracle explicitly warns that this view should not be queried or altered for data manipulation, and that its definition may change dramatically in subsequent minor or major releases. Its status is VALID as documented in ETRM 12.2.2, and the structure is common to both 12.1.1 and 12.2.2 releases. The view is read-only in intent and is denormalized to present a single row per student-unit-attempt context, joining person, course, unit, calendar, and outcome attributes into one flat projection.
Underlying Base Objects
The ETRM metadata does not document explicit referenced base objects for this view. Based on the IGS data model and the columns exposed, the view is derived from core Student Records tables — principally the student unit attempt table (IGS_PR_STD_UNT_ATT) and its related unit version, person, calendar instance, and unit offering option tables. Typically these join IGS_PR_STD_UNT_ATT to HZ_PARTIES / PERSON identifiers, IGS_PS_UNIT_VERSIONS for unit version attributes, IGS_CA_INSTANCES for calendar instance dates, and outcome/grading tables for marks and grades.
Because the underlying joins are not documented in ETRM, consumers should treat the lineage as inferred rather than guaranteed. This is consistent with the warning that the view is a forms-support construct whose internal shape is not contractual.
Key Columns
- PERSON_ID — the student/person identifier for the unit attempt.
- COURSE_CD, UNIT_CD, VERSION_NUMBER — course and unit identification with version context.
- UNIT_VERSION — VARCHAR2(51) concatenated unit version label; this is the column most directly matching the user search term "unit_version" and is a derived display value rather than a raw key.
- UNIT_TITLE — the descriptive unit title for reporting readability.
- ALT_ACAD_PERD, CAL_TYPE, CI_SEQUENCE_NUMBER, ACAD_ALTERNATE_CODE, TEACH_ALTERNATE_CODE — academic period and calendar instance reference attributes.
- LOCATION_CD, UNIT_CLASS, UNIT_MODE — delivery and attendance attributes.
- CI_START_DT, CI_END_DT — calendar instance start and end dates.
- UOO_ID, ENROLLED_DT — unit offering option and enrolment date.
- UNIT_ATTEMPT_STATUS, ADMINISTRATIVE_UNIT_STATUS — attempt and administrative statuses.
- DISCONTINUED_DT, RULE_WAIVED_DT, RULE_WAIVED_PERSON_ID, NO_ASSESSMENT_IND — discontinuation, waiver, and assessment flags.
- SUP_UNIT_CD, SUP_VERSION_NUMBER — supplementary unit reference.
- ENROLLED_CP, EFTSU, ACHIEVABLE_CP — credit point and EFTSU measures.
- MARK, GRADING_SCHEMA_CD, GS_VERSION_NUMBER, GRADE, S_RESULT_TYPE — assessment outcome data.
- DEG_AUD_DETAIL_ID — degree audit detail linkage.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
The primary use case is supporting the SUA inquiry form, where users inspect a student's unit attempt together with unit version, status, and outcome details. For ad hoc reporting, the view can be referenced read-only, but consumers must accept the volatility warning.
Sample query listing unit version details for a person:
- SELECT PERSON_ID, COURSE_CD, UNIT_CD, UNIT_VERSION, UNIT_TITLE, UNIT_ATTEMPT_STATUS, ENROLLED_DT FROM APPS.IGS_PR_SUA_INQ_V WHERE PERSON_ID = :p_person_id;
- SELECT UNIT_CD, UNIT_VERSION, GRADE, MARK, S_RESULT_TYPE FROM APPS.IGS_PR_SUA_INQ_V WHERE UNIT_ATTEMPT_STATUS = 'ENROLLED';
- SELECT PERSON_ID, UNIT_VERSION, ENROLLED_CP, EFTSU, ACHIEVABLE_CP FROM APPS.IGS_PR_SUA_INQ_V WHERE COURSE_CD = :p_course_cd ORDER BY PERSON_ID;
Because of the documented volatility, production integrations should be built against the underlying base tables rather than this view, and any query relying on UNIT_VERSION should treat it as a display convenience value.
-
VIEW: APPS.IGS_PR_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SUA_INQ_V, object_name:IGS_PR_SUA_INQ_V, status:VALID,
-
VIEW: APPS.IGSFV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_TRANSFERS, object_name:IGSFV_STUDENT_UNIT_TRANSFERS, status:VALID,
-
View: IGS_EN_ST_SNAPSHOT_WARNING_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ST_SNAPSHOT_WARNING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ST_SNAPSHOT_WARNING_V, object_name:IGS_EN_ST_SNAPSHOT_WARNING_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_EN_ST_SNAPSHOT_WARNING_V ,
-
View: IGSFV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_TRANSFERS, object_name:IGSFV_STUDENT_UNIT_TRANSFERS, status:VALID, product: IGS - Student System , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: APPS.IGSFV_STUDENT_UNIT_TRANSFERS ,
-
View: IGS_AS_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_INQ_V, object_name:IGS_AS_SUA_INQ_V, status:VALID, product: IGS - Student System , description: - Retrofitted , implementation_dba_data: APPS.IGS_AS_SUA_INQ_V ,
-
View: IGSFV_STUDENT_UNIT_TRANSFERS
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUA_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_ST_SNAPSHOT_WARNING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ST_SNAPSHOT_WARNING_V, object_name:IGS_EN_ST_SNAPSHOT_WARNING_V, status:VALID,
-
VIEW: APPS.IGS_AS_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_INQ_V, object_name:IGS_AS_SUA_INQ_V, status:VALID,
-
View: IGS_PR_SUA_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_DA_DETAILS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_DA_DETAILS, object_name:IGS_DA_DETAILS, status:VALID,
-
View: IGS_PR_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SUA_INQ_V, object_name:IGS_PR_SUA_INQ_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_SUA_INQ_V ,
-
TABLE: IGS.IGS_DA_DETAILS_HIST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_DA_DETAILS_HIST, object_name:IGS_DA_DETAILS_HIST, status:VALID,
-
TABLE: IGS.IGS_DA_OUT_UNT_AS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_DA_OUT_UNT_AS, object_name:IGS_DA_OUT_UNT_AS, status:VALID,
-
TABLE: IGS.IGS_DA_OUT_UNT_EN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_DA_OUT_UNT_EN, object_name:IGS_DA_OUT_UNT_EN, status:VALID,
-
APPS.IGS_EN_IVR_PUB SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_PS_VALIDATE_LGCY_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_VAL_POPU
12.1.1
-
Lookup Type: LEGACY_TOKENS
12.2.2
product: IGS - Student System (Obsolete) , meaning: Legacy Message Tokens , description: Legacy Message Tokens ,
-
Lookup Type: LEGACY_TOKENS
12.1.1
product: IGS - Student System , meaning: Legacy Message Tokens , description: Legacy Message Tokens ,
-
PACKAGE: APPS.IGS_SS_ENR_DETAILS
12.1.1
-
APPS.IGS_RU_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_PS_GENERIC_PUB
12.1.1
-
APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_PS_GENERIC_PUB
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_UNIT_VER_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_LGCY_PKG
12.1.1
-
APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_RU_GEN_001 dependencies on IGS_RU_ITEM
12.1.1
-
APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_PS_UNIT_VER
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VALIDATE_LGCY_PKG
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_VALIDATE_LGCY_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_IVR_PUB
12.1.1
-
PACKAGE BODY: APPS.IGS_SS_ENR_DETAILS
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_UNIT
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on FND_API
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_UNIT
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_GEN_001
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'. ,