Search Results unit_type_id
Overview
The IGS_PS_PRG_UNIT_REL table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Student Management (iStudent) or Campus Solutions modules under the IGS schema. Its primary function is to define and enforce the permissible relationships between different academic program types and unit (or course) type levels. This table acts as a control mechanism, governing which types of units can be included within specific types of academic programs based on a student's career level. It is critical for ensuring academic integrity and accurate processing in areas like transcript generation and statistical reporting.
Key Information Stored
The table stores the core relationship rule and its associated processing flags. The primary identifier is the system-generated PS_PRUN_REL_ID, which uniquely defines each relationship record. The rule itself is defined by the combination of STUDENT_CAREER_LEVEL (the program type level) and UNIT_TYPE_ID (the ID for the program type level of the unit). The STUDENT_CAREER_TRANSCRIPT and STUDENT_CAREER_STATISTICS columns are key business rule flags, typically holding 'Y' or 'N' values, that determine if units of the specified type should appear on the student's official transcript and be considered for statistical calculations, respectively. Standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) track audit information.
Common Use Cases and Queries
This table is central to configuration and validation processes. A common use case is during program enrollment or unit enrollment, where the system validates that a student attempting to enroll in a unit is permitted based on the relationship between their program type and the unit's type. Another key use is during batch processes for generating official transcripts and compiling institutional statistics, where the flags in this table determine data inclusion.
A typical query to retrieve all active relationships for reporting or validation would be:
- SELECT prun.PS_PRUN_REL_ID, prun.STUDENT_CAREER_LEVEL, prun.UNIT_TYPE_ID, prun.STUDENT_CAREER_TRANSCRIPT, prun.STUDENT_CAREER_STATISTICS FROM IGS.IGS_PS_PRG_UNIT_REL prun ORDER BY prun.STUDENT_CAREER_LEVEL;
To check the configuration for a specific program type level, one would query:
- SELECT * FROM IGS.IGS_PS_PRG_UNIT_REL WHERE STUDENT_CAREER_LEVEL = '&PROGRAM_LEVEL';
Related Objects
The IGS_PS_PRG_UNIT_REL table is integrated into the EBS data model through defined foreign key relationships. It references two key lookup or validation tables:
- IGS_PS_TYPE_ALL: The STUDENT_CAREER_LEVEL column references this table to validate the program type level.
- IGS_PS_UNIT_TYPE_LVL: The UNIT_TYPE_ID column references this table to validate the unit type level ID.
The table's primary key, PS_PRUN_REL_ID, is enforced by the unique index IGS_PS_PRG_UNIT_REL_U1. The unique combination of STUDENT_CAREER_LEVEL and UNIT_TYPE_ID is enforced by the IGS_PS_PRG_UNIT_REL_U2 index, preventing duplicate relationship rules. As a foundational configuration table, it is likely referenced by various program and unit enrollment APIs, forms, and concurrent processes within the IGS modules.
-
APPS.IGS_FI_UPG_RETENTION dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_FEE_AS_ITEMS
12.1.1
-
TABLE: IGS.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,
-
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,
-
APPS.IGS_FI_GL_INTERFACE dependencies on IGS_FI_INVLN_INT
12.1.1
-
APPS.IGS_PS_PRG_UNIT_REL_PKG dependencies on IGS_PS_PRG_UNIT_REL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_PS_UNIT_TYPE_LVL
12.1.1
-
APPS.IGS_PS_GEN_006 dependencies on IGS_PS_UNIT_TYPE_LVL
12.1.1
-
APPS.IGS_PS_GEN_006 dependencies on IGS_PS_RPT_FMLY_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_FTCI_ACCTS_PKG
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG 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_POSTING_PROCESS dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_COM_REC_INTERFACE dependencies on IGS_FI_INVLN_INT
12.1.1
-
View: IGS_FI_INVLN_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INVLN_INT, object_name:IGS_FI_INVLN_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_INVLN_INT ,
-
View: IGS_FI_INVLN_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
VIEW: APPS.IGS_FI_INVLN_INT
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_FAI_DTLS
12.1.1
-
APPS.IGS_FI_FEE_AS_RATE_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_INVLN_INT
12.1.1
-
APPS.IGS_FI_FEE_AS_RT_H_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
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 ,
-
APPS.IGS_PS_PRG_UNIT_REL_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_UNIT_TYPE_LVL_PKG SQL Statements
12.1.1
-
View: IGS_PS_UNIT_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER, object_name:IGS_PS_UNIT_VER, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER ,
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_FEE_AS_ITEMS_PKG
12.1.1
-
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 ,
-
VIEW: APPS.IGS_FI_FEE_AS_RT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FEE_AS_RT_H, object_name:IGS_FI_FEE_AS_RT_H, status:VALID,
-
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: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
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_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 ,
-
View: IGSBV_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 ,
-
View: IGS_PS_UNIT_VER
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_UNIT_VERSIONS, object_name:IGSBV_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.IGSBV_HIGH_ED_UNIT_VERSIONS ,
-
VIEW: APPS.IGS_PS_UNIT_VER
12.1.1
-
VIEW: APPS.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,
-
APPS.IGS_FI_PRC_FEE_ROLLV dependencies on FND_FLEX_KEYVAL
12.1.1
-
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 ,
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_FEE_AS_RATE
12.1.1
-
APPS.IGS_FI_UPG_RETENTION dependencies on IGS_GE_GEN_003
12.1.1
-
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 ,
-
APPS.IGS_FI_COM_REC_INTERFACE dependencies on IGS_GE_GEN_003
12.1.1
-
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 ,
-
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 ,
-
View: IGS_PS_UNIT_VER_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
View: IGS_PS_UNIT_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_V, object_name:IGS_PS_UNIT_VER_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER_V ,