Search Results igs_as_unit_mode
Overview
The IGS_AS_UNIT_MODE table is a core reference table within the Oracle E-Business Suite Student System (IGS) for releases 12.1.1 and 12.2.2. It functions as a master code table that defines the various modes in which a university unit (or course) can be offered. Its primary role is to enforce data integrity by providing a standardized list of valid offering modes, such as on-campus, distance education, or blended learning, which are then referenced by transactional tables across the student lifecycle. By centralizing this definition, it ensures consistency in how unit modes are recorded and reported throughout the application's assessment, admissions, and financial modules.
Key Information Stored
While the provided ETRM metadata does not list specific column details beyond the primary key, the table's structure is typical of a code lookup table. The central column is UNIT_MODE, which serves as the primary key (IGS_AS_UNIT_MODE_PK). This column stores the unique, short code representing the offering mode (e.g., 'ONCAMP', 'DIST', 'BLEND'). It is highly probable the table also contains descriptive columns such as DESCRIPTION to provide a full name for the mode, and standard WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY). Additional columns may exist to control the active status and display order of each mode value within the application's user interface.
Common Use Cases and Queries
This table is primarily used for validation, reporting, and data joins. Application forms that capture unit offering details will validate entered values against this table. Common reporting scenarios include analyzing the distribution of unit offerings by mode across different academic periods or programs. A typical query to retrieve all active unit modes for a lookup would be:
- SELECT unit_mode, description FROM igs.igs_as_unit_mode WHERE SYSDATE BETWEEN start_date AND NVL(end_date, SYSDATE) ORDER BY s_order;
For transactional reporting, such as listing assessment items for distance education units, a developer would join this table to a transactional table using the UNIT_MODE key:
- SELECT ai.assessment_item_code, um.description AS unit_mode FROM igs_as_unitass_item ai JOIN igs_as_unit_mode um ON ai.unit_mode = um.unit_mode WHERE um.unit_mode = 'DIST';
Related Objects
The IGS_AS_UNIT_MODE table is a parent to several key transactional tables, as documented by its foreign key relationships. The UNIT_MODE column is referenced by the following tables, indicating its critical role in linking unit mode data to specific functional areas:
- IGS_AD_PS_APLINSTUNT_ALL: Links unit modes to applicant institution units in the Admissions module.
- IGS_AS_ITEM_ASSESSOR & IGS_AS_UNITASS_ITEM: Associates unit modes with assessment items and assessors in the Assessment module.
- IGS_FI_FEE_AS_ITEMS, IGS_FI_FEE_AS_RATE, IGS_FI_FEE_AS_RT_H_ALL, & IGS_FI_FTCI_ACCTS: These tables in the Financials module use UNIT_MODE to determine applicable fees, rates, and financial transaction accounts based on how a unit is offered.
-
Table: IGS_AS_UNIT_MODE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNIT_MODE, object_name:IGS_AS_UNIT_MODE, status:VALID, product: IGS - Student System , description: Describes available university unit offering modes , implementation_dba_data: IGS.IGS_AS_UNIT_MODE ,
-
Table: IGS_AS_UNIT_MODE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available university unit offering modes , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_EN_VAL_SUA dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_EN_ELGBL_PROGRAM dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_AS_GEN_003 dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_EN_GEN_005 dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_AS_VAL_UAI dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_AS_UNIT_MODE_PKG dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_PS_VAL_UCL dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_ST_GEN_004 dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_ST_GEN_001 dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_FI_CHARGES_API_PVT dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_AS_VAL_UAI dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_EN_GEN_006 dependencies on IGS_AS_UNIT_MODE
12.1.1
-
APPS.IGS_AS_UNIT_MODE_PKG SQL Statements
12.1.1
-
APPS.IGS_ST_GEN_001 dependencies on IGS_AS_UNIT_CLASS
12.1.1
-
APPS.IGS_ST_GEN_001 dependencies on IGS_ST_GVT_STDNTLOAD
12.1.1
-
APPS.IGS_ST_GEN_001 dependencies on IGS_ST_GVT_SPSHT_CTL
12.1.1
-
APPS.IGS_ST_GEN_001 dependencies on IGS_EN_ST_SNAPSHOT
12.1.1
-
SYNONYM: APPS.IGS_AS_UNIT_MODE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_UNIT_MODE, status:VALID,
-
APPS.IGS_AS_GEN_005 dependencies on IGS_AS_UNIT_CLASS
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_UNIT_MODE_PKG
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_GE_GEN_001
12.1.1
-
TABLE: IGS.IGS_AS_UNIT_MODE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNIT_MODE, object_name:IGS_AS_UNIT_MODE, status:VALID,
-
APPS.IGS_EN_VAL_SUA dependencies on IGS_AS_UNIT_CLASS
12.1.1
-
VIEW: APPS.IGS_AS_ITEM_ASSESSOR_V
12.1.1
-
APPS.IGS_PS_VAL_UCL SQL Statements
12.1.1
-
APPS.IGS_ST_GEN_004 dependencies on IGS_AS_UNIT_CLASS
12.1.1
-
APPS.IGS_EN_GEN_006 dependencies on IGS_AS_UNIT_CLASS
12.1.1
-
APPS.IGS_EN_GEN_005 dependencies on IGS_AS_UNIT_CLASS
12.1.1
-
APPS.IGS_EN_ELGBL_PROGRAM dependencies on IGS_AS_UNIT_CLASS
12.1.1
-
APPS.IGS_AS_UNIT_MODE_PKG dependencies on IGS_AS_UNIT_MODE_PKG
12.1.1
-
Table: IGS_AS_ITEM_ASSESSOR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ITEM_ASSESSOR, object_name:IGS_AS_ITEM_ASSESSOR, status:VALID, product: IGS - Student System , description: This table describes assessors applicable for assessment items , implementation_dba_data: IGS.IGS_AS_ITEM_ASSESSOR ,
-
Table: IGS_AS_ITEM_ASSESSOR
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes assessors applicable for assessment items , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_GE_VAL_PARAM
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_VAL_PARAM, status:VALID,
-
APPS.IGS_EN_GEN_005 dependencies on IGS_PS_UNIT_STAT
12.1.1
-
APPS.IGS_EN_GEN_005 dependencies on IGS_PS_UNIT_VER
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_VAL_UAI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_VAL_UAI, status:VALID,
-
Table: IGS_AS_UNITASS_ITEM
12.1.1
product: IGS - Student System , description: This entity describes the assessment items which are allocated to a unit version within a nominated teaching calendar instance (ie. a unit offering pattern). A unit may be assigned many assessment items, and in turn an assessment item m , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_AS_RT_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_RT_H_ALL, object_name:IGS_FI_FEE_AS_RT_H_ALL, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_AS_RT_H_ALL ,
-
PACKAGE BODY: APPS.IGS_PS_VAL_UCL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VAL_UCL, status:VALID,
-
Table: IGS_FI_FEE_AS_ITEMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_ITEMS, object_name:IGS_FI_FEE_AS_ITEMS, status:VALID, product: IGS - Student System , description: This entity stores an itemized list of assessment items that have contributed to the student's assessment. , implementation_dba_data: IGS.IGS_FI_FEE_AS_ITEMS ,
-
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 ,
-
Table: IGS_AS_UNITASS_ITEM
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the assessment items which are allocated to a unit version within a nominated teaching calendar instance (ie. a unit offering pattern). A unit may be assigned many assessment items, and in turn an assessment item m , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FEE_AS_RT_H_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes special contract based fee assessment rates , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FTCI_ACCTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FTCI_ACCTS, object_name:IGS_FI_FTCI_ACCTS, status:VALID, product: IGS - Student System , description: For a Fee Type Calendar Instance, Revenue Account Code or the Natural Account Segment for the combination of attributes will be stored in this table. , implementation_dba_data: IGS.IGS_FI_FTCI_ACCTS ,
-
PACKAGE BODY: APPS.IGS_AS_UNIT_MODE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_UNIT_MODE_PKG, status:VALID,