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.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 ,
-
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_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_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_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_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 ,
-
Table: IGS_FI_UNIT_FEE_TRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_UNIT_FEE_TRG, object_name:IGS_FI_UNIT_FEE_TRG, status:VALID, product: IGS - Student System , description: This entity describes the unit based fee triggers. It is used during fee assessment processing to indicate a unit based fee applies for a fee type. , implementation_dba_data: IGS.IGS_FI_UNIT_FEE_TRG ,
-
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 ,
-
View: IGSBV_AS_UNIT_SEC_ATTENDANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_UNIT_SEC_ATTENDANCES, object_name:IGSBV_AS_UNIT_SEC_ATTENDANCES, status:VALID, product: IGS - Student System , description: Unit section attendances , implementation_dba_data: APPS.IGSBV_AS_UNIT_SEC_ATTENDANCES ,
-
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: IGSFV_AS_UNIT_SEC_ATTENDANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_UNIT_SEC_ATTENDANCES, object_name:IGSFV_AS_UNIT_SEC_ATTENDANCES, status:VALID, product: IGS - Student System , description: Unit section attendances , implementation_dba_data: APPS.IGSFV_AS_UNIT_SEC_ATTENDANCES ,
-
View: IGSBV_AS_ANONYMOUS_ID_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_ANONYMOUS_ID_UNITS, object_name:IGSBV_AS_ANONYMOUS_ID_UNITS, status:VALID, product: IGS - Student System , description: Holds the person with the assigned Anonymous Id for the method SECTION , implementation_dba_data: APPS.IGSBV_AS_ANONYMOUS_ID_UNITS ,
-
View: IGSBV_AS_CHNG_GRD_REQUESTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_CHNG_GRD_REQUESTS, object_name:IGSBV_AS_CHNG_GRD_REQUESTS, status:VALID, product: IGS - Student System , description: Request details for grade changes , implementation_dba_data: APPS.IGSBV_AS_CHNG_GRD_REQUESTS ,
-
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_AS_SUA_ASS_ITEM_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SUA_ASS_ITEM_GROUPS, object_name:IGSFV_AS_SUA_ASS_ITEM_GROUPS, status:VALID, product: IGS - Student System , description: Student Unit Attempt Assessment Item Group , implementation_dba_data: APPS.IGSFV_AS_SUA_ASS_ITEM_GROUPS ,
-
View: IGSFV_AS_ANONYMOUS_ID_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_ANONYMOUS_ID_UNITS, object_name:IGSFV_AS_ANONYMOUS_ID_UNITS, status:VALID, product: IGS - Student System , description: Holds the person with the assigned Anonymous Id for the method SECTION , implementation_dba_data: APPS.IGSFV_AS_ANONYMOUS_ID_UNITS ,
-
View: IGSFV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_TRANSFERS, object_name:IGSFV_STUDENT_UNIT_TRANSFERS, status:VALID, product: IGS - Student System , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: APPS.IGSFV_STUDENT_UNIT_TRANSFERS ,
-
View: IGSFV_AS_UNT_SECTION_ASS_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_UNT_SECTION_ASS_ITEMS, object_name:IGSFV_AS_UNT_SECTION_ASS_ITEMS, status:VALID, product: IGS - Student System , description: Describes all the assessment items for a unit section , implementation_dba_data: APPS.IGSFV_AS_UNT_SECTION_ASS_ITEMS ,
-
View: IGSBV_UNIT_OFFERING_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_OFFERING_OPTIONS, object_name:IGSBV_UNIT_OFFERING_OPTIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit offering options with details about the unit section, grading schema details, attendance requirements , special permission and grading indicators. , implementation_dba_data: APPS.IGSBV_UNIT_OFFERING_OPTIONS ,
-
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_UNIT_OFFERING_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_OFFERING_OPTIONS, object_name:IGSFV_UNIT_OFFERING_OPTIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit offering options with details about the unit section, grading schema details, attendance requirements, special permission and grading indicators. , implementation_dba_data: APPS.IGSFV_UNIT_OFFERING_OPTIONS ,
-
View: IGSFV_AS_CHNG_GRD_REQUESTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_CHNG_GRD_REQUESTS, object_name:IGSFV_AS_CHNG_GRD_REQUESTS, status:VALID, product: IGS - Student System , description: Request details for grade changes , implementation_dba_data: APPS.IGSFV_AS_CHNG_GRD_REQUESTS ,
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ALL, object_name:IGS_PS_UNIT_OFR_OPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available options for each unit offering. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR_OPT_ALL ,
-
View: IGSFV_STUDENT_UNIT_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_ATTEMPTS, object_name:IGSFV_STUDENT_UNIT_ATTEMPTS, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular unit offered by the university. , implementation_dba_data: APPS.IGSFV_STUDENT_UNIT_ATTEMPTS ,