Search Results igs_as_spl_cons_appl
Overview
The IGS_AS_SPL_CONS_APPL table is a core data structure within the Oracle E-Business Suite Student System (IGS) for versions 12.1.1 and 12.2.2. It functions as the primary transactional repository for recording and managing student applications for special consideration. In an academic context, special consideration refers to a formal request by a student for adjustments to assessment due to extenuating circumstances such as illness, bereavement, or other significant personal challenges. This table captures each unique occurrence of such an application, linking it to the specific student, course unit, and assessment item. Its role is critical for tracking the lifecycle of these applications, from submission through to final outcome, ensuring a consistent audit trail and supporting related academic processes.
Key Information Stored
The table's composite primary key uniquely identifies each application instance using a combination of identifiers for the student and the academic work involved. The key columns are PERSON_ID, COURSE_CD, UOO_ID (Unit Offering ID), ASS_ID (Assessment ID), CREATION_DT, and RECEIVED_DT. Beyond the key, the table stores vital metadata about the application itself. This includes the SPCL_CONSIDERATION_CAT, which classifies the type of consideration sought, and two outcome-related fields: SOUGHT_OUTCOME (the result the student is requesting) and SPCL_CONSIDERATION_OUTCOME (the final decision granted by the institution. The presence of both a creation date and a received date allows for tracking of submission timelines.
Common Use Cases and Queries
A primary use case is generating reports on special consideration trends, such as the volume of applications by category or unit for a given term. Administrators frequently query this table to view the status of pending applications or to audit finalized cases. Common SQL patterns involve joining to related descriptive tables to translate code values into meaningful descriptions. For example, a query to list all applications with their sought outcome and final decision would join to the IGS_AS_SPCL_CONS_OUT table twice, using the respective foreign key columns. Another typical pattern is to join to the IGS_AS_SU_ATMPT_ITM table to retrieve broader student attempt information for the specific assessment item.
Related Objects
The IGS_AS_SPL_CONS_APPL table maintains defined foreign key relationships with several other Student System tables, ensuring referential integrity. The documented relationships are:
- IGS_AS_SPCL_CONS_CAT: Linked via the SPCL_CONSIDERATION_CAT column. This table provides descriptive details for the classification of the special consideration.
- IGS_AS_SPCL_CONS_OUT: Linked via two separate columns. The SOUGHT_OUTCOME column references possible outcomes a student can request, while the SPCL_CONSIDERATION_OUTCOME column references the institutional decision codes.
- IGS_AS_SU_ATMPT_ITM: Linked via a composite foreign key (PERSON_ID, COURSE_CD, UOO_ID, ASS_ID, CREATION_DT). This establishes the fundamental link to the specific student assessment attempt record to which the application pertains.
-
Table: IGS_AS_SPL_CONS_APPL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SPL_CONS_APPL, object_name:IGS_AS_SPL_CONS_APPL, status:VALID, product: IGS - Student System , description: Describes occurrence of an application for special consideration , implementation_dba_data: IGS.IGS_AS_SPL_CONS_APPL ,
-
Table: IGS_AS_SPL_CONS_APPL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes occurrence of an application for special consideration , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_SPL_CONS_APPL_PKG dependencies on IGS_AS_SPL_CONS_APPL
12.1.1
-
APPS.IGS_AS_GEN_004 dependencies on IGS_AS_SPL_CONS_APPL
12.1.1
-
APPS.IGS_AS_GEN_004 dependencies on IGS_AS_SPL_CONS_APPL
12.1.1
-
APPS.IGS_AS_SU_ATMPT_ITM_PKG dependencies on IGS_AS_SPL_CONS_APPL
12.1.1
-
SYNONYM: APPS.IGS_AS_SPL_CONS_APPL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_SPL_CONS_APPL, status:VALID,
-
APPS.IGS_AS_SPL_CONS_APPL_PKG SQL Statements
12.1.1
-
Table: IGS_AS_SPCL_CONS_OUT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SPCL_CONS_OUT, object_name:IGS_AS_SPCL_CONS_OUT, status:VALID, product: IGS - Student System , description: Describes possible outcomes from a special consideration application , implementation_dba_data: IGS.IGS_AS_SPCL_CONS_OUT ,
-
Table: IGS_AS_SPCL_CONS_OUT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes possible outcomes from a special consideration application , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_AS_SPECIAL_CONSID_APPLS
12.1.1
-
APPS.IGS_AS_SPL_CONS_APPL_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
Table: IGS_AS_SPCL_CONS_CAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SPCL_CONS_CAT, object_name:IGS_AS_SPCL_CONS_CAT, status:VALID, product: IGS - Student System , description: Describes available categories of special consideration applications , implementation_dba_data: IGS.IGS_AS_SPCL_CONS_CAT ,
-
PACKAGE: APPS.IGS_AS_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AS_GEN_004, status:VALID,
-
TABLE: IGS.IGS_AS_SPL_CONS_APPL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SPL_CONS_APPL, object_name:IGS_AS_SPL_CONS_APPL, status:VALID,
-
VIEW: APPS.IGSFV_AS_SPECIAL_CONSID_APPLS
12.1.1
-
Table: IGS_AS_SPCL_CONS_CAT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available categories of special consideration applications , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_SPL_CONS_APPL_PKG dependencies on IGS_AS_SPL_CONS_APPL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SPL_CONS_APPL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_SPL_CONS_APPL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_SU_ATMPT_ITM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_SU_ATMPT_ITM_PKG, status:VALID,
-
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 ,
-
Table: IGS_AS_SU_ATMPT_ITM
12.2.2
product: IGS - Student System (Obsolete) , description: Describes assessment item allocated to student unit attempt, either manually or by unit's default assessment items , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_SPL_CONS_APPL_PKG
12.1.1
-
View: IGSFV_AS_SPECIAL_CONSID_APPLS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes occurrence of an application for special consideration. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_SPECIAL_CONSID_APPLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SPECIAL_CONSID_APPLS, object_name:IGSFV_AS_SPECIAL_CONSID_APPLS, status:VALID, product: IGS - Student System , description: Describes occurrence of an application for special consideration. , implementation_dba_data: APPS.IGSFV_AS_SPECIAL_CONSID_APPLS ,
-
PACKAGE BODY: APPS.IGS_AS_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_004, status:VALID,
-
View: IGSBV_AS_SPECIAL_CONSID_APPLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SPECIAL_CONSID_APPLS, object_name:IGSBV_AS_SPECIAL_CONSID_APPLS, status:VALID, product: IGS - Student System , description: Describes occurrence of an application for special consideration. , implementation_dba_data: APPS.IGSBV_AS_SPECIAL_CONSID_APPLS ,
-
View: IGSBV_AS_SPECIAL_CONSID_APPLS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes occurrence of an application for special consideration. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_AS_SPECIAL_CONSID_APPLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SPECIAL_CONSID_APPLS, object_name:IGSBV_AS_SPECIAL_CONSID_APPLS, status:VALID,
-
VIEW: APPS.IGSFV_AS_SPECIAL_CONSID_APPLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SPECIAL_CONSID_APPLS, object_name:IGSFV_AS_SPECIAL_CONSID_APPLS, status:VALID,
-
APPS.IGS_AS_SPL_CONS_APPL_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_AS_SPL_CONS_APPL_PKG dependencies on FND_MESSAGE
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
-
APPS.IGS_AS_GEN_004 SQL Statements
12.1.1
-
APPS.IGS_AS_SU_ATMPT_ITM_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SU_ATMPT_ITM_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_004
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'. ,
-
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'. ,