Search Results igs_ad_unit_ou_stat
Overview
The IGS_AD_UNIT_OU_STAT table is a core data dictionary table within the Oracle E-Business Suite Student System (IGS). It functions as a configuration and mapping table that defines user-controlled statuses for the outcomes of individual admission units (e.g., specific programs or courses within an application). Its primary role is to provide a flexible layer of user-defined statuses, such as "Unit Approved," "Unit Pending Review," or "Unit Rejected," which are then mapped internally to system-defined admission outcome statuses. This abstraction allows institutions to customize the terminology and workflow of their admission processes while maintaining the integrity of the underlying system logic in both releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is centered on defining and describing these custom status codes. The primary column is ADM_UNIT_OUTCOME_STATUS, which stores the unique code for the user-defined status. While the full column list is not detailed in the provided metadata, typical supporting columns in such configuration tables would include a description field (e.g., DESCRIPTION), an effective dating mechanism (START_DATE, END_DATE), an indicator for the system status it maps to, and standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE). The primary key constraint IGS_AD_UNIT_OU_STAT_PK enforces uniqueness on the ADM_UNIT_OUTCOME_STATUS column, ensuring each custom status code is distinct.
Common Use Cases and Queries
This table is primarily referenced in transactional and reporting contexts related to the detailed tracking of application components. A common use case is generating a report showing the distribution of outcomes across different admission units for a particular intake period. Administrators may also query this table to maintain the list of valid statuses. Sample SQL patterns include joining to the transactional table to list all applications with a specific unit outcome:
- SELECT a.application_number, u.adm_unit_outcome_status, s.description FROM igs_ad_ps_aplinstunt_all a JOIN igs_ad_unit_ou_stat s ON a.adm_unit_outcome_status = s.adm_unit_outcome_status WHERE a.person_id = :p_id;
Another critical pattern is validating or listing all active user-defined statuses for setup purposes: SELECT adm_unit_outcome_status, description FROM igs_ad_unit_ou_stat WHERE SYSDATE BETWEEN start_date AND NVL(end_date, SYSDATE) ORDER BY 1;
Related Objects
The table has a defined parent-child relationship with key transactional tables in the admissions module. As per the documented foreign key relationship:
- IGS_AD_PS_APLINSTUNT_ALL: This is the primary transactional table storing details of individual admission units (or "instances") within an application. Its column ADM_UNIT_OUTCOME_STATUS is a foreign key that references IGS_AD_UNIT_OU_STAT.ADM_UNIT_OUTCOME_STATUS. This enforces data integrity, ensuring that every outcome status recorded against an admission unit in IGS_AD_PS_APLINSTUNT_ALL must be a valid code defined in the IGS_AD_UNIT_OU_STAT lookup table.
-
Table: IGS_AD_UNIT_OU_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_UNIT_OU_STAT, object_name:IGS_AD_UNIT_OU_STAT, status:VALID, product: IGS - Student System , description: Describes user-defined admission unit outcome statuses, which map to system admission outcome statuses , implementation_dba_data: IGS.IGS_AD_UNIT_OU_STAT ,
-
Table: IGS_AD_UNIT_OU_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined admission unit outcome statuses, which map to system admission outcome statuses , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_VAL_ACAI_STATUS dependencies on IGS_AD_UNIT_OU_STAT
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_AD_UNIT_OU_STAT
12.1.1
-
APPS.IGS_AD_GEN_008 dependencies on IGS_AD_UNIT_OU_STAT
12.1.1
-
APPS.IGS_AD_VAL_ACAIU dependencies on IGS_AD_UNIT_OU_STAT
12.1.1
-
APPS.IGS_AD_GEN_009 dependencies on IGS_AD_UNIT_OU_STAT
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_AD_UNIT_OU_STAT
12.1.1
-
APPS.IGS_AD_UPD_INITIALISE dependencies on IGS_AD_UNIT_OU_STAT
12.1.1
-
APPS.IGS_AD_UNIT_OU_STAT_PKG dependencies on IGS_AD_UNIT_OU_STAT
12.1.1
-
APPS.IGS_AD_VAL_AUOS dependencies on IGS_AD_UNIT_OU_STAT
12.1.1
-
APPS.IGS_AD_UNIT_OU_STAT_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_UNIT_OU_STAT_V
12.1.1
-
SYNONYM: APPS.IGS_AD_UNIT_OU_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_UNIT_OU_STAT, status:VALID,
-
TABLE: IGS.IGS_AD_UNIT_OU_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_UNIT_OU_STAT, object_name:IGS_AD_UNIT_OU_STAT, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_UNIT_OU_STAT_PKG
12.1.1
-
View: IGS_AD_UNIT_OU_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_UNIT_OU_STAT_V, object_name:IGS_AD_UNIT_OU_STAT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_UNIT_OU_STAT_V ,
-
APPS.IGS_AD_VAL_ACAI_STATUS dependencies on IGS_AD_PS_APLINSTUNT
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_AD_PS_APLINSTUNT
12.1.1
-
APPS.IGS_AD_UNIT_OU_STAT_PKG dependencies on IGS_AD_UNIT_OU_STAT_PKG
12.1.1
-
Table: IGS_AD_PS_APLINSTUNT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT_ALL, object_name:IGS_AD_PS_APLINSTUNT_ALL, status:VALID, product: IGS - Student System , description: Describes admission program unit applications or admission non-award unit applications , implementation_dba_data: IGS.IGS_AD_PS_APLINSTUNT_ALL ,
-
View: IGS_AD_UNIT_OU_STAT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_VAL_AUOS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_009
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_009, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_AUOS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_AUOS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAIU
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAIU, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_UNIT_OU_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_UNIT_OU_STAT_PKG, status:VALID,
-
VIEW: APPS.IGSFV_ADM_PRG_APPL_UNIT
12.1.1
-
Table: IGS_AD_PS_APLINSTUNT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes admission program unit applications or admission non-award unit applications , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_GEN_008
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_008, status:VALID,
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_AD_PS_APLINSTUNT
12.1.1
-
APPS.IGS_AD_GEN_009 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI_STATUS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI_STATUS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_UPD_INITIALISE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_UPD_INITIALISE, status:VALID,
-
APPS.IGS_AD_UPD_INITIALISE dependencies on IGS_AD_PS_APLINSTUNT
12.1.1
-
VIEW: APPS.IGS_AD_UNIT_OU_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_UNIT_OU_STAT_V, object_name:IGS_AD_UNIT_OU_STAT_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_AUOS
12.1.1
-
View: IGSFV_ADM_PRG_APPL_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_PRG_APPL_UNIT, object_name:IGSFV_ADM_PRG_APPL_UNIT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_ADM_PRG_APPL_UNIT ,
-
View: IGSFV_ADM_PRG_APPL_UNIT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI, status:VALID,
-
APPS.IGS_AD_GEN_008 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_010
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_010, status:VALID,
-
APPS.IGS_AD_UPD_INITIALISE SQL Statements
12.1.1
-
APPS.IGS_AD_VAL_ACAIU SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_ADM_PRG_APPL_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_PRG_APPL_UNIT, object_name:IGSFV_ADM_PRG_APPL_UNIT, status:VALID,
-
APPS.IGS_AD_VAL_ACAI_STATUS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_009
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_008
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1