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_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_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 ,
-
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_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 ,
-
View: IGS_AS_ITEM_ASSESSOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ITEM_ASSESSOR_V, object_name:IGS_AS_ITEM_ASSESSOR_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_ITEM_ASSESSOR_V ,
-
Table: IGS_FI_FEE_AS_RATE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_AS_RATE, object_name:IGS_FI_FEE_AS_RATE, status:VALID, product: IGS - Student System , description: This entity describes the method and parameters necessary for determining the amount to charge during fee assessment processing for a fee category fee liability. , implementation_dba_data: IGS.IGS_FI_FEE_AS_RATE ,
-
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: IGS_FI_FEE_AS_RATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_AS_RATE_V, object_name:IGS_FI_FEE_AS_RATE_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_FEE_AS_RATE_V ,