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.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 ,
-
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 ,
-
Table: IGS_AD_DFLT_OUDTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_DFLT_OUDTLS, object_name:IGS_AD_DFLT_OUDTLS, status:VALID, product: IGS - Student System , description: Default Outcome Decision Details , implementation_dba_data: IGS.IGS_AD_DFLT_OUDTLS ,
-
Table: IGS_UC_MAP_OUT_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_MAP_OUT_STAT, object_name:IGS_UC_MAP_OUT_STAT, status:VALID, product: IGS - Student System , description: Stores the mappings between the UCAS decision codes and the admission outcome status codes , implementation_dba_data: IGS.IGS_UC_MAP_OUT_STAT ,
-
View: IGS_AD_OU_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OU_STAT_V, object_name:IGS_AD_OU_STAT_V, status:VALID, product: IGS - Student System , description: Describes the user-defined admission outcome statuses like offer to be made, conditional offer to be made, unsuccessful, reject, offer revoked. These map to the system admission outcome statuses that are recognized by system functionality. , implementation_dba_data: APPS.IGS_AD_OU_STAT_V ,
-
View: IGS_UC_MAP_OUT_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_MAP_OUT_STAT_V, object_name:IGS_UC_MAP_OUT_STAT_V, status:VALID, product: IGS - Student System , description: Shows the mappings between the UCAS decision codes and oss outcome status codes along with the descriptions , implementation_dba_data: APPS.IGS_UC_MAP_OUT_STAT_V ,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID, product: IGS - Student System , description: Holds the request for program entry for an admission period , implementation_dba_data: IGS.IGS_AD_PS_APPL_INST_ALL ,
-
View: IGS_UC_UCAPCH_OSSAPPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_UCAPCH_OSSAPPL_V, object_name:IGS_UC_UCAPCH_OSSAPPL_V, status:VALID, product: IGS - Student System , description: Selects the UCAS Application Choice records as well as the OSS Application Instances for the UCAS Applicants. , implementation_dba_data: APPS.IGS_UC_UCAPCH_OSSAPPL_V ,
-
View: IGS_AD_ACK_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACK_LETTER_V, object_name:IGS_AD_ACK_LETTER_V, status:VALID, product: IGS - Student System , description: It would return the Acknowledgement Details of a student , implementation_dba_data: APPS.IGS_AD_ACK_LETTER_V ,
-
View: IGS_AD_INTERVIEW_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INTERVIEW_LETTERS_V, object_name:IGS_AD_INTERVIEW_LETTERS_V, status:VALID, product: IGS - Student System , description: Admission Interview Letters , implementation_dba_data: APPS.IGS_AD_INTERVIEW_LETTERS_V ,
-
View: IGS_AD_OUTCOME_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OUTCOME_LETTERS_V, object_name:IGS_AD_OUTCOME_LETTERS_V, status:VALID, product: IGS - Student System , description: The validations for the individual letters are placed at the SQLl query level that we attach to master document , implementation_dba_data: APPS.IGS_AD_OUTCOME_LETTERS_V ,
-
View: IGS_AD_MISSING_ITEMS_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_MISSING_ITEMS_LETTER_V, object_name:IGS_AD_MISSING_ITEMS_LETTER_V, status:VALID, product: IGS - Student System , description: Returns the missing items. For processing application of the student, few documents are required by the admission module. When student forget to send any document or miss out any document , then these documents are treated as missing items , implementation_dba_data: APPS.IGS_AD_MISSING_ITEMS_LETTER_V ,
-
View: IGS_AD_POSTADM_MISS_ITM_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_POSTADM_MISS_ITM_LTR_V, object_name:IGS_AD_POSTADM_MISS_ITM_LTR_V, status:VALID, product: IGS - Student System , description: It returns the Missing items for Post Admission Requirements , implementation_dba_data: APPS.IGS_AD_POSTADM_MISS_ITM_LTR_V ,
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL_INST, object_name:IGSFV_AD_ADM_PS_APPL_INST, status:VALID, product: IGS - Student System , description: Describes the request for program Entry for an Admission period , implementation_dba_data: APPS.IGSFV_AD_ADM_PS_APPL_INST ,