Search Results igs_ps_ver_all
Overview
The IGS_PS_VER_ALL table is a core entity within the Oracle E-Business Suite Student System (IGS) for releases 12.1.1 and 12.2.2. It serves as the master repository for all versions of academic programs offered by an institution. This includes both award-bearing programs (like degrees and diplomas) and non-award programs. The table operates on a multi-org model, as indicated by the "_ALL" suffix, meaning it stores data for multiple operating units and is typically accessed via views that filter by the MOAC (Multi-Org Access Control) security profile. Its primary function is to define the specific characteristics and lifecycle of each iteration of a program, enabling institutions to manage curriculum changes over time while maintaining historical integrity for student records.
Key Information Stored
The table's structure is centered on uniquely identifying and describing a program version. The primary key is a composite of COURSE_CD and VERSION_NUMBER, which together uniquely identify a specific version of a program. Key descriptive and control columns include COURSE_STATUS (linked to IGS_PS_STAT), which defines the active, inactive, or planned state of the version, and COURSE_TYPE (linked to IGS_PS_TYPE_ALL), which categorizes the program. Other significant attributes govern financial, governmental, and administrative aspects, such as REV_ACCOUNT_CD for revenue accounting, GOVT_SPECIAL_COURSE_TYPE for government reporting, and various date fields to control the effective lifecycle of the version. The table also holds critical control flags for processes like unit set enrollment, advanced standing, and attendance type.
Common Use Cases and Queries
This table is fundamental to numerous academic operations and reporting scenarios. Common use cases include generating catalogs of active programs, auditing curriculum history, and validating data during student application and enrollment processes. For reporting, it is frequently joined with related entities like IGS_PS_OFR_ALL (program offerings) and IGS_PS_AWARD. A typical query to list all active program versions would be:
- SELECT course_cd, version_number, title
FROM igs_ps_ver_all
WHERE course_status = 'ACTIVE'
AND SYSDATE BETWEEN start_dt AND NVL(end_dt, SYSDATE);
Another common pattern involves retrieving the current version of a specific program for use in an application interface or to check prerequisites. Data fixes or audits often require tracing the lineage of a program by querying multiple versions sorted by version number and effective dates.
Related Objects
As a central hub table, IGS_PS_VER_ALL has extensive relationships within the Student System. It is a parent table to numerous critical entities, including IGS_PS_OFR_ALL (program offerings at locations), IGS_PS_AWARD (award details), IGS_PS_OWN (ownership history), and IGS_PS_ANL_LOAD (annual load). It is also referenced by application processing tables (IGS_AD_PS_APPL_INST_ALL), advanced standing records (IGS_AV_ADV_STANDING_ALL), and curriculum item details (IGS_CO_ITM_ALL). Key foreign key relationships exist with reference tables such as IGS_PS_COURSE (for the base program code), IGS_PS_TYPE_ALL, IGS_PS_STAT, IGS_FI_ACC_ALL, and IGS_PS_GOVT_SPL_TYPE, ensuring data integrity across the program definition domain.
-
Table: IGS_PS_VER_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the versions of programs which are offered by the university, covering both award and non-award programs. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_ALTERNATV_PRG_EXITS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view which describes the possible alternative exit points from a program. This consists of another program, often of a lower level (where an early exit is granted). , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ALTERNATV_PRG_EXITS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view which describes the possible alternative exit points from a program. This consists of another program, often of a lower level(where an early exit is granted). , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PR_STDNT_PRG_PROGRAMS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the programs a student will be suspended, expelled or excluded from when a student progression outcome is applied. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_STDNT_APV_ALT
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the exit details from a program. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PERSON_ROLES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about the roles attached to a person. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_STUDENT_PRG_TRANSFERS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains the student program attempt transfers. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SC_COURSE_DTLS_SV
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_GR_GRADUAND
12.2.2
product: IGS - Student System (Obsolete) , description: Describes Graduand , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PR_STDNT_PRG_PROGRAMS
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the programs a student will be suspended, expelled or excluded from when a student progression outcome is applied. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ST_HESA_ADMISSION_DETAIL
12.2.2
product: IGS - Student System (Obsolete) , description: Full business view to allow queries on Student Admission Application HESA Details. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_STUDENT_UNIT_TRANSFERS
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_SUA_REFERENCE_CODES
12.2.2
product: IGS - Student System (Obsolete) , description: Student Unit Attempt Reference Codes , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AS_SUA_REFERENCE_CODES
12.2.2
product: IGS - Student System (Obsolete) , description: Student Unit Attempt Reference Codes , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_PRG_TRANSFERS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains the student program attempt transfers , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_GOVT_SPL_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Government set of special program types. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_UNIT_TRANSFERS
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: Not implemented in this database ,
-
View: IGS_DA_XML_ACADEMICPROGRAM_V
12.2.2
product: IGS - Student System (Obsolete) , description: XML element AcademicProgramSub view indexed by Degree Program view Provides the provides the DA specified program information "SPA" -- Students Selected Degree Program "WIF" -- What-if Program "SPECIAL" -- Special Program , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_OWN_HIST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of program ownership changes for a program version. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_UL_MARK_CNFG
12.2.2
product: IGS - Student System (Obsolete) , description: Defines the configuration for calculating the marks at unit level. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_OWN
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the organizational units, which own a program and the percentage ownership division. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FD_SRC_RSTN_H_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of funding source restriction changes for a course version. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_REF_CD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a reference code(s), which relate to the program. E.g. IVRS code. , 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_AWARD
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the awards which completion of the program will attain for the student. The allowance has been made for zero to many awards per program. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the user-defined program statuses. These map back onto the system program statuses, to provide the system with the ability to have a large number of statuses which tie back to the system functionality. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_PSV_TERM_IT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Term Instruction Time Override For a Program In a Load Calendar. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_ST_PROG_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the Program Version HESA details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SS_APP_PGM_STG
12.2.2
product: IGS - Student System (Obsolete) , description: Staging Table for Application Program Instance in SS , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_DEPLVL_PRG
12.2.2
product: IGS - Student System (Obsolete) , description: Program Deposit Level Details For An Admission Application , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_ST_PROG_CC
12.2.2
product: IGS - Student System (Obsolete) , description: Holds HESA Cost Center details defined at Program version level , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_GPC_PROGRAMS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores grading period cohorts program details , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PR_COHORT_INST_RANKS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Cohort instance details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RE_DFLT_MS_SET_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the default milestones for a research course , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_FIELD_STUDY
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the fields of study, which apply to a program. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_FLD_STD_HIST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of program field of study changes for a program version. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_ACCTS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains account segment values for a program , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_VER_RU
12.2.2
product: IGS - Student System (Obsolete) , description: Program version rules , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_HIGH_EDU_PRG_GRP_MEMBERS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes the programs that are members in a program grouping. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_REF_CD_HIST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of program reference code changes for a program version. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AV_ADV_STANDING_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes advanced standing that results from applications , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_INTM_RETURN_CONDS
12.2.2
product: IGS - Student System (Obsolete) , description: Student Intermission Return Conditions , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FND_SRC_RSTN
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the funding sources which are available for a course. A default can be specified in this entity. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_TYP_INSTANCES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_RSV_USEC_PRF
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the preferences for a given priority for reserved seating at unit section level , 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_GRP_MBR
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the programs, which are members in a program grouping. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_VER_NOTE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes mappings of notes to program versions. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_PSV_TERM_IT
12.2.2
product: IGS - Student System (Obsolete) , description: Term Instruction Time Override For a Program In a Load Calendar. , 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 ,