Search Results ass_pattern_id
Overview
The IGS_AS_UNTAS_PATTERN_ALL table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (OSM) or related educational modules under the IGS (iGrants or Institutional Grants) schema. This table functions as a master repository for assessment patterns linked to specific unit offerings. An assessment pattern defines the schedule, type, and configuration of evaluations (e.g., exams, assignments) for a unit version delivered in a particular academic calendar instance. The table's ALL suffix indicates it is a multi-org enabled table, storing data partitioned by the ORG_ID column for multiple operating units. It is important to note that the provided ETRM metadata explicitly marks all columns as "Obsolete," suggesting this table may be part of a legacy or deprecated data model in the referenced EBS versions, though it remains integral for historical data and referential integrity.
Key Information Stored
The table stores the relationship between a unit offering and its defined assessment pattern. Key columns include the composite business key (UNIT_CD, VERSION_NUMBER, CAL_TYPE, CI_SEQUENCE_NUMBER) identifying the specific unit offering, and the ASS_PATTERN_ID, which is the system-generated primary key. The ASS_PATTERN_CD and DESCRIPTION provide the code and name for the assessment pattern. Additional attributes define the context of the pattern, such as LOCATION_CD, UNIT_CLASS, and UNIT_MODE. The DFLT_PATTERN_IND flags a default pattern, while LOGICAL_DELETE_DT and ACTION_DT support lifecycle management. Standard EBS audit columns (CREATED_BY, CREATION_DATE, etc.) and multi-org column (ORG_ID) are also present.
Common Use Cases and Queries
Primary use cases involve retrieving the assessment pattern configured for a unit offering or identifying all unit offerings using a specific pattern. This is essential for generating assessment schedules, validating student assessment attempts, and academic reporting. A common query retrieves the pattern details for a specific unit offering:
- SELECT ass_pattern_cd, description FROM igs.igs_as_untas_pattern_all WHERE unit_cd = :p_unit_cd AND version_number = :p_ver AND cal_type = :p_cal_type AND ci_sequence_number = :p_ci_seq;
Another frequent pattern is joining to child tables to analyze assessment attempts. Given the obsolete status of columns, queries often involve historical data reconciliation or supporting integrations with downstream systems that have not migrated to a newer data model.
Related Objects
The table sits at the center of several key relationships, primarily via the ASS_PATTERN_ID column. It is referenced by child tables that record student assessment data, enforcing critical business rules.
- Primary Key: The unique identifier API_UK is defined on the ASS_PATTERN_ID column.
- Foreign Keys (Referencing this table):
- IGS_AS_SU_ATMPT_ITM.ASS_PATTERN_ID → IGS_AS_UNTAS_PATTERN_ALL.ASS_PATTERN_ID
- IGS_AS_SU_ATMPT_PAT.ASS_PATTERN_ID → IGS_AS_UNTAS_PATTERN_ALL.ASS_PATTERN_ID
- Foreign Keys (This table references): The table has foreign key relationships to lookup or validation tables for LOCATION_CD and UNIT_CD, though the specific parent tables are not fully named in the provided metadata.
The unique indexes, particularly IGS_AS_UNTAS_PATTERN_U1 (on the business key) and IGS_AS_UNTAS_PATTERN_U2 (on ASS_PATTERN_ID), are critical for enforcing data integrity and optimizing query performance.
-
TABLE: IGS.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,
-
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 ,
-
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_UNT_PATRN_ITM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNT_PATRN_ITM, object_name:IGS_AS_UNT_PATRN_ITM, status:VALID,
-
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,
-
View: IGS_AS_UNTAS_PATTERN
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_AS_UNTAS_PATTERN describes the assessment patterns that make up the assessment requirement for a unit. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_UNTAS_PATTERN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UNTAS_PATTERN, object_name:IGS_AS_UNTAS_PATTERN, status:VALID, product: IGS - Student System , description: IGS_AS_UNTAS_PATTERN describes the assessment patterns that make up the assessment requirement for a unit. , implementation_dba_data: APPS.IGS_AS_UNTAS_PATTERN ,
-
VIEW: APPS.IGS_AS_UNTAS_PATTERN
12.1.1
-
APPS.IGS_AS_SU_ATMPT_PAT_PKG dependencies on IGS_AS_SU_ATMPT_PAT
12.1.1
-
VIEW: APPS.IGS_AS_UNTAS_PATTERN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UNTAS_PATTERN, object_name:IGS_AS_UNTAS_PATTERN, status:VALID,
-
Table: IGS_AS_UNTAS_PATTERN
12.1.1
product: IGS - Student System , description: This entity describes the assessment patterns which make up the assessment requirement for a unit. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGS_AS_UNT_PATRN_ITM_PKG SQL Statements
12.1.1
-
Table: IGS_AS_SU_ATMPT_PAT
12.2.2
product: IGS - Student System (Obsolete) , description: - Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_OFR_OPT_ASS_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ASS_PAT_V, object_name:IGS_PS_UNIT_OFR_OPT_ASS_PAT_V, status:VALID,
-
Table: IGS_AS_UNT_PATRN_ITM
12.2.2
product: IGS - Student System (Obsolete) , description: - Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_UNT_PATRN_ITM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNT_PATRN_ITM, object_name:IGS_AS_UNT_PATRN_ITM, status:VALID, product: IGS - Student System , description: - Obsolete , implementation_dba_data: IGS.IGS_AS_UNT_PATRN_ITM ,
-
APPS.IGS_AS_UNTAS_PATTERN_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
Table: IGS_AS_UNTAS_PATTERN
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the assessment patterns which make up the assessment requirement for a unit. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_UAP_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAP_SUA_V, object_name:IGS_AS_UAP_SUA_V, status:VALID,
-
APPS.IGS_AS_SU_ATMPT_PAT_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AS_UAP_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAP_ITEM_V, object_name:IGS_AS_UAP_ITEM_V, status:VALID,
-
View: IGS_AS_UAP_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAP_ITEM_V, object_name:IGS_AS_UAP_ITEM_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_UAP_ITEM_V ,
-
APPS.IGS_AS_SU_ATMPT_PAT_PKG dependencies on IGS_AS_VAL_SUAAP
12.1.1
-
View: IGS_AS_UAP_SUA_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the assessment patterns that make up the assessment requirement for a student's unit attempt , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_OFR_OPT_ASS_PAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the assessment patterns, which make up the assessment requirement for a unit. The assessment pattern of the unit should map with the unit offering option and unit class. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_OFR_OPT_ASS_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ASS_PAT_V, object_name:IGS_PS_UNIT_OFR_OPT_ASS_PAT_V, status:VALID, product: IGS - Student System , description: This entity describes the assessment patterns, which make up the assessment requirement for a unit. The assessment pattern of the unit should map with the unit offering option and unit class. , implementation_dba_data: APPS.IGS_PS_UNIT_OFR_OPT_ASS_PAT_V ,
-
View: IGS_AS_UAP_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAP_SUA_V, object_name:IGS_AS_UAP_SUA_V, status:VALID, product: IGS - Student System , description: Describes the assessment patterns that make up the assessment requirement for a student's unit attempt , implementation_dba_data: APPS.IGS_AS_UAP_SUA_V ,
-
View: IGS_AS_UAP_ITEM_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_UNTAS_PATTERN_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SU_ATMPT_PAT_PKG
12.1.1
-
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: IGS_AS_SUAAI_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_UNT_PATRN_ITM_PKG
12.1.1
-
TABLE: IGS.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,
-
PACKAGE BODY: APPS.IGS_AS_UNTAS_PATTERN_PKG
12.1.1
-
VIEW: APPS.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,
-
APPS.IGS_AS_UNTAS_PATTERN_PKG dependencies on IGS_AS_UNTAS_PATTERN_ALL
12.1.1
-
APPS.IGS_AS_SU_ATMPT_ITM_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_UNTAS_PATTERN_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_AS_UNTAS_PATTERN_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_AS_UNTAS_PATTERN_PKG dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SU_ATMPT_ITM_PKG
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'. ,