Search Results igs_ps_unit_ver_all
Overview
The IGS_PS_UNIT_VER_ALL table is a core entity within the Oracle E-Business Suite's now-obsolete Student System (IGS). It represents a specific version of an academic unit (or course module) offered by an educational institution. Each record defines the characteristics and administrative details for a particular iteration of a unit, allowing for curriculum evolution over time while maintaining historical integrity. As an "ALL" table, it is designed to support the Multi-Org architecture, storing data partitioned by the ORG_ID column. Its primary role is to serve as the master definition for unit versions, linking to critical academic structures like calendars, coordinators, curriculum frameworks, and financial accounts, thereby forming a central hub for academic planning and delivery data.
Key Information Stored
The table's structure captures comprehensive version-specific attributes for a unit. The primary key is a composite of UNIT_CD (the unit code) and VERSION_NUMBER, uniquely identifying each version. Critical descriptive columns include TITLE and a link to SUBTITLE_ID for extended naming. Academic governance is managed through links to UNIT_STATUS, UNIT_TYPE_ID, and UNIT_LEVEL. Operational planning data is stored via foreign keys to calendar instances (CAL_TYPE_ENROL_LOAD_CAL/SEQUENCE_NUM_ENROL_LOAD_CAL) for enrollment and offering loads. The table also holds financial information (REV_ACCOUNT_CD), coordinator assignment (COORD_PERSON_ID), and curriculum classification (CURRICULUM_ID, RPT_FMLY_ID). The UNIT_INT_COURSE_LEVEL_CD facilitates integration with other course levels.
Common Use Cases and Queries
This table is fundamental for queries related to academic catalog management, unit scheduling, and historical reporting. Common use cases include generating the official unit catalog for a given term, identifying all active versions of a unit for student enrollment, and auditing changes to unit attributes across versions. A typical query might join to IGS_PS_UNIT for the base unit description and IGS_PS_UNIT_STAT for status meaning. For example, to find all currently offered versions of units within a specific curriculum, one might query: SELECT uv.unit_cd, uv.version_number, uv.title FROM igs_ps_unit_ver_all uv JOIN igs_ps_unt_crclm_all cr ON uv.curriculum_id = cr.curriculum_id WHERE cr.curriculum_cd = '&CURR_CODE' AND uv.unit_status = (SELECT unit_status FROM igs_ps_unit_stat WHERE s_unit_status = 'ACTIVE') AND SYSDATE BETWEEN uv.start_dt AND NVL(uv.end_dt, SYSDATE);. Reporting on unit coordinator assignments also heavily relies on this table.
Related Objects
As indicated by its extensive foreign key relationships, IGS_PS_UNIT_VER_ALL integrates with numerous other entities in the Student System. Key documented relationships include:
- Parent Tables: IGS_PS_UNIT (UNIT_CD), IGS_PS_UNIT_STAT (UNIT_STATUS), IGS_PS_UNIT_TYPE_LVL (UNIT_TYPE_ID), IGS_PS_UNIT_LEVEL_ALL (UNIT_LEVEL), IGS_PS_UNT_CRCLM_ALL (CURRICULUM_ID), IGS_PS_RPT_FMLY_ALL (RPT_FMLY_ID), IGS_FI_ACC_ALL (REV_ACCOUNT_CD), HZ_PARTIES (COORD_PERSON_ID), IGS_CA_INST_ALL (for two calendar relationships), IGS_PS_UNIT_INT_LVL (UNIT_INT_COURSE_LEVEL_CD), IGS_PS_UNIT_SUBTITLE (SUBTITLE_ID).
- Child Tables (Referencing this table): IGS_AS_APPR_GRD_SCH (UNIT_CD, VERSION_NUMBER), IGS_AD_PS_APLINSTUNT_ALL (SUP_UNIT_CD, SUP_UV_VERSION_NUMBER), IGS_AV_STND_ALT_UNIT (ALT_UNIT_CD, ALT_VERSION_NUMBER), IGS_AV_STND_UNIT_ALL (UNIT_CD, VERSION_NUMBER), IGS_PS_ANL_LOAD_U_LN (UNIT_CD, UV_VERSION_NUMBER), IGS_CO_ITM_ALL (UNIT_CD, UV_VERSION_NUMBER), IGS_PS_UNIT_LVL_HIST_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 ,
-
Table: IGS_PS_UNIT_SUBTITLE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the subtitles for units. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNT_REPT_FMLY
12.2.2
product: IGS - Student System (Obsolete) , description: Entity To capture the relation between Units and their Repeating Families , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_CROS_REF
12.2.2
product: IGS - Student System (Obsolete) , description: This entity holds the Cross Reference Information of Units. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_SUB_UNIT_REL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the relationships between units, which make up sub-units and super-units. Case and Seed document: PS202_SuperiorStructure_PS_3052452_CS_DP2.doc - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PR_STDNT_PRG_UNITS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the units a student will be excluded from enrollment in or required to enroll in when a student progression outcome is applied. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PR_STDNT_PRG_UNITS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the units a student will be excluded from enrollment in or required to enroll in when a student progression outcome is applied. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_SU_ATTEMPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular unit offered by the university. This table is modified to capture the Organizational unit code for the student finance requirements. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ADM_PRG_APPL_UNIT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_ST_UNT_VS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: stores HESA information on Units. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNT_CRCLM_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the master unit identifier for units. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_RPT_FMLY
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the Repeat Family for a Unit Section , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_ACCTS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains revenue account segment values at the unit level , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_TCH_RESP_HIST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of changes to a unit version's teaching responsibility. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_VER_RU
12.2.2
product: IGS - Student System (Obsolete) , description: Unit version rules , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AV_STND_ALT_UNIT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes alternate units for a specified precluded unit , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_ST_UV_CC_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: HESA UK statistics unit cost center details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_LOCATION
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the Unit Locations information , implementation_dba_data: Not implemented in this database ,
-
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_OFR_MODE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the relation between Units and Offering Modes. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNT_DSCP_HIST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of changes to a unit version's unit discipline. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_REF_HIST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of changes to a unit version's reference codes. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_FLD_STDY
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the relation between Units & Fields of Study , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_ITM_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes correspondence items sent to students , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_VER_NOTE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes mappings of notes to unit versions. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_FACILITY
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Facilities (Media & Equipment) available at Buildings & Rooms of Unit Locations , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_GRD_SCHM
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the relation between Units and Grading Schemas , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_X_GRPMEM
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains information about Units that are part of the Unit Cross-Listed Group , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNT_PRV_GRADE
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the relation between Units and their Previous Grades Qualifying for Repeat , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_ELGB_OVR_UOO
12.2.2
product: IGS - Student System (Obsolete) , description: This table is used to capture the Unit and Unit section Details of the overridden Enrollment Eligibility Unit Steps. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CO_OU_CO_REF_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds specific person references for an outgoing correspondence item , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_REF_CD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a reference code or codes related to the unit. E.g. IVRS code. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_TCH_RESP
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the breakdown of teaching responsibilities for a unit across organization units. This is divided using a percentage allocation. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: IGSFV_STUDENT_UNIT_ATTEMPTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular unit offered by the university. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_CATEGORY_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the categories, which are applied to a unit. There may be multiple categories for each unit. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_RPT_FMLY_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: The units are to be grouped under common code to indicate they belong to same repeat family. This tables records the repeat code under which units are grouped together , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_OFR
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes an offering of a unit within a calendar type. , 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 ,
-
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_PS_UNIT_DSCP
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the discipline areas in which a unit is taught. If required a percentage allocation may be used across multiple discipline groups. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AV_STND_UNIT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes a unit granted as advanced standing , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_UNIT_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the user-defined unit statuses. E.g. Current, Suspended. These map back onto the system unit statuses, to provide the system with the ability to have a large number of statuses, which tie back to the system functionali , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: IGS_AS_APPR_GRD_SCH
12.2.2
product: IGS - Student System (Obsolete) , description: The approved grading schemas for assessment types associated with unit and version are recorded. They can be defaulted so that on linking the assessment items to unit offering and sections the grading schema is associated with the assessmen , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_ANL_LOAD_U_LN
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a unit, which is linked to an annual load figure for the purposes of calculating its EFTSU. For example, a unit may be linked to the load for the first year of the program. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UNIT_PROG_STRUCT_REFS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view, which describes reference code or codes related to the unit. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UNIT_CAL_TYPE_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes an offering of a unit within a calendar type. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_CAL_TYPE_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes an offering of a unit within a calendar type. , 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 ,