Search Results igs_as_unit_class
Overview
The IGS_AS_UNIT_CLASS view is a reporting and integration object belonging to the IGS – Student System product family within Oracle E-Business Suite. In ETRM (E-Business Suite Technical Reference Manual) documentation for releases 12.1.1 and 12.2.2, this object is classified as part of the Student System, which is flagged as obsolete. As a result, the view is documented for backward-compatibility and reference purposes rather than as an actively maintained schema component. Its functional purpose is to present unit class scheduling records — the definition of when and how a given instructional unit is delivered — in a form that supports inquiry, reporting, and integration against the underlying _ALL table, subject to the caller's operating unit context.
Underlying Base Objects
The view is defined over a single base object: IGS_AS_UNIT_CLASS_ALL. No other referenced base objects are documented in the ETRM metadata. The view text selects a defined column list from the _ALL table and applies a row-level filter based on the organization identifier:
SELECT UC.ROWID ROW_ID, UC.UNIT_CLASS, UC.UNIT_MODE, UC.DESCRIPTION, UC.DAY_OF_WEEK, UC.START_TIME, UC.END_TIME, UC.CLOSED_IND, UC.CREATED_BY, UC.CREATION_DATE, UC.LAST_UPDATED_BY, UC.LAST_UPDATE_DATE, UC.LAST_UPDATE_LOGIN, UC.ORG_ID FROM IGS_AS_UNIT_CLASS_ALL UC WHERE NVL(UC.ORG_ID, NVL(TO_NUMBER(DECODE(SUBSTRB(USERENV('CLIENT_INFO'),1,1), ' ', NULL, SUBSTRB(USERENV('CLIENT_INFO'),1,10))), -99)) = NVL(TO_NUMBER(DECODE(SUBSTRB(USERENV('CLIENT_INFO'),1,1), ' ', NULL, SUBSTRB(USERENV('CLIENT_INFO'),1,10))), -99)
The _ALL suffix indicates that the base table stores data across multiple operating units, while this view exposes only the rows appropriate to the current session's operating unit, derived from the CLIENT_INFO value maintained by the Multi-Org (multiple organizations) architecture. The ROW_ID column is projected from ROWID to provide a unique row identifier for the exposed record.
Key Columns
- ROW_ID – The physical row identifier (
ROWID) of the underlying_ALLrecord, useful for direct row addressing. - UNIT_CLASS – The identifier of the unit class being defined, typically the primary business key for the schedule record.
- UNIT_MODE – The delivery mode associated with the unit class (for example, the instructional or attendance mode).
- DESCRIPTION – Descriptive text for the unit class.
- DAY_OF_WEEK – The day on which the class occurs within the schedule.
- START_TIME / END_TIME – The scheduled start and end times of the class session.
- CLOSED_IND – Indicator of whether the unit class record is closed or inactive.
- ORG_ID – The operating unit owning the record, used by the view's Multi-Org filter.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN – Standard audit columns tracking record creation and modification.
Common Use Cases and Queries
Because the view enforces operating-unit security automatically, it is commonly used in institution-facing reports and extracts that must not expose cross-organization unit class data. A typical query retrieves schedule details for active classes:
SELECT unit_class, unit_mode, description, day_of_week,
start_time, end_time, closed_ind
FROM igs_as_unit_class
WHERE closed_ind = 'N'
ORDER BY unit_class, day_of_week, start_time;
Integration routines may join the view to the underlying _ALL table via ROW_ID, or use ORG_ID to align with other Multi-Org aware objects. Note that the ETRM documentation records this view as not implemented in the reference database and the IGS Student System as obsolete; administrators should confirm the object exists and is populated in their specific instance before relying on it in production reporting or interface logic.
-
View: IGS_AS_UNIT_CLASS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UNIT_CLASS, object_name:IGS_AS_UNIT_CLASS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_UNIT_CLASS ,
-
View: IGS_AS_UNIT_CLASS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_OFR_OPT_ASS_PAT_V
12.1.1
-
VIEW: APPS.IGS_AS_UAP_SUA_V
12.1.1
-
VIEW: APPS.IGS_AS_USECAI_SUA_V
12.1.1
-
VIEW: APPS.IGS_AS_UNIT_ASSESSMENT_ITEM_V
12.1.1
-
VIEW: APPS.IGS_EN_USEC_STAT_V
12.1.1
-
VIEW: APPS.IGS_PS_USO_CLAS_MEET_V
12.1.1
-
VIEW: APPS.IGS_AS_ITEM_ASSESSOR_V
12.1.1
-
APPS.IGS_AD_GEN_005 SQL Statements
12.1.1
-
APPS.IGS_PS_VAL_UOO SQL Statements
12.1.1
-
VIEW: APPS.IGS_PS_USEC_X_USEC_V
12.1.1
-
VIEW: APPS.IGS_AS_UAI_EXAMINATION_V
12.1.1
-
APPS.IGS_PS_VAL_UM SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_VAL_FAR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_VAL_FAR, status:VALID,
-
VIEW: APPS.IGS_PS_USEC_X_GRPMEM_V
12.1.1
-
VIEW: APPS.IGS_PR_SUA_INQ_V
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VAL_UM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VAL_UM, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_VAL_UAI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_VAL_UAI, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_VAL_UOO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VAL_UOO, status:VALID,
-
VIEW: APPS.IGS_AS_SUA_INQ_V
12.1.1
-
View: IGS_PR_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SUA_INQ_V, object_name:IGS_PR_SUA_INQ_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_SUA_INQ_V ,
-
PACKAGE BODY: APPS.IGS_GE_VAL_PARAM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_GE_VAL_PARAM, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_005, status:VALID,
-
View: IGS_AS_UNIT_ASSESSMENT_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UNIT_ASSESSMENT_ITEM_V, object_name:IGS_AS_UNIT_ASSESSMENT_ITEM_V, status:VALID, product: IGS - Student System , description: Created primarily for the assignment due dates summary report , implementation_dba_data: APPS.IGS_AS_UNIT_ASSESSMENT_ITEM_V ,
-
APPS.IGS_GE_VAL_PARAM SQL Statements
12.1.1
-
VIEW: APPS.IGS_AS_UAI_ETISTD_EXAM_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_ANON_GRD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_ANON_GRD_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_003, status:VALID,
-
View: IGS_AS_UNIT_ASSESSMENT_ITEM_V
12.2.2
product: IGS - Student System (Obsolete) , description: Created primarily for the assignment due dates summary report , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_006, status:VALID,
-
View: IGS_AS_UAP_SUA_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the assessment patterns that make up the assessment requirement for a student's unit attempt , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_OFR_OPT_ASS_PAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the assessment patterns, which make up the assessment requirement for a unit. The assessment pattern of the unit should map with the unit offering option and unit class. , implementation_dba_data: Not implemented in this database ,
-
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_EN_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_005, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_GEN_006, status:VALID,
-
View: IGS_PS_USEC_X_USEC_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_USECAI_SUA_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays all the unit section assessment items that are currently applicable to the student unit attempt. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_FI_CHARGES_API_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_CHARGES_API_PVT, status:VALID,
-
SYNONYM: APPS.IGS_AS_UNIT_CLASS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_UNIT_CLASS_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_ST_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GEN_001, status:VALID,
-
View: IGS_PR_SUA_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_005, status:VALID,
-
View: IGS_PS_USO_CLAS_MEET_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_OFR_OPT_V
12.1.1
-
View: IGS_PS_UNIT_OFR_OPT_ASS_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ASS_PAT_V, object_name:IGS_PS_UNIT_OFR_OPT_ASS_PAT_V, status:VALID, product: IGS - Student System , description: This entity describes the assessment patterns, which make up the assessment requirement for a unit. The assessment pattern of the unit should map with the unit offering option and unit class. , implementation_dba_data: APPS.IGS_PS_UNIT_OFR_OPT_ASS_PAT_V ,
-
View: IGS_AS_UAP_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_UAP_SUA_V, object_name:IGS_AS_UAP_SUA_V, status:VALID, product: IGS - Student System , description: Describes the assessment patterns that make up the assessment requirement for a student's unit attempt , implementation_dba_data: APPS.IGS_AS_UAP_SUA_V ,
-
PACKAGE BODY: APPS.IGS_PS_VAL_UM
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_SP_FEES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_SP_FEES, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SUA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SUA, status:VALID,