Search Results igs_ps_pat_study_unt
Overview
The IGS_PS_PAT_STUDY_UNT table is a core data object within the Oracle E-Business Suite Student System (IGS) module for releases 12.1.1 and 12.2.2. It functions as a detailed component of the academic structure by defining the specific units (subjects) that constitute a pattern of study for a given period. A pattern of study period is a sub-component of a program's overall study pattern, which outlines the planned sequence of academic workload. This table is therefore essential for modeling curriculum requirements, enabling the system to track and manage the precise units a student is expected or permitted to undertake during a specific phase of their academic program.
Key Information Stored
The table stores the mapping between a unit and its containing study pattern period. Its composite primary key precisely identifies a single unit's placement within the broader academic structure. The key columns are COURSE_CD and VERSION_NUMBER (identifying the program), CAL_TYPE (the calendar type for the period), POS_SEQUENCE_NUMBER (identifying the pattern of study), POSP_SEQUENCE_NUMBER (identifying the period within that pattern), and SEQUENCE_NUMBER (uniquely identifying the unit record within that period). Critical descriptive columns include UNIT_CD, which holds the code of the specific academic unit, and UNIT_CLASS, which defines the class or type of that unit (e.g., lecture, lab). The UNIT_LOCATION_CD column specifies the intended delivery location for the unit.
Common Use Cases and Queries
This table is central to curriculum planning, enrollment validation, and academic advising reports. Administrators use it to verify that a student's enrolled units align with their program's prescribed study pattern. A common reporting need is to list all units within a specific study pattern period for audit or planning purposes. A typical query would join to parent tables to retrieve meaningful descriptions.
- Sample Query: Retrieving unit details for a specific program and pattern.
SELECT unt.unit_cd, unt.unit_class, loc.location_name
FROM igs_ps_pat_study_unt unt,
igs_ad_location_all loc
WHERE unt.course_cd = 'BSC001'
AND unt.version_number = 1
AND unt.cal_type = 'SEMESTER'
AND unt.pos_sequence_number = 1
AND unt.unit_location_cd = loc.location_cd(+);
Related Objects
The IGS_PS_PAT_STUDY_UNT table maintains defined foreign key relationships with several other core entities in the Student System, ensuring referential integrity for curriculum data.
- IGS_PS_PAT_STUDY_PRD: This is the direct parent table. The foreign key on (COURSE_CD, VERSION_NUMBER, CAL_TYPE, POS_SEQUENCE_NUMBER, POSP_SEQUENCE_NUMBER) links a unit record to its specific containing study pattern period.
- IGS_PS_UNIT: The foreign key on UNIT_CD validates that the unit specified in the pattern is a valid, defined unit in the system's catalog.
- IGS_AS_UNIT_CLASS_ALL: The foreign key on UNIT_CLASS ensures the unit class code is valid.
- IGS_AD_LOCATION_ALL: The foreign key on UNIT_LOCATION_CD links to the institutional locations where the unit may be delivered.
-
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_PS_PAT_STUDY_UNT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the units, which exist within a pattern of study period. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_GEN_005 dependencies on IGS_PS_PAT_STUDY_UNT
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_PAT_STUDY_UNT
12.1.1
-
APPS.IGS_PS_VAL_POSU dependencies on IGS_PS_PAT_STUDY_UNT
12.1.1
-
APPS.IGS_EN_GEN_009 dependencies on IGS_PS_PAT_STUDY_UNT
12.1.1
-
APPS.IGS_PS_PAT_STUDY_UNT_PKG dependencies on IGS_PS_PAT_STUDY_UNT
12.1.1
-
APPS.IGS_PS_PAT_STUDY_UNT_PKG dependencies on IGS_PS_PAT_STUDY_UNT_PKG
12.1.1
-
APPS.IGS_PS_VAL_POSU SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_009 dependencies on IGS_PS_UNIT_VER
12.1.1
-
APPS.IGS_PS_PAT_STUDY_UNT_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PS_PAT_STUDY_UNT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_PAT_STUDY_UNT, status:VALID,
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_PAT_STUDY_PRD
12.1.1
-
APPS.IGS_EN_GEN_005 dependencies on IGS_PS_PAT_STUDY_PRD
12.1.1
-
APPS.IGS_EN_GEN_009 dependencies on IGS_PS_PAT_STUDY_PRD
12.1.1
-
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_PRD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the periods of a pattern of study. Each period is represented by an academic period number (which is equivalent to the students academic period) and a teaching calendar type. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_PAT_STUDY_PRD_PKG
12.1.1
-
APPS.IGS_PS_VAL_POSU dependencies on IGS_PS_UNIT_STAT
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_PAT_STUDY_UNT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_PAT_STUDY_UNT_PKG, status:VALID,
-
Table: IGS_PS_UNIT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT, object_name:IGS_PS_UNIT, status:VALID, product: IGS - Student System , description: This attribute describes the code allocated to a unit offered by the university. , implementation_dba_data: IGS.IGS_PS_UNIT ,
-
PACKAGE BODY: APPS.IGS_PS_PAT_STUDY_UNT_PKG
12.1.1
-
Table: IGS_AS_UNIT_CLASS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available unit classes, which map to unit mode , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT
12.2.2
product: IGS - Student System (Obsolete) , description: This attribute describes the code allocated to a unit offered by the university. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_005, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_VAL_POSU
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VAL_POSU, status:VALID,
-
Table: IGS_PS_PAT_STUDY_PRD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_PAT_STUDY_PRD, object_name:IGS_PS_PAT_STUDY_PRD, status:VALID, product: IGS - Student System , description: This entity describes the periods of a pattern of study. Each period is represented by an academic period number (which is equivalent to the students academic period) and a teaching calendar type. , implementation_dba_data: IGS.IGS_PS_PAT_STUDY_PRD ,
-
PACKAGE BODY: APPS.IGS_PS_VAL_POSU
12.1.1
-
APPS.IGS_PS_VAL_POSU dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
Table: IGS_AD_LOCATION_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCATION_ALL, object_name:IGS_AD_LOCATION_ALL, status:VALID, product: IGS - Student System , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: IGS.IGS_AD_LOCATION_ALL ,
-
TABLE: IGS.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,
-
Table: IGS_AD_LOCATION_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_GEN_005 SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_009 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_009
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_009, status:VALID,
-
APPS.IGS_PS_VAL_POSU dependencies on IGS_PS_UNIT_VER
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_PAT_OF_STUDY
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_GEN_001, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on APP_EXCEPTION
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_005
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.IGS_EN_GEN_009
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_PS_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_001
12.1.1
-
12.1.1 DBA Data
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'. ,