Search Results igs_as_su_atmpt_pat
Overview
The table IGS_AS_SU_ATMPT_PAT is a historical data object within the Oracle E-Business Suite, specifically belonging to the now-obsolete IGS (Student System) product family. Based on the provided ETRM metadata, this table is explicitly marked as "Obsolete" and was "Not implemented in this database" for the documented releases, including versions 12.1.1 and 12.2.2. Its intended role was to manage the relationship between student unit attempts and assessment patterns. It served as a junction table, linking a student's enrollment attempt for a specific unit offering to a defined assessment pattern that outlined the required evaluations for that unit.
Key Information Stored
The table's composite primary key defines the unique combination of identifiers required to locate a specific record. The key columns indicate the granular level of data it was designed to store, tying together student, course, unit, and assessment details. The primary columns include:
- UNIT_CD, COURSE_CD, PERSON_ID, CAL_TYPE, CI_SEQUENCE_NUMBER: This set of columns constitutes the unique identifier for a student's unit attempt, directly corresponding to the primary key of the IGS_EN_SU_ATTEMPT_ALL table.
- ASS_PATTERN_ID: A foreign key referencing the IGS_AS_UNTAS_PATTERN_ALL table, identifying the specific assessment pattern applied.
- CREATION_DT: The date when the association between the unit attempt and the assessment pattern was established.
Common Use Cases and Queries
Given its obsolete status and non-implementation, this table is not used in active Oracle EBS 12.1.1 or 12.2.2 environments for transactional processing or reporting. In historical contexts where legacy data migration was required, its purpose would have been to answer queries such as: "Which assessment pattern is assigned to a specific student for a particular unit attempt?" or "List all students assigned a specific assessment pattern for a given unit offering." A sample join query to retrieve this information, based on its documented foreign keys, would have resembled:
SELECT suap.*, sua.unit_cd, pat.ass_pattern_name FROM igs_as_su_atmpt_pat suap JOIN igs_en_su_attempt_all sua ON suap.person_id = sua.person_id AND suap.course_cd = sua.course_cd AND suap.unit_cd = sua.unit_cd AND suap.cal_type = sua.cal_type AND suap.ci_sequence_number = sua.ci_sequence_number JOIN igs_as_untas_pattern_all pat ON suap.ass_pattern_id = pat.ass_pattern_id;
Practitioners should note that this structure and logic may have been superseded by other tables in the active Student Management module.
Related Objects
The ETRM documentation specifies two key foreign key relationships for this table, which define its dependencies within the obsolete schema:
- IGS_EN_SU_ATTEMPT_ALL: This table is referenced via a composite foreign key on columns PERSON_ID, COURSE_CD, UNIT_CD, CAL_TYPE, and CI_SEQUENCE_NUMBER. It stores the core record of a student's attempt at a unit within a course.
- IGS_AS_UNTAS_PATTERN_ALL: This table is referenced via the ASS_PATTERN_ID column. It holds the master definitions of assessment patterns that could be assigned to unit attempts.
These relationships confirm the table's role as a mapping entity between a student's specific enrollment instance and a template for assessment requirements.
-
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_AS_SU_ATMPT_PAT
12.2.2
product: IGS - Student System (Obsolete) , description: - Obsolete , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_VAL_SUAAP dependencies on IGS_AS_SU_ATMPT_PAT
12.1.1
-
APPS.IGS_AS_SU_ATMPT_PAT_PKG dependencies on IGS_AS_SU_ATMPT_PAT
12.1.1
-
APPS.IGS_AS_SU_ATMPT_PAT_PKG dependencies on IGS_GE_DATE
12.1.1
-
SYNONYM: APPS.IGS_AS_SU_ATMPT_PAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_SU_ATMPT_PAT, status:VALID,
-
APPS.IGS_AS_SU_ATMPT_PAT_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_SU_ATMPT_PAT_PKG dependencies on IGS_AS_VAL_SUAAP
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SU_ATMPT_PAT_PKG
12.1.1
-
Table: IGS_AS_UNTAS_PATTERN_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: - Obsolete , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.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,
-
PACKAGE BODY: APPS.IGS_AS_VAL_SUAAP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_VAL_SUAAP, status:VALID,
-
APPS.IGS_AS_SU_ATMPT_PAT_PKG dependencies on IGS_AS_GEN_001
12.1.1
-
Table: IGS_AS_UNTAS_PATTERN_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNTAS_PATTERN_ALL, object_name:IGS_AS_UNTAS_PATTERN_ALL, status:VALID, product: IGS - Student System , description: - Obsolete , implementation_dba_data: IGS.IGS_AS_UNTAS_PATTERN_ALL ,
-
PACKAGE BODY: APPS.IGS_AS_SU_ATMPT_PAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_SU_ATMPT_PAT_PKG, status:VALID,
-
APPS.IGS_AS_VAL_SUAAP SQL Statements
12.1.1
-
APPS.IGS_AS_SU_ATMPT_PAT_PKG dependencies on IGS_AS_GEN_004
12.1.1
-
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_EN_SU_ATTEMPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , 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: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_VAL_SUAAP
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
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'. ,
-
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'. ,