Search Results igs_ps_unit_type_lvl
Overview
The IGS_PS_UNIT_TYPE_LVL table is a core reference table within the Oracle E-Business Suite Student System (IGS). It functions as a master data repository for defining and classifying the academic level of units within an institution's curriculum. Specifically, it stores the valid unit program type level codes and their descriptions, which are subsequently associated with individual academic units. This table provides a standardized classification mechanism that is critical for curriculum management, program structuring, and financial assessment processes. Its role is to ensure consistency in how units are categorized by level across the student lifecycle, from program enrollment to fee calculation.
Key Information Stored
The table's primary purpose is to maintain a controlled list of unit type levels. While the full column list is not detailed in the provided metadata, the structure is defined by its primary and unique keys. The UNIT_TYPE_ID column serves as the primary key, providing a unique numeric identifier for each record. The LEVEL_CODE column is defined as a unique key, holding the actual business code (e.g., 'UG' for Undergraduate, 'PG' for Postgraduate, 'RS' for Research) that is referenced throughout the application. A description column, implied by the documentation, would store the full name corresponding to each LEVEL_CODE. This simple but essential structure acts as a validation point for numerous transactional tables.
Common Use Cases and Queries
This table is primarily used for validation, reporting, and as a source for descriptive flexfield value sets. Common operational scenarios include defining the permissible unit levels when creating or updating a unit version (IGS_PS_UNIT_VER_ALL) and establishing program-unit relationships (IGS_PS_PRG_UNIT_REL). In financial modules, it is referenced to determine applicable fee assessment rates and items based on a unit's level. A typical reporting query would join this table to unit or fee tables to produce lists categorized by unit level.
- Sample Query:
SELECT utl.level_code, utl.description, COUNT(u.unit_cd) FROM igs_ps_unit_ver_all u, igs_ps_unit_type_lvl utl WHERE u.unit_type_id = utl.unit_type_id GROUP BY utl.level_code, utl.description; - Use Case: Generating a summary report of all active units grouped by their academic level.
Related Objects
The IGS_PS_UNIT_TYPE_LVL table is a central reference point, as evidenced by its numerous foreign key relationships. The documented relationships show it is integral to both Program Structure (PS) and Financials (FI) modules. The following tables reference IGS_PS_UNIT_TYPE_LVL via the specified join columns:
- IGS_PS_UNIT_VER_ALL.UNIT_TYPE_ID: Associates a unit version with its academic level.
- IGS_PS_PRG_UNIT_REL.UNIT_TYPE_ID: Defines the level of a unit within the context of a specific program.
- IGS_FI_FEE_AS_ITEMS.UNIT_TYPE_ID: Links fee assessment items to a specific unit level.
- IGS_FI_FEE_AS_RATE.UNIT_TYPE_ID and IGS_FI_FEE_AS_RT_H_ALL.UNIT_TYPE_ID: Used to determine applicable fee assessment rates based on unit level.
- IGS_FI_FTCI_ACCTS.UNIT_TYPE_ID and IGS_FI_INVLN_INT_ALL.UNIT_TYPE_ID: Referenced in financial transaction and invoicing interfaces.
- IGS_FI_ER_ORD_DTLS.ORDER_ATTR_VALUE: References the LEVEL_CODE (not UNIT_TYPE_ID) for eCommerce order attribute validation.
-
Table: IGS_PS_UNIT_TYPE_LVL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_TYPE_LVL, object_name:IGS_PS_UNIT_TYPE_LVL, status:VALID, product: IGS - Student System , description: This table stores the unit program type level code and description. These would be associated with units. , implementation_dba_data: IGS.IGS_PS_UNIT_TYPE_LVL ,
-
Table: IGS_PS_UNIT_TYPE_LVL
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores the unit program type level code and description. These would be associated with units. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_GEN_006 dependencies on IGS_PS_UNIT_TYPE_LVL
12.1.1
-
APPS.IGS_PS_UNIT_TYPE_LVL_PKG dependencies on IGS_PS_UNIT_TYPE_LVL
12.1.1
-
APPS.IGS_FI_CHARGES_API_PVT dependencies on IGS_PS_UNIT_TYPE_LVL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_PS_UNIT_TYPE_LVL
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_UNIT_TYPE_LVL
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_UNIT_TYPE_LVL
12.1.1
-
VIEW: APPS.IGS_FI_ER_ORD_DTLS_V
12.1.1
-
VIEW: APPS.IGS_PS_PRG_UNIT_REL_V
12.1.1
-
APPS.IGS_PS_UNIT_TYPE_LVL_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PS_UNIT_TYPE_LVL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_UNIT_TYPE_LVL, status:VALID,
-
VIEW: APPS.IGS_FI_SUB_ER_RT_V
12.1.1
-
VIEW: APPS.IGS_FI_FTCI_ACCTS_V
12.1.1
-
VIEW: APPS.IGS_FI_INVLN_INT_V
12.1.1
-
VIEW: APPS.IGS_FI_ELM_RNG_V
12.1.1
-
TABLE: IGS.IGS_PS_UNIT_TYPE_LVL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_TYPE_LVL, object_name:IGS_PS_UNIT_TYPE_LVL, status:VALID,
-
Table: IGS_PS_PRG_UNIT_REL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_PRG_UNIT_REL, object_name:IGS_PS_PRG_UNIT_REL, status:VALID, product: IGS - Student System , description: This table will store the relationship between Program type and unit type levels , implementation_dba_data: IGS.IGS_PS_PRG_UNIT_REL ,
-
View: IGS_PS_PRG_UNIT_REL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_PRG_UNIT_REL_V, object_name:IGS_PS_PRG_UNIT_REL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_PRG_UNIT_REL_V ,
-
PACKAGE BODY: APPS.IGS_PS_UNIT_TYPE_LVL_PKG
12.1.1
-
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 ,
-
APPS.IGS_PS_UNIT_TYPE_LVL_PKG dependencies on IGS_PS_UNIT_TYPE_LVL_PKG
12.1.1
-
Table: IGS_PS_PRG_UNIT_REL
12.2.2
product: IGS - Student System (Obsolete) , description: This table will store the relationship between Program type and unit type levels , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_PRG_UNIT_REL_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_ER_ORD_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ER_ORD_DTLS, object_name:IGS_FI_ER_ORD_DTLS, status:VALID, product: IGS - Student System , description: Element Range Order Details holds the ordering sequence of the attribute defined in the Element Range Order , implementation_dba_data: IGS.IGS_FI_ER_ORD_DTLS ,
-
VIEW: APPS.IGSFV_PARTY_CHARGES
12.1.1
-
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 ,
-
View: IGS_FI_ER_ORD_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ER_ORD_DTLS_V, object_name:IGS_FI_ER_ORD_DTLS_V, status:VALID, product: IGS - Student System , description: Fetches Element Range Order Details , implementation_dba_data: APPS.IGS_FI_ER_ORD_DTLS_V ,
-
View: IGS_FI_ER_ORD_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Fetches Element Range Order Details , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
PACKAGE BODY: APPS.IGS_PS_UNIT_TYPE_LVL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_UNIT_TYPE_LVL_PKG, status:VALID,
-
Table: IGS_FI_ER_ORD_DTLS
12.2.2
product: IGS - Student System (Obsolete) , description: Element Range Order Details holds the ordering sequence of the attribute defined in the Element Range Order , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
PACKAGE: APPS.IGS_FI_CHARGES_API_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_CHARGES_API_PVT, status:VALID,
-
APPS.IGS_PS_GEN_006 dependencies on IGS_PS_RPT_FMLY_ALL
12.1.1
-
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_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 ,
-
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 ,
-
View: IGS_FI_SUB_ER_RT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_SUB_ER_RT_V, object_name:IGS_FI_SUB_ER_RT_V, status:VALID, product: IGS - Student System , description: Fetches Sub Element Range Rates records , implementation_dba_data: APPS.IGS_FI_SUB_ER_RT_V ,
-
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_FI_SUB_ER_RT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Fetches Sub Element Range Rates records , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FTCI_ACCTS
12.2.2
product: IGS - Student System (Obsolete) , 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: Not implemented in this database ,
-
View: IGS_FI_FTCI_ACCTS_V
12.2.2
product: IGS - Student System (Obsolete) , description: A supplementary view used to simplify forms coding. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_FEE_AS_RATE_V
12.1.1
-
View: IGS_FI_FTCI_ACCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FTCI_ACCTS_V, object_name:IGS_FI_FTCI_ACCTS_V, status:VALID, product: IGS - Student System , description: A supplementary view used to simplify forms coding. , implementation_dba_data: APPS.IGS_FI_FTCI_ACCTS_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 ,
-
PACKAGE: APPS.IGS_PS_GENERIC_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PS_GENERIC_PUB, status:VALID,
-
VIEW: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
View: IGS_FI_INVLN_INT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INVLN_INT_V, object_name:IGS_FI_INVLN_INT_V, status:VALID, product: IGS - Student System , description: This view is created from multi-org filtered flat view IGS_FI_INVLN_INT for presentation of data in Charges History Form. , implementation_dba_data: APPS.IGS_FI_INVLN_INT_V ,
-
View: IGS_FI_ELM_RNG_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view determines the elements range rate specific to a given fee category fee liability. , implementation_dba_data: Not implemented in this database ,