Search Results igs_ps_unit_int_lvl
Overview
The IGS_PS_UNIT_INT_LVL table is a data structure within the Oracle E-Business Suite (EBS) Student System (IGS) module. Its primary function is to support the WEFTSU (Weighted Equivalent Full-Time Student Unit) reporting framework by categorizing academic units in relation to the program level of study. This grouping is essential for governmental and institutional reporting, where student load and funding calculations are often broken down by the level of the program (e.g., undergraduate, postgraduate). Notably, the provided ETRM metadata explicitly classifies the IGS module as "Obsolete," indicating this table is part of a legacy system footprint. Furthermore, the documentation states it is "Not implemented in this database," which typically means the table structure exists in the application's data dictionary but is not populated or actively used in a standard implementation, often superseded by later functionality.
Key Information Stored
Based on the provided metadata, the table's central data point is a code representing the intersection of a unit and a course level. The primary key is a single column: UNIT_INT_COURSE_LEVEL_CD. This column acts as a unique identifier for a specific grouping, such as "UNDERGRAD_CORE" or "POSTGRAD_RESEARCH." The table's description suggests it holds the master list of these valid grouping codes, which are then referenced by other transactional tables to classify individual unit versions. No other columns are detailed in the excerpt, implying this is a simple reference or lookup table.
Common Use Cases and Queries
In an active implementation, this table would serve as the authoritative source for valid unit-level intersection codes. Common use cases would include validating data entry in unit maintenance forms and generating WEFTSU reports aggregated by program level. A typical query would involve joining this table to unit version data to analyze the distribution of units across different levels. For example, a report to list all units classified at a particular level might use a SQL pattern such as: SELECT uv.unit_cd, uv.version_number FROM igs_ps_unit_ver_all uv INNER JOIN igs_ps_unit_int_lvl ul ON uv.unit_int_course_level_cd = ul.unit_int_course_level_cd WHERE ul.unit_int_course_level_cd = '&LEVEL_CODE';. However, given the "Obsolete" and "Not implemented" status, direct operational use in EBS 12.1.1 or 12.2.2 is highly unlikely.
Related Objects
The table maintains defined foreign key relationships with two other tables, as per the provided metadata:
- IGS_PS_UNIT_VER_ALL: This is the primary related table. The foreign key from
IGS_PS_UNIT_VER_ALL.UNIT_INT_COURSE_LEVEL_CDreferences the primary key of IGS_PS_UNIT_INT_LVL. This links each version of a unit to its designated program level grouping for WEFTSU calculations. - IGS_AD_SBMAO_FN_UITT: This table, which appears to be related to admissions or financial data, also references the intersection level code via its
UNIT_INT_COURSE_LEVEL_CDcolumn, indicating the grouping was used in broader functional processes.
UNIT_INT_COURSE_LEVEL_CD code.
-
Table: IGS_PS_UNIT_INT_LVL
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the grouping of units in terms of program level for WEFTSU. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_INT_LVL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_INT_LVL, object_name:IGS_PS_UNIT_INT_LVL, status:VALID, product: IGS - Student System , description: This table describes the grouping of units in terms of program level for WEFTSU. , implementation_dba_data: IGS.IGS_PS_UNIT_INT_LVL ,
-
APPS.IGS_PS_VAL_UV dependencies on IGS_PS_UNIT_INT_LVL
12.1.1
-
APPS.IGS_EN_PRC_LOAD dependencies on IGS_PS_UNIT_INT_LVL
12.1.1
-
APPS.IGS_PS_GEN_006 dependencies on IGS_PS_UNIT_INT_LVL
12.1.1
-
APPS.IGS_AD_VAL_SAFT dependencies on IGS_PS_UNIT_INT_LVL
12.1.1
-
APPS.IGS_PS_UNIT_INT_LVL_PKG dependencies on IGS_PS_UNIT_INT_LVL
12.1.1
-
APPS.IGS_PS_UNIT_INT_LVL_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PS_UNT_INLV_HIST_V
12.1.1
-
SYNONYM: APPS.IGS_PS_UNIT_INT_LVL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_UNIT_INT_LVL, status:VALID,
-
TABLE: IGS.IGS_PS_UNIT_INT_LVL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_INT_LVL, object_name:IGS_PS_UNIT_INT_LVL, status:VALID,
-
APPS.IGS_PS_UNIT_INT_LVL_PKG dependencies on IGS_PS_UNT_INLV_HIST
12.1.1
-
Table: IGS_AD_SBMAO_FN_UITT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBMAO_FN_UITT, object_name:IGS_AD_SBMAO_FN_UITT, status:VALID, product: IGS - Student System , description: Describes academic organizational unit targets , implementation_dba_data: IGS.IGS_AD_SBMAO_FN_UITT ,
-
View: IGS_PS_UNT_INLV_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNT_INLV_HIST_V, object_name:IGS_PS_UNT_INLV_HIST_V, status:VALID, product: IGS - Student System , description: This view is used to merge unit internal program level history with the current unit internal program level details enabling all details to be accessed over time, up till the current day. , implementation_dba_data: APPS.IGS_PS_UNT_INLV_HIST_V ,
-
PACKAGE BODY: APPS.IGS_PS_UNIT_INT_LVL_PKG
12.1.1
-
View: IGS_PS_UNT_INLV_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge unit internal program level history with the current unit internal program level details enabling all details to be accessed over time, up till the current day. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_VAL_SAFT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_SAFT, status:VALID,
-
Table: IGS_AD_SBMAO_FN_UITT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes academic organizational unit targets , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_VAL_SAFT SQL Statements
12.1.1
-
APPS.IGS_PS_UNIT_INT_LVL_PKG dependencies on IGS_PS_UNIT_INT_LVL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_INT_LVL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_UNIT_INT_LVL_PKG, status:VALID,
-
APPS.IGS_PS_GEN_006 dependencies on IGS_PS_UNIT_TYPE_LVL
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VAL_UV
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VAL_UV, 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,
-
PACKAGE BODY: APPS.IGS_EN_PRC_LOAD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_PRC_LOAD, status:VALID,
-
VIEW: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
Table: IGS_PS_UNIT_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_ALL, object_name:IGS_PS_UNIT_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: IGS.IGS_PS_UNIT_VER_ALL ,
-
Table: IGS_PS_UNIT_VER_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNT_INLV_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNT_INLV_HIST_V, object_name:IGS_PS_UNT_INLV_HIST_V, status:VALID,
-
View: IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_UNIT_VERSIONS, object_name:IGSFV_HIGH_ED_UNIT_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS ,
-
View: IGSFV_HIGH_ED_UNIT_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_PRC_LOAD dependencies on IGS_PS_UNIT_VER
12.1.1
-
APPS.IGS_PS_VAL_UV SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_SAFT
12.1.1
-
VIEW: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_UNIT_VERSIONS, object_name:IGSFV_HIGH_ED_UNIT_VERSIONS, status:VALID,
-
View: IGS_PS_UNIT_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_V, object_name:IGS_PS_UNIT_VER_HIST_V, status:VALID, product: IGS - Student System , description: Merges the Unit Version History details with the Current Unit Version Details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: APPS.IGS_PS_UNIT_VER_HIST_V ,
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST_V
12.1.1
-
View: IGS_PS_UNIT_VER_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: Merges the Unit Version History details with the Current Unit Version Details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_V, object_name:IGS_PS_UNIT_VER_HIST_V, status:VALID,
-
APPS.IGS_EN_PRC_LOAD SQL Statements
12.1.1
-
APPS.IGS_PS_GEN_006 SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_006
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_PRC_LOAD
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VAL_UV
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,