Search Results igs_as_spcl_cons_out
Overview
The IGS_AS_SPCL_CONS_OUT table is a core reference table within the Oracle E-Business Suite Student System (IGS) module. It functions as a lookup table that stores the standardized, pre-defined list of possible outcomes for a special consideration application. Special consideration processes allow educational institutions to formally assess requests for adjustments to assessment or examination conditions due to extenuating circumstances, such as illness or personal hardship. This table provides the controlled set of values that can be assigned to an application, ensuring data integrity and consistency in reporting and workflow management across the student assessment lifecycle in both EBS 12.1.1 and 12.2.2.
Key Information Stored
The primary data element stored in this table is the outcome code, which serves as the unique identifier for each possible result of a special consideration request. While the specific column list is not detailed in the provided metadata, the structure is defined by its primary key. The central column is SPCL_CONSIDERATION_OUTCOME, which is the table's primary key. This column holds the short code representing an outcome, such as 'APPROVED', 'DENIED', 'PENDING', or 'WITHDRAWN'. Typically, a companion column like DESCRIPTION would store the full, human-readable name for each outcome code. Additional columns may include control attributes like start and end dates to enable or disable specific outcomes over time.
Common Use Cases and Queries
The primary use case is to validate and report on the status of special consideration applications. Administrators use this table to populate list-of-values (LOV) selections in application forms and to generate summary reports on application outcomes. A common reporting query involves joining this table to the application detail table to translate outcome codes into meaningful descriptions for review.
Sample Query:
SELECT appl.application_number,
outcome.description AS outcome,
appl.creation_date
FROM igs_as_spl_cons_appl appl
JOIN igs_as_spcl_cons_out outcome
ON appl.spcl_consideration_outcome = outcome.spcl_consideration_outcome
WHERE appl.person_id = :stu_id;
Data maintenance involves inserting new outcome codes or end-dating obsolete ones via standard EBS forms or administrative scripts, ensuring referential integrity is maintained with existing application records.
Related Objects
The IGS_AS_SPCL_CONS_OUT table has a direct and critical relationship with the main application table, as documented by the provided foreign key metadata. The following objects reference this table:
- IGS_AS_SPL_CONS_APPL (Special Consideration Application table): This is the primary transactional table that stores each submitted application. It references IGS_AS_SPCL_CONS_OUT twice:
- Via the SOUGHT_OUTCOME column, which likely records the outcome initially requested by the applicant.
- Via the SPCL_CONSIDERATION_OUTCOME column, which stores the final adjudicated outcome decided by the administrator.
These relationships enforce that the outcomes recorded in an application must be valid entries present in the IGS_AS_SPCL_CONS_OUT lookup table, preventing data corruption.
-
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 ,
-
APPS.IGS_AS_VAL_SCAP dependencies on IGS_AS_SPCL_CONS_OUT
12.1.1
-
APPS.IGS_AS_VAL_SCAP dependencies on IGS_AS_SPCL_CONS_OUT
12.1.1
-
APPS.IGS_AS_SPCL_CONS_OUT_PKG dependencies on IGS_AS_SPCL_CONS_OUT
12.1.1
-
VIEW: APPS.IGS_AS_SPCO_V
12.1.1
-
VIEW: APPS.IGSFV_AS_SPECIAL_CONSID_OUTS
12.1.1
-
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_SPCL_CONS_OUT_PKG SQL Statements
12.1.1
-
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 ,
-
VIEW: APPS.IGSBV_AS_SPECIAL_CONSID_OUTS
12.1.1
-
VIEW: APPS.IGSFV_AS_SPECIAL_CONSID_APPLS
12.1.1
-
SYNONYM: APPS.IGS_AS_SPCL_CONS_OUT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_SPCL_CONS_OUT, status:VALID,
-
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 ,
-
APPS.IGS_AS_SPL_CONS_APPL_PKG dependencies on IGS_AS_VAL_SCAP
12.1.1
-
TABLE: IGS.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,
-
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 ,
-
View: IGS_AS_SPCO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SPCO_V, object_name:IGS_AS_SPCO_V, status:VALID, product: IGS - Student System , description: Selects possible outcomes for applications under special consideration , implementation_dba_data: APPS.IGS_AS_SPCO_V ,
-
PACKAGE BODY: APPS.IGS_AS_SPCL_CONS_OUT_PKG
12.1.1
-
View: IGSBV_AS_SPECIAL_CONSID_OUTS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the person with the assigned Anonymous Id for the method ASSESSMENT , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_SPECIAL_CONSID_OUTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SPECIAL_CONSID_OUTS, object_name:IGSFV_AS_SPECIAL_CONSID_OUTS, status:VALID, product: IGS - Student System , description: Describes occurrence of an application for special consideration. , implementation_dba_data: APPS.IGSFV_AS_SPECIAL_CONSID_OUTS ,
-
View: IGS_AS_SPCO_V
12.2.2
product: IGS - Student System (Obsolete) , description: Selects possible outcomes for applications under special consideration , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_SPCL_CONS_OUT_PKG dependencies on IGS_AS_SPCL_CONS_OUT_PKG
12.1.1
-
View: IGSBV_AS_SPECIAL_CONSID_OUTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SPECIAL_CONSID_OUTS, object_name:IGSBV_AS_SPECIAL_CONSID_OUTS, status:VALID, product: IGS - Student System , description: Holds the person with the assigned Anonymous Id for the method ASSESSMENT , implementation_dba_data: APPS.IGSBV_AS_SPECIAL_CONSID_OUTS ,
-
View: IGSFV_AS_SPECIAL_CONSID_OUTS
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 ,
-
PACKAGE: APPS.IGS_AS_VAL_SCAP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AS_VAL_SCAP, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_VAL_SCAP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_VAL_SCAP, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_SPCL_CONS_OUT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_SPCL_CONS_OUT_PKG, status:VALID,
-
APPS.IGS_AS_VAL_SCAP SQL Statements
12.1.1
-
VIEW: APPS.IGS_AS_SPCO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SPCO_V, object_name:IGS_AS_SPCO_V, status:VALID,
-
APPS.IGS_AS_SPL_CONS_APPL_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_AS_SPL_CONS_APPL_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
VIEW: APPS.IGSFV_AS_SPECIAL_CONSID_OUTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SPECIAL_CONSID_OUTS, object_name:IGSFV_AS_SPECIAL_CONSID_OUTS, status:VALID,
-
VIEW: APPS.IGSBV_AS_SPECIAL_CONSID_OUTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SPECIAL_CONSID_OUTS, object_name:IGSBV_AS_SPECIAL_CONSID_OUTS, status:VALID,
-
APPS.IGS_AS_SPL_CONS_APPL_PKG dependencies on FND_MESSAGE
12.1.1
-
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,
-
PACKAGE BODY: APPS.IGS_AS_SPL_CONS_APPL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_VAL_SCAP
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
-
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'. ,