Search Results igs_en_gen_014
Overview
APPS.IGS_AS_SUA_INQ_V is a Student Unit Attempt (SUA) inquiry view within the Oracle E-Business Suite Student System (IGS) product family. It consolidates enrollment, academic period, unit offering, and assessment-related attributes into a single denormalized row per student unit attempt, allowing external reports, concurrent programs, and inquiry forms to retrieve assessment and enrollment information without issuing complex multi-table joins directly against the base transactional tables.
The view is significant in the context of the search term "igs_en_gen_014" because its SELECT list explicitly references the IGS_EN_GEN_014 package. Specifically, the view calls IGS_EN_GEN_014.ENRS_GET_ACAD_ALT_CD to derive the academic period alternate code, and it invokes IGS_EN_GEN_014.enrs_clc_sua_eftsut to calculate the effective full-time student unit value (EFTSU) when no override is supplied. This makes IGS_EN_GEN_014 a runtime dependency of the view, not merely a referenced table.
Underlying Base Objects
The view is defined in the ETRM metadata as being built from the following documented base objects, joined together to produce the inquiry row:
- IGS_EN_SU_ATTEMPT (alias SUA) — the primary source of student unit attempt records, supplying the main driving columns.
- IGS_PS_UNIT_OFR_OPT (alias uoo) — the unit offering option, used for unit offering context.
- IGS_PS_USEC_CPS (alias cps) — the unit section credit point source, providing enrolled and achievable credit point values used in NVL fallbacks.
- IGS_EN_STDNT_PS_ATT (alias SCA) — the student program attempt, supplying the program version number used in the EFTSU calculation.
- IGS_PS_UNIT_VER_ALL (alias UV) — the unit version, providing short title, repeatable indicator, and default credit point values.
- IGS_AS_UNIT_CLASS (alias UC) — the unit class, supplying the unit mode.
The metadata lists no documented referenced base objects beyond the view text itself, so the relationships above are derived from the join and column aliases visible in the SELECT statement. IGS_EN_GEN_014 and IGS_CA_GEN_001 and IGS_IN_GEN_001 are also invoked as PL/SQL functions rather than joined tables.
Key Columns
- PERSON_ID, COURSE_CD, UNIT_CD, VERSION_NUMBER — identify the student, course, and unit version of the attempt.
- Academic/calendar alternate code — derived via IGS_EN_GEN_014.ENRS_GET_ACAD_ALT_CD and IGS_CA_GEN_001.CALP_GET_ALT_CD, truncated to ten characters and concatenated with a slash.
- UNIT_MODE, UNIT_CLASS, LOCATION_CD — delivery and location attributes from the unit class and offering.
- CI_START_DT, CI_END_DT — teaching period start and end dates.
- UNIT_ATTEMPT_STATUS, ADMINISTRATIVE_UNIT_STATUS — statuses governing the attempt.
- Credit points — OVERRIDE_ENROLLED_CP, OVERRIDE_EFTSU, OVERRIDE_ACHIEVABLE_CP and their calculated fallbacks.
- Achievable outcome — returned by IGS_IN_GEN_001.INQP_GET_SUA_ACHVD.
- Audit columns — created_by, creation_date, last_updated_by, last_update_date, last_update_login.
Common Use Cases and Queries
The view is typically queried in student assessment and enrollment inquiries where EFTSU, credit points, and period codes must be resolved on the fly.
SELECT person_id, course_cd, unit_cd, version_number,
unit_attempt_status, ci_start_dt, ci_end_dt
FROM apps.igs_as_sua_inq_v
WHERE person_id = :p_person_id
AND ci_start_dt BETWEEN :p_from AND :p_to;
A second common pattern filters on unit mode and location for delivery reporting:
SELECT unit_cd, unit_mode, location_cd, unit_attempt_status FROM apps.igs_as_sua_inq_v WHERE course_cd = :p_course AND unit_mode = :p_mode;
Because the view invokes IGS_EN_GEN_014 at query time, wide queries returning EFTSU columns on large populations can incur PL/SQL execution overhead, so predicates on PERSON_ID or calendar instance sequence number should be applied whenever possible.
-
VIEW: APPS.IGS_AS_SUA_INQ_V
12.1.1
-
VIEW: APPS.IGS_PR_SUA_INQ_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: IGS_PR_SUA_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SUA_EXAM_CLASH_V
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_OFR_OPT_ASS_V
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_OFR_OPT_INQ_V
12.1.1
-
VIEW: APPS.IGS_AS_SUA_LOAD_V
12.1.1
-
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: 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_AS_SUAH_LOAD_V
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_014
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_014, status:VALID,
-
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
-
PACKAGE: APPS.IGS_EN_GEN_014
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_GEN_014, status:VALID,
-
VIEW: APPS.IGS_EN_NON_ENR_STDNT_OU_ASS_V
12.1.1
-
View: IGS_AS_SUA_EXAM_CLASH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_EXAM_CLASH_V, object_name:IGS_AS_SUA_EXAM_CLASH_V, status:VALID, product: IGS - Student System , description: Contains all combinations of student unit attempt clashes. It is used by a unit clash report that aggregates the records into a unit by unit list. , implementation_dba_data: APPS.IGS_AS_SUA_EXAM_CLASH_V ,
-
View: IGS_AS_SUA_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_LOAD_V, object_name:IGS_AS_SUA_LOAD_V, status:VALID, product: IGS - Student System , description: Descibes the load on a student's attempt at studying a particular unit offered by the university , implementation_dba_data: APPS.IGS_AS_SUA_LOAD_V ,
-
VIEW: APPS.IGS_AS_UAI_EXAM_CI_V
12.1.1
-
VIEW: APPS.IGS_EN_ELGB_OVR_V
12.1.1
-
View: IGS_AS_SUA_EXAM_CLASH_V
12.2.2
product: IGS - Student System (Obsolete) , description: Contains all combinations of student unit attempt clashes. It is used by a unit clash report that aggregates the records into a unit by unit list. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUA_LOAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Descibes the load on a student's attempt at studying a particular unit offered by the university , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_UAI_EXAM_CI_INIT_V
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_VER_V
12.1.1
-
View: IGS_AS_SUAH_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAH_LOAD_V, object_name:IGS_AS_SUAH_LOAD_V, status:VALID, product: IGS - Student System , description: Used to create effective student unit attempt history records in recognition of back dating enrollment and discontinuation dates. , implementation_dba_data: APPS.IGS_AS_SUAH_LOAD_V ,
-
View: IGS_AS_SUAH_LOAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Used to create effective student unit attempt history records in recognition of back dating enrollment and discontinuation dates. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CA_VAL_QLITY SQL Statements
12.1.1
-
VIEW: APPS.IGS_PE_PERS_PEN_ENCUMB_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
-
APPS.IGS_AS_VAL_EI SQL Statements
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 ,
-
SYNONYM: APPS.IGS_AD_CNDNL_OFRSTAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_CNDNL_OFRSTAT, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.IGS_AS_VAL_EI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_VAL_EI, status:VALID,
-
VIEW: APPS.IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
-
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 ,
-
SYNONYM: APPS.IGS_EN_STDNT_PS_ATT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_STDNT_PS_ATT_ALL, status:VALID,
-
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_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_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 ,
-
PACKAGE: APPS.IGS_EN_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_GEN_006, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_007
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_007, status:VALID,
-
APPS.IGS_AS_GEN_005 SQL Statements
12.1.1
-
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 ,