Search Results igs_ad_ou_stat
Overview
The IGS_AD_OU_STAT table is a core data definition table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 Student System (IGS) module. Its primary role is to define and manage user-configured admission outcome statuses for student applications. It acts as a mapping layer, allowing institutions to create their own descriptive status codes (e.g., "Conditional Offer," "Firm Rejection") that correspond to underlying system-defined admission outcome statuses. This provides flexibility in tailoring the application process to institutional terminology and workflows. It is critical to note that the IGS module is marked as "Obsolete" in the provided ETRM documentation, indicating it is a legacy component that may be superseded in future releases or cloud offerings.
Key Information Stored
While the specific column list is not detailed in the provided excerpt, the table's primary key and foreign key relationships define its essential structure. The central column is ADM_OUTCOME_STATUS, which serves as the table's primary key (IGS_AD_OU_STAT_PK). This column stores the unique code for each user-defined admission outcome status. Based on its described purpose, the table likely contains additional columns to describe each status, such as a description field, an effective date range (START_DATE, END_DATE), and a column to map the user-defined status to an internal system status. The integrity of these status codes is enforced by the primary key constraint and is referenced by several other tables in the admissions process.
Common Use Cases and Queries
The primary use case for this table is to support the configuration and reporting of application outcomes. Administrators use it to set up the valid set of decision statuses available to admissions officers. Common reporting queries would involve joining IGS_AD_OU_STAT to application transaction tables to analyze decision trends. For example, a query to list all applications with a specific outcome would join through the ADM_OUTCOME_STATUS key. A typical SQL pattern to retrieve all active user-defined statuses might resemble: SELECT adm_outcome_status, description FROM igs_ad_ou_stat WHERE SYSDATE BETWEEN start_date AND NVL(end_date, SYSDATE) ORDER BY 1;. Furthermore, the table is essential for data validation, ensuring that outcome statuses recorded in application records are restricted to the predefined set in this control table.
Related Objects
The IGS_AD_OU_STAT table is a referenced parent table for several key entities in the Student System, as evidenced by its foreign key relationships. The most direct relationship is with the IGS_AD_PS_APPL_INST_ALL table, which stores application instances, linking each to its final outcome status. It is also referenced by IGS_AD_DFLT_OUDTLS (likely default outcome details), IGS_UC_MAP_OUT_STAT (for mapping outcomes), and the IGS_UC_DEFAULTS table multiple times. The references in IGS_UC_DEFAULTS are particularly notable, linking to columns for specific system status types like OBSOLETE_OUTCOME_STATUS, PENDING_OUTCOME_STATUS, and REJECTED_OUTCOME_STATUS, highlighting its role in configuring system behavior for the admissions lifecycle.
-
Table: IGS_AD_OU_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined admission outcome statuses, which map to system admission outcome statuses , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_OU_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OU_STAT, object_name:IGS_AD_OU_STAT, status:VALID, product: IGS - Student System , description: Describes user-defined admission outcome statuses, which map to system admission outcome statuses , implementation_dba_data: IGS.IGS_AD_OU_STAT ,
-
APPS.IGS_EN_GEN_002 dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_UC_TRX_GEN_HOOK dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_GEN_012 dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_SUSPEND_APPL_PKG dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_GEN_009 dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_VAL_AA dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_GEN_008 dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_EN_GEN_008 dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_GEN_001 dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_OU_STAT_PKG dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_RE_GEN_002 dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_VAL_ACAIU dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_RE_VAL_CA dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_VAL_AOS dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_GEN_002 dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_VAL_ACAI_STATUS dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_AC_COMP dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_ASSIGN_EVAL_AI_PKG dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGF_AP_OSS_INTEGR dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_TI_COMP dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_GEN_011 dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_OU_STAT
12.1.1
-
APPS.IGS_AD_ASSIGN_REVIEW_GRP dependencies on IGS_AD_APPL_ALL
12.1.1
-
APPS.IGS_AD_AC_COMP dependencies on IGS_AD_DOC_STAT
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
APPS.IGS_AD_OU_STAT_PKG SQL Statements
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
Table: IGS_UC_DEFAULTS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds default values that will get applied to UCAS application records being imported into OSS . This table will always hold 1 record at any time , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_DEFAULTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_DEFAULTS, object_name:IGS_UC_DEFAULTS, status:VALID, product: IGS - Student System , description: Holds default values that will get applied to UCAS application records being imported into OSS . This table will always hold 1 record at any time , implementation_dba_data: IGS.IGS_UC_DEFAULTS ,
-
APPS.IGS_AD_ASSIGN_REVIEW_GRP dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
APPS.IGS_AD_TI_COMP dependencies on IGS_AD_DOC_STAT
12.1.1
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_ADM_REQ dependencies on IGS_AD_APPL_STAT
12.1.1