Search Results submitted_date
Overview
IGS_AS_SU_STMPTOUT is a multi-organization view owned by the APPS schema in the Oracle E-Business Suite Student System (IGS) product. It presents student unit attempt outcome records — the graded results a student receives for a specific unit attempt within a teaching period. The view exposes the outcome data in a security-enabled, operating-unit-aware form, making it the standard reference object for reporting and integration when outcome information must be filtered by organization.
Within the EBS architecture, multi-org views are defined over a base table and include the ORG_ID column so that the application can apply operating unit security through the Multi-Org Access Control (MOAC) mechanism. In ETRM 12.2.2 the view is registered as VALID with the APPS owner. The view's role is to serve as the query surface for student unit attempt outcome data in forms, concurrent programs, and custom reports, preserving the full attribute set of the underlying record while enabling client-level (operating unit) partitioning. Version applicability spans 12.1.1 and 12.2.2, where its definition and column set remain consistent with the IGS data model.
Underlying Base Objects
The ETRM metadata for this view lists no separately documented referenced base objects, and the available documentation excerpt does not retain the FROM clause of the view definition. The view text captured in the implementation/DBA data is an explicit column projection: every column is selected from an alias named TAB, with the first column exposed as TAB.ROWID ROW_ID. This pattern is characteristic of a view defined over a single base table, aliased TAB, rather than a join.
By the naming convention and column set, the base object is the student unit attempt outcome table in the IGS Student System schema, from which the view carries forward the outcome key, grade, mark, grading schema, and audit columns. Because only the base table's ORG_ID column is surfaced, the view functions as the multi-org projection of that table; any row visible through the view satisfies the operating unit predicate applied by MOAC at runtime. The ROW_ID column derived from ROWID allows the view to support updatable, row-addressable operations in the associated maintenance form.
Key Columns
The view exposes the complete outcome record. The principal columns include:
- PERSON_ID, COURSE_CD, UNIT_CD, CAL_TYPE, CI_SEQUENCE_NUMBER, CI_START_DT, CI_END_DT — the student and the calendar/unit attempt context identifying which teaching instance the outcome belongs to.
- GRADE, MARK, GRADING_SCHEMA_CD, VERSION_NUMBER — the awarded grade, numeric mark, and the grading schema and version under which it was assigned.
- FINALISED_OUTCOME_IND, NUMBER_TIMES_KEYED, S_GRADE_CREATION_METHOD_TYPE — outcome status and the method by which the grade was created or captured.
- TRANSLATED_GRADING_SCHEMA_CD, TRANSLATED_VERSION_NUMBER, TRANSLATED_GRADE, TRANSLATED_DT — the translated (external or alternate-schema) representation of the grade and its translation date.
- INCOMP_DEADLINE_DATE, INCOMP_GRADING_SCHEMA_CD, INCOMP_VERSION_NUMBER, INCOMP_DEFAULT_GRADE, INCOMP_DEFAULT_MARK — incomplete-grade tracking, including the default grade and mark applied if the incomplete is not resolved by the deadline.
- GRADING_PERIOD_CD, OUTCOME_DT, COMMENTS, MARK_CAPPED_FLAG, SHOW_ON_ACADEMIC_HISTRY_FLAG, UOO_ID — grading period, outcome date, free-text comments, capping indicator, academic history display flag, and the unit offering option identifier.
- ORG_ID — the operating unit that owns the outcome record; this column drives MOAC security.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, and the concurrent request set REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE20 — the standard EBS descriptive flexfield columns.
Common Use Cases and Queries
The view is typically used to report or extract finalized and provisional outcomes for students within an operating unit, to feed academic history and transcript processes, and to drive interfaces that export marks to external systems. A representative query retrieves finalized outcomes for a unit attempt:
SELECT person_id, course_cd, unit_cd, ci_sequence_number, grade, mark, grading_schema_cd, outcome_dt FROM igs_as_su_stmptout WHERE org_id = :p_org_id AND finalised_outcome_ind = 'Y' AND grading_period_cd = :p_period;SELECT person_id, unit_cd, translated_grade, translated_dt FROM igs_as_su_stmptout WHERE org_id = :p_org_id AND translated_grading_schema_ccd IS NOT NULL ORDER BY translated_dt;SELECT person_id, unit_cd, incom_default_grade FROM igs_as_su_stmptout WHERE incom_deadline_date < SYSDATE AND incom_default_grade IS NOT NULL;
Because the view is a MOAC-enabled projection of the base outcome table, customers should always constrain queries by ORG_ID (or rely on the active organization context) to avoid returning data across operating units. Additional filtering on FINALISED_OUTCOME_IND, GRADING_PERIOD_CD, and the calendar context columns is recommended for performance and correctness.
-
View: IGS_AS_SU_STMPTOUT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_STMPTOUT, object_name:IGS_AS_SU_STMPTOUT, status:VALID, product: IGS - Student System , description: Multi org View for student unit attempt outcome records. , implementation_dba_data: APPS.IGS_AS_SU_STMPTOUT ,
-
View: IGS_AS_ASSITEM_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ASSITEM_ADI_V, object_name:IGS_AS_ASSITEM_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Item WebADI View , implementation_dba_data: APPS.IGS_AS_ASSITEM_ADI_V ,
-
Table: IGS_AS_GAA_SUB_HIST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GAA_SUB_HIST, object_name:IGS_AS_GAA_SUB_HIST, status:VALID, product: IGS - Student System , description: Used to capture the Grades and Attendance submission History of Unit sections. , implementation_dba_data: IGS.IGS_AS_GAA_SUB_HIST ,
-
View: IGS_AS_SU_STMPTOUT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_STMPTOUT_V, object_name:IGS_AS_SU_STMPTOUT_V, status:VALID, product: IGS - Student System , description: Multi org View for student unit attempt outcome records. , implementation_dba_data: APPS.IGS_AS_SU_STMPTOUT_V ,
-
View: IGS_AS_UG_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UG_ADI_V, object_name:IGS_AS_UG_ADI_V, status:VALID, product: IGS - Student System , description: Assessment Unit Grading WebADI View , implementation_dba_data: APPS.IGS_AS_UG_ADI_V ,
-
View: IGS_AS_SUAAI_OUTHIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_OUTHIST_V, object_name:IGS_AS_SUAAI_OUTHIST_V, status:VALID, product: IGS - Student System , description: This is history view to for tracking the student assessment items outcomes. , implementation_dba_data: APPS.IGS_AS_SUAAI_OUTHIST_V ,
-
View: IGS_AS_SUAAI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_V, object_name:IGS_AS_SUAAI_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_SUAAI_V ,
-
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: 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 ,