Search Results igs_en_su_attempt_all
Overview
The IGS_EN_SU_ATTEMPT_ALL table is a core data entity within the Oracle E-Business Suite Student System (IGS) module for versions 12.1.1 and 12.2.2. It serves as the central repository for recording a student's attempt to study a specific unit (or course) offered by the institution. Each record represents an enrollment instance, capturing the administrative and academic context of that attempt. A key functional extension of this table, as noted in its description, is the capture of the Organizational unit code to support student finance requirements. As an `_ALL` table, it is designed to support the Multi-Org architecture, storing data partitioned by the `ORG_ID` column to facilitate operations across multiple business units or campuses.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which anchor it within the broader Student System schema. Two primary keys are documented, reflecting different granularities: one based on the unit offering components (`UNIT_CD`, `CAL_TYPE`, `CI_SEQUENCE_NUMBER`) and a more modern one utilizing the Unit Offering Option ID (`UOO_ID`). Essential columns include identifiers for the student (`PERSON_ID`), their academic program (`COURSE_CD`), and the specific unit attempt (`UNIT_CD`, `VERSION_NUMBER`, `UOO_ID`). It also stores critical calendar instance details (`CAL_TYPE`, `CI_SEQUENCE_NUMBER`, `CI_START_DT`, `CI_END_DT`), administrative status, assessment details like `EXAM_LOCATION_CD`, and financial attributes such as the Organizational unit code. The `RULE_WAIVED_PERSON_ID` column links to a party who may have authorized an exception to an academic rule.
Common Use Cases and Queries
This table is fundamental for enrollment reporting, academic auditing, and financial processing. Common operational and analytical queries include retrieving a student's current course load, generating class rosters, calculating tuition fees by organizational unit, and auditing enrollment history for academic standing reviews. A typical query to fetch a student's active unit attempts would join to the student's program attempt and the unit offering details.
- Sample Query:
SELECT sua.unit_cd, sua.unit_class, sua.administrative_unit_status, uoo.location_cd FROM igs_en_su_attempt_all sua JOIN igs_ps_unit_ofr_opt_all uoo ON sua.uoo_id = uoo.uoo_id WHERE sua.person_id = :stu_id AND sua.course_cd = :course_cd AND sua.cal_type = :term_code; - Financial Reporting: Aggregating enrollment counts by the captured Organizational unit code for internal chargebacks or budgeting.
- Data Integrity: Validating that `ADMINISTRATIVE_UNIT_STATUS` values exist in the referenced `IGS_AD_ADM_UNIT_STAT_ALL` table.
Related Objects
The table maintains extensive foreign key relationships, integrating it with the foundation of the Student System. Key documented relationships include:
- IGS_EN_STDNT_PS_ATT_ALL: Links the unit attempt to the student's broader program (course) attempt via `PERSON_ID` and `COURSE_CD`.
- IGS_PS_UNIT_OFR_OPT_ALL (UOO_ID): The primary relationship to the specific offering option of the unit, defining its schedule, location, and mode.
- IGS_CA_INST_ALL: References the calendar instance (`CAL_TYPE`, `CI_SEQUENCE_NUMBER`) governing the teaching period of the attempt.
- IGS_AD_ADM_UNIT_STAT_ALL: Validates the `ADMINISTRATIVE_UNIT_STATUS` of the enrollment (e.g., ENROLLED, DROPPED).
- HZ_PARTIES: Links the `RULE_WAIVED_PERSON_ID` to the person entity who authorized a waiver.
- IGS_AS_ANON_ID_US: References this table's key columns (`PERSON_ID`, `COURSE_CD`, `UOO_ID`) for anonymous assessment identification purposes.
-
Table: IGS_EN_SU_ATTEMPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_ALL, object_name:IGS_EN_SU_ATTEMPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular unit offered by the university. This table is modified to capture the Organizational unit code for the student finance requirements. , implementation_dba_data: IGS.IGS_EN_SU_ATTEMPT_ALL ,
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ALL, object_name:IGS_PS_UNIT_OFR_OPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available options for each unit offering. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR_OPT_ALL ,
-
Table: IGS_AS_SUA_REF_CDS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SUA_REF_CDS, object_name:IGS_AS_SUA_REF_CDS, status:VALID, product: IGS - Student System , description: This table stores the Student Unit Attempt Reference Codes , implementation_dba_data: IGS.IGS_AS_SUA_REF_CDS ,
-
Table: 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, product: IGS - Student System , description: Describes outcome of student unit attempt as a mark or grade if the default mark is overridden , implementation_dba_data: IGS.IGS_AS_SU_STMPTOUT_ALL ,
-
Table: IGS_AS_SUA_AI_GROUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SUA_AI_GROUP, object_name:IGS_AS_SUA_AI_GROUP, status:VALID, product: IGS - Student System , description: Student Unit Attempt Assessment Item Group , implementation_dba_data: IGS.IGS_AS_SUA_AI_GROUP ,
-
Table: IGS_AS_ANON_ID_US
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ANON_ID_US, object_name:IGS_AS_ANON_ID_US, status:VALID, product: IGS - Student System , description: Holds the person with the assigned Anonymous Id for the method SECTION , implementation_dba_data: IGS.IGS_AS_ANON_ID_US ,
-
Table: IGS_EN_SPLACEMENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPLACEMENTS, object_name:IGS_EN_SPLACEMENTS, status:VALID, product: IGS - Student System , description: The table for storing placement information of a student unit attempt , implementation_dba_data: IGS.IGS_EN_SPLACEMENTS ,
-
Table: IGS_AS_SUA_SES_ATTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SUA_SES_ATTS, object_name:IGS_AS_SUA_SES_ATTS, status:VALID, product: IGS - Student System , description: Stores the attendance for the student's unit attempt against the session. , implementation_dba_data: IGS.IGS_AS_SUA_SES_ATTS ,
-
Table: IGS_AS_SU_ATMPT_PAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SU_ATMPT_PAT, object_name:IGS_AS_SU_ATMPT_PAT, status:VALID, product: IGS - Student System , description: - Obsolete , implementation_dba_data: IGS.IGS_AS_SU_ATMPT_PAT ,
-
Table: IGS_PS_UNIT_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_ALL, object_name:IGS_PS_UNIT_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: IGS.IGS_PS_UNIT_VER_ALL ,
-
Table: IGS_AS_CHN_GRD_REQ
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_CHN_GRD_REQ, object_name:IGS_AS_CHN_GRD_REQ, status:VALID, product: IGS - Student System , description: Stores the Change Grade Requests History of a student , implementation_dba_data: IGS.IGS_AS_CHN_GRD_REQ ,
-
Table: IGS_PS_STDNT_UNT_TRN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STDNT_UNT_TRN, object_name:IGS_PS_STDNT_UNT_TRN, status:VALID, product: IGS - Student System , description: This table describes the link between two units, which were involved in a program transfer. , implementation_dba_data: IGS.IGS_PS_STDNT_UNT_TRN ,
-
Table: IGS_EN_SU_ATTEMPT_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_H_ALL, object_name:IGS_EN_SU_ATTEMPT_H_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes made to a student unit attempt, including changes to status, location, class, etc. , implementation_dba_data: IGS.IGS_EN_SU_ATTEMPT_H_ALL ,
-
Table: IGS_AS_MSHT_SU_ATMPT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_MSHT_SU_ATMPT, object_name:IGS_AS_MSHT_SU_ATMPT, status:VALID, product: IGS - Student System , description: Describes student unit attempt contained on mark sheet and order in which student unit attempt appeared on hard-copy sheet , implementation_dba_data: IGS.IGS_AS_MSHT_SU_ATMPT ,
-
Table: IGS_EN_LGCY_SUA_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_LGCY_SUA_INT, object_name:IGS_EN_LGCY_SUA_INT, status:VALID, product: IGS - Student System , description: Contains the Student Unit Attempt (and optionally outcome) information to be imported into the IGS_EN_SU_ATTEMPT_ALL (and optionally IGS_AS_SU_STMPTOUT_ALL) table by the legacy data import process. Rows in this table must correspond to a ba , implementation_dba_data: IGS.IGS_EN_LGCY_SUA_INT ,
-
Table: IGS_AD_ADM_UNIT_STAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ADM_UNIT_STAT_ALL, object_name:IGS_AD_ADM_UNIT_STAT_ALL, status:VALID, product: IGS - Student System , description: Describes user-defined administrative unit statuses that map to system-defined unit statues, which are system and manually applied , implementation_dba_data: IGS.IGS_AD_ADM_UNIT_STAT_ALL ,
-
Table: IGS_FI_DSB_DTL_ALC
12.1.1
product: IGS - Student System , description: This entity describes the allocation detail of a fee assessment income disbursement journal detail. - Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_SU_ATMPT_ITM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SU_ATMPT_ITM, object_name:IGS_AS_SU_ATMPT_ITM, status:VALID, product: IGS - Student System , description: Describes assessment item allocated to student unit attempt, either manually or by unit's default assessment items , implementation_dba_data: IGS.IGS_AS_SU_ATMPT_ITM ,
-
View: IGSFV_AS_SUA_REFERENCE_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SUA_REFERENCE_CODES, object_name:IGSFV_AS_SUA_REFERENCE_CODES, status:VALID, product: IGS - Student System , description: Student Unit Attempt Reference Codes , implementation_dba_data: APPS.IGSFV_AS_SUA_REFERENCE_CODES ,
-
View: IGSBV_AS_SUA_REFERENCE_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SUA_REFERENCE_CODES, object_name:IGSBV_AS_SUA_REFERENCE_CODES, status:VALID, product: IGS - Student System , description: Student Unit Attempt Reference Codes , implementation_dba_data: APPS.IGSBV_AS_SUA_REFERENCE_CODES ,
-
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_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_UNIT_TRANSFERS, object_name:IGSBV_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.IGSBV_STUDENT_UNIT_TRANSFERS ,
-
Table: IGS_AD_LOCATION_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCATION_ALL, object_name:IGS_AD_LOCATION_ALL, status:VALID, product: IGS - Student System , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: IGS.IGS_AD_LOCATION_ALL ,
-
Table: IGS_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_ALL, object_name:IGS_CA_INST_ALL, status:VALID, product: IGS - Student System , description: Describes an instance of a calendar type , implementation_dba_data: IGS.IGS_CA_INST_ALL ,
-
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: IGSBV_STUDENT_UNIT_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_UNIT_ATTEMPTS, object_name:IGSBV_STUDENT_UNIT_ATTEMPTS, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular unit offered by the university. , implementation_dba_data: APPS.IGSBV_STUDENT_UNIT_ATTEMPTS ,
-
View: IGS_EN_SU_ATTEMPT_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_SV, object_name:IGS_EN_SU_ATTEMPT_SV, status:VALID, product: IGS - Student System , description: This view contains the secured rows in the student unit attempt table. , implementation_dba_data: APPS.IGS_EN_SU_ATTEMPT_SV ,
-
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 ,
-
View: IGSBV_AS_SU_ATMPT_AST_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SU_ATMPT_AST_ITEMS, object_name:IGSBV_AS_SU_ATMPT_AST_ITEMS, status:VALID, product: IGS - Student System , description: Describes assessment item allocated to student unit attempt, either manually or by unit's default assessment items. , implementation_dba_data: APPS.IGSBV_AS_SU_ATMPT_AST_ITEMS ,
-
View: IGS_EN_SU_ATTEMPT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT, object_name:IGS_EN_SU_ATTEMPT, status:VALID, product: IGS - Student System , description: Implements the student unit attempt. , implementation_dba_data: APPS.IGS_EN_SU_ATTEMPT ,
-
Table: IGS_EN_STDNT_PS_ATT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_ALL, object_name:IGS_EN_STDNT_PS_ATT_ALL, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: IGS.IGS_EN_STDNT_PS_ATT_ALL ,
-
View: IGS_DA_XML_COURSEINSTITUTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_XML_COURSEINSTITUTION_V, object_name:IGS_DA_XML_COURSEINSTITUTION_V, status:VALID, product: IGS - Student System , description: XML element CourseInstitutionTypeProvides the Unit"s Institution code based on the batch_id, person_id and local_institution_cd. , implementation_dba_data: APPS.IGS_DA_XML_COURSEINSTITUTION_V ,
-
View: IGSFV_AS_SU_ATMPT_AST_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SU_ATMPT_AST_ITEMS, object_name:IGSFV_AS_SU_ATMPT_AST_ITEMS, status:VALID, product: IGS - Student System , description: Describes assessment item allocated to student unit attempt, either manually or by unit's default assessment items. , implementation_dba_data: APPS.IGSFV_AS_SU_ATMPT_AST_ITEMS ,
-
View: IGSFV_STUDENT_UNIT_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_ATTEMPTS, object_name:IGSFV_STUDENT_UNIT_ATTEMPTS, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular unit offered by the university. , implementation_dba_data: APPS.IGSFV_STUDENT_UNIT_ATTEMPTS ,
-
View: IGS_PR_ACAD_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_UNIT_V, object_name:IGS_PR_ACAD_UNIT_V, status:VALID, product: IGS - Student System , description: This view contains Student Unit Attempt details with statistics and grades. , implementation_dba_data: APPS.IGS_PR_ACAD_UNIT_V ,
-
View: IGS_DA_XML_COURSE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_XML_COURSE_V, object_name:IGS_DA_XML_COURSE_V, status:VALID, product: IGS - Student System , description: XML element CourseType (child of CourseInstitution)1)(SUA) Student Unit Attempt"s at local Institution. Includes Units local institution Units and currently enrolled units.Enrolled units can be excluded EIP Control feature code.2) (AV) Adv , implementation_dba_data: APPS.IGS_DA_XML_COURSE_V ,
-
View: IGS_AS_PROGUGAI_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_PROGUGAI_ADI_V, object_name:IGS_AS_PROGUGAI_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Progression/UnitGrade/AssessmentItem WebADI View , implementation_dba_data: APPS.IGS_AS_PROGUGAI_ADI_V ,