Search Results igs_as_unit_class_all
Overview
The table IGS_AS_UNIT_CLASS_ALL is a core reference table within the Oracle E-Business Suite's now-obsolete Student System (IGS). Its primary function is to define and store the valid classifications for academic units, which are used to map to a unit's mode of delivery or study. This mapping is critical for associating units with specific business rules related to assessment, fee calculation, and program structure. The table supports the multi-organization architecture standard in Oracle EBS, as indicated by the "_ALL" suffix and the presence of an ORG_ID column, allowing data to be partitioned by operating unit. It is important to note that, according to the provided metadata, this specific table was not implemented in the documented database instance, suggesting it may exist as a defined structure but without populated data in certain deployments.
Key Information Stored
While the full column list is not detailed in the excerpt, the structure and foreign key relationships imply several key attributes. The central column is UNIT_CLASS, which serves as the primary key and holds the unique code for a unit classification (e.g., codes representing "Lecture," "Laboratory," "Tutorial," or "Distance Learning"). The table almost certainly includes descriptive columns such as a name and description for the class. Critically, it contains an ORG_ID column to identify the operating unit, enabling the setup of institution-specific unit classes. Additional columns likely track system-controlled data like creation date, created by, last update date, and last updated by, which are standard in EBS tables.
Common Use Cases and Queries
This table is primarily referenced for validation and descriptive purposes in transactional processes. A common use case is validating the unit class assigned to a unit offering option or a fee trigger. For reporting, it is used to translate unit class codes into meaningful descriptions. Sample SQL patterns include joining to related transactional tables to generate lists of units by their classification or to analyze fee structures associated with different unit modes.
- Retrieving all defined unit classes for a specific operating unit:
SELECT unit_class, description FROM igs_as_unit_class_all WHERE org_id = :p_org_id ORDER BY unit_class; - Joining to unit offering options to list units by class:
SELECT uoo.unit_code, uoo.version_number, uc.description FROM igs_ps_unit_ofr_opt_all uoo JOIN igs_as_unit_class_all uc ON uoo.unit_class = uc.unit_class AND uoo.org_id = uc.org_id;
Related Objects
The IGS_AS_UNIT_CLASS_ALL table is a key reference point for numerous other entities in the Student System, as evidenced by its extensive foreign key relationships. Key dependent tables include:
- IGS_PS_UNIT_OFR_OPT_ALL: Defines unit offering options, directly classifying each offering.
- IGS_FI_UNIT_FEE_TRG and IGS_FI_FEE_AS_RATE: Critical for financial modules, linking fee assessment rules and triggers to unit classes.
- IGS_PS_PAT_STUDY_UNT: Used in program patterns of study.
- IGS_AD_PS_APLINSTUNT_ALL: Relates to admission institution units.
- IGS_AS_ITEM_ASSESSOR: Ties assessment items to a unit class.
These relationships underscore the table's role in integrating academic structure with assessment and financial functionality.
-
Table: IGS_AS_UNIT_CLASS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available unit classes, which map to unit mode , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_UNIT_CLASS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNIT_CLASS_ALL, object_name:IGS_AS_UNIT_CLASS_ALL, status:VALID, product: IGS - Student System , description: Describes available unit classes, which map to unit mode , implementation_dba_data: IGS.IGS_AS_UNIT_CLASS_ALL ,
-
APPS.IGS_AS_GEN_006 dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_PS_CAL_RSR_VAL dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_AS_GEN_002 dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_AS_VAL_UAI dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_PS_WF_EVENT_HOOK_PKG dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_AS_GEN_003 dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_AS_UNIT_CLASS_PKG dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_AS_VAL_UAI dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_AS_GEN_002 dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_AS_GEN_003 dependencies on IGS_AS_UNIT_CLASS_ALL
12.1.1
-
APPS.IGS_PS_WF_EVENT_HOOK_PKG dependencies on IGS_AD_LOCATION_ALL
12.1.1
-
APPS.IGS_PS_WF_EVENT_HOOK_PKG dependencies on IGS_CA_INST_ALL
12.1.1
-
APPS.IGS_AS_UNIT_CLASS_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_CAL_RSR_VAL dependencies on IGS_AD_LOCATION_ALL
12.1.1
-
APPS.IGS_PS_WF_EVENT_HOOK_PKG dependencies on IGS_PS_UNIT_OFR_OPT_ALL
12.1.1
-
APPS.IGS_PS_WF_EVENT_HOOK_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
SYNONYM: APPS.IGS_AS_UNIT_CLASS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_UNIT_CLASS_ALL, status:VALID,
-
VIEW: APPS.IGSBV_AS_UNIT_SEC_ATTENDANCES
12.1.1
-
VIEW: APPS.IGSFV_AS_UNIT_SEC_ATTENDANCES
12.1.1
-
VIEW: APPS.IGS_AS_UNIT_CLASS
12.1.1
-
VIEW: APPS.IGSBV_AS_ANONYMOUS_ID_UNITS
12.1.1
-
TABLE: IGS.IGS_AS_UNIT_CLASS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_UNIT_CLASS_ALL, object_name:IGS_AS_UNIT_CLASS_ALL, status:VALID,
-
VIEW: APPS.IGSFV_AS_ANONYMOUS_ID_UNITS
12.1.1
-
VIEW: APPS.IGSBV_AS_CHNG_GRD_REQUESTS
12.1.1
-
VIEW: APPS.IGSFV_AS_SUA_ASS_ITEM_GROUPS
12.1.1
-
VIEW: APPS.IGSFV_AS_UNT_SECTION_ASS_ITEMS
12.1.1
-
APPS.IGS_AS_UNIT_CLASS_PKG dependencies on IGS_AS_UNIT_CLASS_PKG
12.1.1
-
VIEW: APPS.IGSBV_UNIT_OFFERING_OPTIONS
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_EN_SU_ATTEMPT_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_UNIT_CLASS_PKG
12.1.1
-
Table: IGS_PS_PAT_STUDY_UNT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_PAT_STUDY_UNT, object_name:IGS_PS_PAT_STUDY_UNT, status:VALID, product: IGS - Student System , description: This entity describes the units, which exist within a pattern of study period. , implementation_dba_data: IGS.IGS_PS_PAT_STUDY_UNT ,
-
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 ,
-
APPS.IGS_AS_GEN_006 dependencies on IGS_CA_INST_REL
12.1.1
-
VIEW: APPS.IGSFV_UNIT_OFFERING_OPTIONS
12.1.1
-
Table: IGS_PS_PAT_STUDY_UNT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the units, which exist within a pattern of study period. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_STUDENT_UNIT_TRANSFERS
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_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_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_AS_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_002, status:VALID,
-
PACKAGE: APPS.IGS_GE_VAL_PARAM
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_VAL_PARAM, status:VALID,
-
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_FEE_AS_ITEMS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity stores an itemized list of assessment items that have contributed to the student's assessment. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_UNIT_CLASS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_WF_EVENT_HOOK_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_WF_EVENT_HOOK_PKG, status:VALID,