Search Results igs_ps_unit_level_all
Overview
The IGS_PS_UNIT_LEVEL_ALL table is a core reference entity within the Oracle E-Business Suite Student System (IGS). It serves as the master repository for defining the academic levels associated with units of study offered by an institution. In the context of higher education administration, a unit level is a classification that indicates the academic rigor and typical stage of a student's program, such as "Undergraduate," "Postgraduate," "Doctoral," or custom institutional levels. This table is critical for enforcing academic and business rules across the student lifecycle, including curriculum definition, fee assessment, progression tracking, and award management. Its multi-org structure, indicated by the "_ALL" suffix, allows it to store data for multiple operating units within a single installation.
Key Information Stored
While the provided metadata does not list specific columns, the primary key is documented as UNIT_LEVEL. Based on its function as a reference entity, the table typically contains columns to define and describe each academic level. Common columns in such a structure would include UNIT_LEVEL (the unique code), a DESCRIPTION, an optional SYSTEM_DEFAULT indicator, and columns controlling data lifecycle like START_DATE, END_DATE, and CREATION_DATE. The table's primary purpose is to maintain a controlled list of valid unit levels that are referenced by numerous transactional and configuration tables throughout the Student System and integrated financial modules.
Common Use Cases and Queries
This table is primarily used in validation, reporting, and as a lookup source. Administrators use it to maintain the list of active academic levels. Common reporting scenarios include listing all configured unit levels or analyzing unit offerings by level. In technical implementations, it is frequently joined to transactional data. A typical query pattern involves joining to the unit version table to retrieve all units at a specific level:
- SELECT uv.unit_code, uv.version_number, ul.unit_level, ul.description FROM igs_ps_unit_ver_all uv, igs_ps_unit_level_all ul WHERE uv.unit_level = ul.unit_level AND ul.unit_level = 'POSTGRAD';
Another critical use case is in fee configuration, where fee schedules and rates are often defined based on the student's unit level.
Related Objects
The IGS_PS_UNIT_LEVEL_ALL table is a central reference point with extensive foreign key relationships across the Student System and Financial modules, as documented in the metadata. Key related objects include:
- IGS_PS_UNIT_VER_ALL: The primary relationship, linking a unit version to its academic level via UNIT_LEVEL.
- IGS_PS_UNIT_LVL_ALL: A related table that likely defines level-specific attributes for units.
- IGS_FI_FEE_AS_ITEMS, IGS_FI_FEE_AS_RATE: Financial tables that assess fees based on unit level.
- IGS_PS_AWD_HNR_BASE: Defines award and honors bases which may be constrained by unit level.
- IGS_AV_STND_UNIT_LVL_ALL: Governs advanced standing (credit transfer) rules per unit level.
- IGS_PS_UNIT_LVL_HIST_ALL: Maintains historical data related to unit levels.
- IGS_PR_UL_MARK_CNFG: Holds configuration for marks and grades at the unit level.
- IGS_FI_FTCI_ACCTS, IGS_FI_INVLN_INT_ALL: Financial interfaces and invoice line interest tables referencing unit level.
-
Table: IGS_PS_UNIT_LEVEL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LEVEL_ALL, object_name:IGS_PS_UNIT_LEVEL_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available university unit levels. , implementation_dba_data: IGS.IGS_PS_UNIT_LEVEL_ALL ,
-
Table: IGS_PS_UNIT_LEVEL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available university unit levels. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_CHARGES_API_PVT dependencies on IGS_PS_UNIT_LEVEL_ALL
12.1.1
-
APPS.IGS_PS_UNIT_LEVEL_PKG dependencies on IGS_PS_UNIT_LEVEL_ALL
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_UNIT_LEVEL_ALL
12.1.1
-
VIEW: APPS.IGSFV_ST_UNIT_SET_ATT_HESA_DET
12.1.1
-
VIEW: APPS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.1.1
-
View: IGSFV_ST_UNIT_SET_ATT_HESA_DET
12.2.2
product: IGS - Student System (Obsolete) , description: Full business view to allow queries on Student Unit Set Attempt HESA Details. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ST_UNIT_SET_ATT_HESA_DET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_UNIT_SET_ATT_HESA_DET, object_name:IGSFV_ST_UNIT_SET_ATT_HESA_DET, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Student Unit Set Attempt HESA Details. , implementation_dba_data: APPS.IGSFV_ST_UNIT_SET_ATT_HESA_DET ,
-
APPS.IGS_PS_UNIT_LEVEL_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
SYNONYM: APPS.IGS_PS_UNIT_LEVEL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_UNIT_LEVEL_ALL, status:VALID,
-
VIEW: APPS.IGS_PS_AWD_HNR_BASE_V
12.1.1
-
TABLE: IGS.IGS_PS_UNIT_LEVEL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LEVEL_ALL, object_name:IGS_PS_UNIT_LEVEL_ALL, status:VALID,
-
VIEW: APPS.IGS_PR_UL_MARK_CNFG_V
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_UNIT_LVL
12.1.1
-
View: IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, object_name:IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, status:VALID, product: IGS - Student System , description: Full View for Program Offering Option Unit Set HESA Details , implementation_dba_data: APPS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS ,
-
View: IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Program Offering Option Unit Set HESA Details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_LEVEL
12.1.1
-
VIEW: APPS.IGSFV_HGR_ED_PR_TY_UNT_LEVELS
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_LEVEL_PKG
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_UNIT_VER
12.1.1
-
APPS.IGS_PS_UNIT_LEVEL_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
VIEW: APPS.IGSFV_AV_ADV_STND_UNIT_LEVEL
12.1.1
-
Table: IGS_PR_UL_MARK_CNFG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_UL_MARK_CNFG, object_name:IGS_PR_UL_MARK_CNFG, status:VALID, product: IGS - Student System , description: Defines the configuration for calculating the marks at unit level. , implementation_dba_data: IGS.IGS_PR_UL_MARK_CNFG ,
-
Table: IGS_PS_UNIT_LVL_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LVL_HIST_ALL, object_name:IGS_PS_UNIT_LVL_HIST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes to a unit version's program unit level. , implementation_dba_data: IGS.IGS_PS_UNIT_LVL_HIST_ALL ,
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_EN_SU_ATTEMPT
12.1.1
-
Table: IGS_PR_UL_MARK_CNFG
12.2.2
product: IGS - Student System (Obsolete) , description: Defines the configuration for calculating the marks at unit level. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_INVLN_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_INVLN_INT_ALL, object_name:IGS_FI_INVLN_INT_ALL, status:VALID, product: IGS - Student System , description: This interface table stores invoice lines data generated by invoice process. , implementation_dba_data: IGS.IGS_FI_INVLN_INT_ALL ,
-
Table: IGS_PS_UNIT_LVL_HIST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of changes to a unit version's program unit level. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AV_STND_UNIT_LVL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_ALL, object_name:IGS_AV_STND_UNIT_LVL_ALL, status:VALID, product: IGS - Student System , description: Describes the number of advanced standing credit points granted to a student at a given level , implementation_dba_data: IGS.IGS_AV_STND_UNIT_LVL_ALL ,
-
Table: IGS_FI_INVLN_INT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This interface table stores invoice lines data generated by invoice process. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AV_STND_UNIT_LVL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the number of advanced standing credit points granted to a student at a given level , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_LVL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_LVL_ALL, object_name:IGS_PS_UNIT_LVL_ALL, status:VALID, product: IGS - Student System , description: This entity describes the level of a unit within a particular university program type. This value will override the default value stored against the unit. , implementation_dba_data: IGS.IGS_PS_UNIT_LVL_ALL ,
-
Table: IGS_PS_UNIT_LVL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the level of a unit within a particular university program type. This value will override the default value stored against the unit. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_UNIT_LEVEL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_UNIT_LEVEL_PKG, 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 ,
-
View: IGS_PR_UL_MARK_CNFG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_UL_MARK_CNFG_V, object_name:IGS_PR_UL_MARK_CNFG_V, status:VALID, product: IGS - Student System , description: Defines the configuration for calculating the marks at unit level. , implementation_dba_data: APPS.IGS_PR_UL_MARK_CNFG_V ,
-
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_PS_AWD_HNR_BASE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_AWD_HNR_BASE, object_name:IGS_PS_AWD_HNR_BASE, status:VALID, product: IGS - Student System , description: Defines the basis on what the honors level of the student is to be derived. The definition will include the unit level and the weightage that is to be given to a particular unit level mark to arrive at the honors level of a student in a giv , implementation_dba_data: IGS.IGS_PS_AWD_HNR_BASE ,
-
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: APPS.IGSFV_PARTY_CHARGES
12.1.1
-
Table: IGS_PS_AWD_HNR_BASE
12.2.2
product: IGS - Student System (Obsolete) , description: Defines the basis on what the honors level of the student is to be derived. The definition will include the unit level and the weightage that is to be given to a particular unit level mark to arrive at the honors level of a student in a giv , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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 ,
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_AS_SU_STMPTOUT_ALL
12.1.1
-
View: IGS_PS_AWD_HNR_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_AWD_HNR_BASE_V, object_name:IGS_PS_AWD_HNR_BASE_V, status:VALID, product: IGS - Student System , description: Defines the configuration for calculating the marks at unt level. , implementation_dba_data: APPS.IGS_PS_AWD_HNR_BASE_V ,
-
View: IGS_PS_UNIT_LEVEL
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_UL_MARK_CNFG_V
12.2.2
product: IGS - Student System (Obsolete) , description: Defines the configuration for calculating the marks at unit level. , implementation_dba_data: Not implemented in this database ,