Search Results enrs_get_acad_alt_cd
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
-
VIEW: APPS.IGS_AS_SUA_INQ_V
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_OFR_OPT_INQ_V
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_OFR_OPT_ASS_V
12.1.1
-
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 ,
-
VIEW: APPS.IGS_PR_RUL_OUTAPPL_V
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_OFR_PAT_V
12.1.1
-
VIEW: APPS.IGS_CA_TERM_TEACH_ACAD_ALT_V
12.1.1
-
View: IGS_PR_SUA_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_NON_ENR_STDNT_OU_ASS_V
12.1.1
-
VIEW: APPS.IGS_EN_ELGB_OVR_V
12.1.1
-
VIEW: APPS.IGS_PE_PERS_PEN_ENCUMB_V
12.1.1
-
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: 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: APPS.IGS_PS_UNIT_VER_V
12.1.1
-
VIEW: APPS.IGS_EN_SUA_V
12.1.1
-
VIEW: APPS.IGS_AS_SUA_ASS_V
12.1.1
-
VIEW: APPS.IGS_EN_SUA_YEAR_V
12.1.1
-
VIEW: APPS.IGS_AS_SUAAI_HIST_V
12.1.1
-
VIEW: APPS.IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
-
View: IGS_PS_UNIT_OFR_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_PAT_V, object_name:IGS_PS_UNIT_OFR_PAT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_OFR_PAT_V ,
-
View: IGS_PS_UNIT_OFR_OPT_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_INQ_V, object_name:IGS_PS_UNIT_OFR_OPT_INQ_V, status:VALID, product: IGS - Student System , description: This view has been created for use in the class details block of INQF12E0. , implementation_dba_data: APPS.IGS_PS_UNIT_OFR_OPT_INQ_V ,
-
View: IGS_PS_UNIT_OFR_PAT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_OFR_OPT_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view has been created for use in the class details block of INQF12E0. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_OFR_OPT_ASS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view has been created for primary use in the 'Enter Mark/Grade' process (ASSF5330), which needs to be generated using all of the combined fields in this view. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_OFR_OPT_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ASS_V, object_name:IGS_PS_UNIT_OFR_OPT_ASS_V, status:VALID, product: IGS - Student System , description: This view has been created for primary use in the 'Enter Mark/Grade' process (ASSF5330), which needs to be generated using all of the combined fields in this view. , implementation_dba_data: APPS.IGS_PS_UNIT_OFR_OPT_ASS_V ,
-
View: IGS_PR_RUL_OUTAPPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains description about the prg calendar. It is the combination of cal type, alternate code, start dt,end dt, cal type,abbreviation etc. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_RUL_OUTAPPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_RUL_OUTAPPL_V, object_name:IGS_PR_RUL_OUTAPPL_V, status:VALID, product: IGS - Student System , description: This view contains description about the prg calendar. It is the combination of cal type, alternate code, start dt,end dt, cal type,abbreviation etc. , implementation_dba_data: APPS.IGS_PR_RUL_OUTAPPL_V ,
-
View: IGS_CA_TERM_TEACH_ACAD_ALT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the Term or Teaching calendar instances with corresponding academic alternate codes , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_TERM_TEACH_ACAD_ALT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_TERM_TEACH_ACAD_ALT_V, object_name:IGS_CA_TERM_TEACH_ACAD_ALT_V, status:VALID, product: IGS - Student System , description: This view contains the Term or Teaching calendar instances with corresponding academic alternate codes , implementation_dba_data: APPS.IGS_CA_TERM_TEACH_ACAD_ALT_V ,
-
View: IGS_EN_NON_ENR_STDNT_OU_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NON_ENR_STDNT_OU_ASS_V, object_name:IGS_EN_NON_ENR_STDNT_OU_ASS_V, status:VALID, product: IGS - Student System , description: This view incorporates the assessment of those students who are not enrolled in any course offerings. , implementation_dba_data: APPS.IGS_EN_NON_ENR_STDNT_OU_ASS_V ,
-
VIEW: APPS.IGS_PR_SCA_PRG_RULE_APPL_V
12.1.1
-
View: IGS_PS_UNIT_VER_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_NON_ENR_STDNT_OU_ASS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view incorporates the assessment of those students who are not enrolled in any course offerings. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SUA_V, object_name:IGS_EN_SUA_V, status:VALID, product: IGS - Student System , description: This view incorporates the student unit attempt record and its details such as the enrolled date, the administrative status unit associated with it and any discontinuation in the units and the corresponding reasons. , implementation_dba_data: APPS.IGS_EN_SUA_V ,
-
View: IGS_PS_UNIT_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_V, object_name:IGS_PS_UNIT_VER_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER_V ,
-
View: IGS_EN_SUA_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view incorporates the student unit attempt record and its details such as the enrolled date, the administrative status unit associated with it and any discontinuation in the units and the corresponding reasons. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ELGB_OVR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_V, object_name:IGS_EN_ELGB_OVR_V, status:VALID, product: IGS - Student System , description: Describes the Enrollment Category Eligibility Validation Override step Details , implementation_dba_data: APPS.IGS_EN_ELGB_OVR_V ,
-
View: IGS_PR_SCA_PRG_RULE_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SCA_PRG_RULE_APPL_V, object_name:IGS_PR_SCA_PRG_RULE_APPL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_SCA_PRG_RULE_APPL_V ,
-
View: IGS_PE_PERS_PEN_ENCUMB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERS_PEN_ENCUMB_V, object_name:IGS_PE_PERS_PEN_ENCUMB_V, status:VALID, product: IGS - Student System , description: This entity describes the encumbrances placed on an applicant/student e.g. overdue parking fines, unpaid fees, failure to return library books. , implementation_dba_data: APPS.IGS_PE_PERS_PEN_ENCUMB_V ,
-
View: IGS_PR_SCA_PRG_RULE_APPL_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ELGB_OVR_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Enrollment Category Eligibility Validation Override step Details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERS_PEN_ENCUMB_V
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the encumbrances placed on an applicant/student e.g. overdue parking fines, unpaid fees, failure to return library books. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUA_ASS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUA_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_ASS_V, object_name:IGS_AS_SUA_ASS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_SUA_ASS_V ,
-
View: IGS_AS_SUAAI_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_HIST_V, object_name:IGS_AS_SUAAI_HIST_V, status:VALID, product: IGS - Student System , description: This view displays the context information for the student assessment items outcomes history. , implementation_dba_data: APPS.IGS_AS_SUAAI_HIST_V ,
-
APPS.IGS_EN_GEN_005 SQL Statements
12.1.1
-
View: IGS_AS_SUAAI_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays the context information for the student assessment items outcomes history. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SUA_YEAR_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view would be used for logical grouping of student unit attempts under unit set (in year of program mode) for unit set inquiry form , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SUA_YEAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SUA_YEAR_V, object_name:IGS_EN_SUA_YEAR_V, status:VALID, product: IGS - Student System , description: This view would be used for logical grouping of student unit attempts under unit set (in year of program mode) for unit set inquiry form , implementation_dba_data: APPS.IGS_EN_SUA_YEAR_V ,