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.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_ALL, object_name:IGS_PS_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes the versions of programs which are offered by the university, covering both award and non-award programs. , implementation_dba_data: IGS.IGS_PS_VER_ALL ,
-
View: IGSBV_ALTERNATV_PRG_EXITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ALTERNATV_PRG_EXITS, object_name:IGSBV_ALTERNATV_PRG_EXITS, status:VALID, product: IGS - Student System , 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: APPS.IGSBV_ALTERNATV_PRG_EXITS ,
-
View: IGSFV_ALTERNATV_PRG_EXITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ALTERNATV_PRG_EXITS, object_name:IGSFV_ALTERNATV_PRG_EXITS, status:VALID, product: IGS - Student System , 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: APPS.IGSFV_ALTERNATV_PRG_EXITS ,
-
Table: IGS_PS_STDNT_APV_ALT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STDNT_APV_ALT, object_name:IGS_PS_STDNT_APV_ALT, status:VALID, product: IGS - Student System , description: Entity to capture the exit details from a program. , implementation_dba_data: IGS.IGS_PS_STDNT_APV_ALT ,
-
View: IGS_SC_COURSE_DTLS_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_COURSE_DTLS_SV, object_name:IGS_SC_COURSE_DTLS_SV, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_SC_COURSE_DTLS_SV ,
-
View: IGSFV_GR_GRADUAND
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_GR_GRADUAND, object_name:IGSFV_GR_GRADUAND, status:VALID, product: IGS - Student System , description: Describes Graduand , implementation_dba_data: APPS.IGSFV_GR_GRADUAND ,
-
View: IGSBV_PR_STDNT_PRG_PROGRAMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PR_STDNT_PRG_PROGRAMS, object_name:IGSBV_PR_STDNT_PRG_PROGRAMS, status:VALID, product: IGS - Student System , description: Describes the programs a student will be suspended, expelled or excluded from when a student progression outcome is applied. , implementation_dba_data: APPS.IGSBV_PR_STDNT_PRG_PROGRAMS ,
-
View: IGSFV_PR_STDNT_PRG_PROGRAMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PR_STDNT_PRG_PROGRAMS, object_name:IGSFV_PR_STDNT_PRG_PROGRAMS, status:VALID, product: IGS - Student System , description: Describes the programs a student will be suspended, expelled or excluded from when a student progression outcome is applied. , implementation_dba_data: APPS.IGSFV_PR_STDNT_PRG_PROGRAMS ,
-
View: IGSBV_STUDENT_PRG_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_PRG_TRANSFERS, object_name:IGSBV_STUDENT_PRG_TRANSFERS, status:VALID, product: IGS - Student System , description: This entity contains the student program attempt transfers. , implementation_dba_data: APPS.IGSBV_STUDENT_PRG_TRANSFERS ,
-
View: IGSFV_PERSON_ROLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_ROLES, object_name:IGSFV_PERSON_ROLES, status:VALID, product: IGS - Student System , description: This entity contains information about the roles attached to a person. , implementation_dba_data: APPS.IGSFV_PERSON_ROLES ,
-
View: IGSFV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_TRANSFERS, object_name:IGSFV_STUDENT_UNIT_TRANSFERS, status:VALID, product: IGS - Student System , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: APPS.IGSFV_STUDENT_UNIT_TRANSFERS ,
-
View: IGSBV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_UNIT_TRANSFERS, object_name:IGSBV_STUDENT_UNIT_TRANSFERS, status:VALID, product: IGS - Student System , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: APPS.IGSBV_STUDENT_UNIT_TRANSFERS ,
-
View: IGSFV_STUDENT_PRG_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PRG_TRANSFERS, object_name:IGSFV_STUDENT_PRG_TRANSFERS, status:VALID, product: IGS - Student System , description: This entity contains the student program attempt transfers , implementation_dba_data: APPS.IGSFV_STUDENT_PRG_TRANSFERS ,
-
View: IGSBV_AS_SUA_REFERENCE_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SUA_REFERENCE_CODES, object_name:IGSBV_AS_SUA_REFERENCE_CODES, status:VALID, product: IGS - Student System , description: Student Unit Attempt Reference Codes , implementation_dba_data: APPS.IGSBV_AS_SUA_REFERENCE_CODES ,
-
View: IGSFV_AS_SUA_REFERENCE_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SUA_REFERENCE_CODES, object_name:IGSFV_AS_SUA_REFERENCE_CODES, status:VALID, product: IGS - Student System , description: Student Unit Attempt Reference Codes , implementation_dba_data: APPS.IGSFV_AS_SUA_REFERENCE_CODES ,
-
View: IGS_DA_XML_ACADEMICPROGRAM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_XML_ACADEMICPROGRAM_V, object_name:IGS_DA_XML_ACADEMICPROGRAM_V, status:VALID, product: IGS - Student System , 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: APPS.IGS_DA_XML_ACADEMICPROGRAM_V ,
-
View: IGSFV_ST_HESA_ADMISSION_DETAIL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_HESA_ADMISSION_DETAIL, object_name:IGSFV_ST_HESA_ADMISSION_DETAIL, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Student Admission Application HESA Details. , implementation_dba_data: APPS.IGSFV_ST_HESA_ADMISSION_DETAIL ,
-
Table: IGS_PS_GOVT_SPL_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_GOVT_SPL_TYPE, object_name:IGS_PS_GOVT_SPL_TYPE, status:VALID, product: IGS - Student System , description: This entity describes the Government set of special program types. , implementation_dba_data: IGS.IGS_PS_GOVT_SPL_TYPE ,
-
Table: IGS_PS_OWN_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OWN_HIST_ALL, object_name:IGS_PS_OWN_HIST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of program ownership changes for a program version. , implementation_dba_data: IGS.IGS_PS_OWN_HIST_ALL ,
-
Table: IGS_FI_FND_SRC_RSTN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FND_SRC_RSTN, object_name:IGS_FI_FND_SRC_RSTN, status:VALID, product: IGS - Student System , description: This entity describes the funding sources which are available for a course. A default can be specified in this entity. , implementation_dba_data: IGS.IGS_FI_FND_SRC_RSTN ,
-
Table: IGS_PE_ALTERNATV_EXT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_ALTERNATV_EXT, object_name:IGS_PE_ALTERNATV_EXT, status:VALID, product: IGS - Student System , description: This entity describes the possible alternative exit points from a course. This consists of another course, often of a lower level (where an early exit is granted). , implementation_dba_data: IGS.IGS_PE_ALTERNATV_EXT ,
-
Table: IGS_PS_AWARD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_AWARD, object_name:IGS_PS_AWARD, status:VALID, product: IGS - Student System , 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: IGS.IGS_PS_AWARD ,
-
Table: IGS_HE_ST_PROG_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_PROG_ALL, object_name:IGS_HE_ST_PROG_ALL, status:VALID, product: IGS - Student System , description: Stores the Program Version HESA details , implementation_dba_data: IGS.IGS_HE_ST_PROG_ALL ,
-
Table: IGS_AS_GPC_PROGRAMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GPC_PROGRAMS, object_name:IGS_AS_GPC_PROGRAMS, status:VALID, product: IGS - Student System , description: Stores grading period cohorts program details , implementation_dba_data: IGS.IGS_AS_GPC_PROGRAMS ,
-
Table: IGS_PS_VER_RU
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_RU, object_name:IGS_PS_VER_RU, status:VALID, product: IGS - Student System , description: Program version rules , implementation_dba_data: IGS.IGS_PS_VER_RU ,
-
Table: IGS_PS_ACCTS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_ACCTS_ALL, object_name:IGS_PS_ACCTS_ALL, status:VALID, product: IGS - Student System , description: This table contains account segment values for a program , implementation_dba_data: IGS.IGS_PS_ACCTS_ALL ,
-
Table: IGS_HE_ST_PROG_CC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_PROG_CC, object_name:IGS_HE_ST_PROG_CC, status:VALID, product: IGS - Student System , description: Holds HESA Cost Center details defined at Program version level , implementation_dba_data: IGS.IGS_HE_ST_PROG_CC ,
-
Table: IGS_AD_DEPLVL_PRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_DEPLVL_PRG, object_name:IGS_AD_DEPLVL_PRG, status:VALID, product: IGS - Student System , description: Program Deposit Level Details For An Admission Application , implementation_dba_data: IGS.IGS_AD_DEPLVL_PRG ,
-
View: IGSBV_PROGRAM_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROGRAM_OFFERINGS, object_name:IGSBV_PROGRAM_OFFERINGS, status:VALID, product: IGS - Student System , description: This is a base view, which describes an offerings of a university program within a calendar type. , implementation_dba_data: APPS.IGSBV_PROGRAM_OFFERINGS ,
-
Table: IGS_PS_FIELD_STUDY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_FIELD_STUDY, object_name:IGS_PS_FIELD_STUDY, status:VALID, product: IGS - Student System , description: This entity describes the fields of study, which apply to a program. , implementation_dba_data: IGS.IGS_PS_FIELD_STUDY ,
-
Table: IGS_PR_UL_MARK_CNFG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_UL_MARK_CNFG, object_name:IGS_PR_UL_MARK_CNFG, status:VALID, product: IGS - Student System , description: Defines the configuration for calculating the marks at unit level. , implementation_dba_data: IGS.IGS_PR_UL_MARK_CNFG ,
-
Table: IGS_PS_GRP_MBR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_GRP_MBR, object_name:IGS_PS_GRP_MBR, status:VALID, product: IGS - Student System , description: This entity describes the programs, which are members in a program grouping. , implementation_dba_data: IGS.IGS_PS_GRP_MBR ,
-
Table: IGS_RE_DFLT_MS_SET_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_DFLT_MS_SET_ALL, object_name:IGS_RE_DFLT_MS_SET_ALL, status:VALID, product: IGS - Student System , description: This entity describes the default milestones for a research course , implementation_dba_data: IGS.IGS_RE_DFLT_MS_SET_ALL ,
-
Table: IGS_EN_PSV_TERM_IT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_PSV_TERM_IT, object_name:IGS_EN_PSV_TERM_IT, status:VALID, product: IGS - Student System , description: Term Instruction Time Override For a Program In a Load Calendar. , implementation_dba_data: IGS.IGS_EN_PSV_TERM_IT ,
-
Table: IGS_PS_VER_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_NOTE, object_name:IGS_PS_VER_NOTE, status:VALID, product: IGS - Student System , description: This entity describes mappings of notes to program versions. , implementation_dba_data: IGS.IGS_PS_VER_NOTE ,
-
Table: IGS_PE_TYP_INSTANCES_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_TYP_INSTANCES_ALL, object_name:IGS_PE_TYP_INSTANCES_ALL, status:VALID, product: IGS - Student System , description: Entity describes the various person type instances of a person , implementation_dba_data: IGS.IGS_PE_TYP_INSTANCES_ALL ,
-
Table: IGS_PS_FLD_STD_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_FLD_STD_HIST_ALL, object_name:IGS_PS_FLD_STD_HIST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of program field of study changes for a program version. , implementation_dba_data: IGS.IGS_PS_FLD_STD_HIST_ALL ,
-
Table: IGS_FI_FD_SRC_RSTN_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FD_SRC_RSTN_H_ALL, object_name:IGS_FI_FD_SRC_RSTN_H_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of funding source restriction changes for a course version. , implementation_dba_data: IGS.IGS_FI_FD_SRC_RSTN_H_ALL ,
-
Table: IGS_PS_REF_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_REF_CD, object_name:IGS_PS_REF_CD, status:VALID, product: IGS - Student System , description: This entity describes a reference code(s), which relate to the program. E.g. IVRS code. , implementation_dba_data: IGS.IGS_PS_REF_CD ,
-
Table: IGS_PS_REF_CD_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_REF_CD_HIST_ALL, object_name:IGS_PS_REF_CD_HIST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of program reference code changes for a program version. , implementation_dba_data: IGS.IGS_PS_REF_CD_HIST_ALL ,
-
View: IGSFV_AV_ADVANCED_STANDING
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AV_ADVANCED_STANDING, object_name:IGSFV_AV_ADVANCED_STANDING, status:VALID, product: IGS - Student System , description: Describes advanced standing. , implementation_dba_data: APPS.IGSFV_AV_ADVANCED_STANDING ,
-
Table: IGS_AV_ADV_STANDING_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_ADV_STANDING_ALL, object_name:IGS_AV_ADV_STANDING_ALL, status:VALID, product: IGS - Student System , description: Describes advanced standing that results from applications , implementation_dba_data: IGS.IGS_AV_ADV_STANDING_ALL ,
-
Table: IGS_PS_RSV_USEC_PRF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_USEC_PRF, object_name:IGS_PS_RSV_USEC_PRF, status:VALID, product: IGS - Student System , description: Describes the preferences for a given priority for reserved seating at unit section level , implementation_dba_data: IGS.IGS_PS_RSV_USEC_PRF ,
-
Table: IGS_PS_RSV_UOP_PRF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRF, object_name:IGS_PS_RSV_UOP_PRF, status:VALID, product: IGS - Student System , description: Describes the preferences for a given priority for reserved seating at unit offering pattern level , implementation_dba_data: IGS.IGS_PS_RSV_UOP_PRF ,
-
Table: IGS_PS_OWN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OWN, object_name:IGS_PS_OWN, status:VALID, product: IGS - Student System , description: This entity describes the organizational units, which own a program and the percentage ownership division. , implementation_dba_data: IGS.IGS_PS_OWN ,
-
Table: IGS_CO_ITM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CO_ITM_ALL, object_name:IGS_CO_ITM_ALL, status:VALID, product: IGS - Student System , description: Describes correspondence items sent to students , implementation_dba_data: IGS.IGS_CO_ITM_ALL ,
-
Table: IGS_PS_RSV_ORGUN_PRF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RSV_ORGUN_PRF, object_name:IGS_PS_RSV_ORGUN_PRF, status:VALID, product: IGS - Student System , description: Describes the preferences for a given priority for reserved seating at Organization unit level , implementation_dba_data: IGS.IGS_PS_RSV_ORGUN_PRF ,
-
Table: IGS_PS_CATEGORISE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_CATEGORISE_ALL, object_name:IGS_PS_CATEGORISE_ALL, status:VALID, product: IGS - Student System , description: This entity describes the categories, which are applicable to a program. There may be multiple categories for each program. , implementation_dba_data: IGS.IGS_PS_CATEGORISE_ALL ,
-
View: IGS_EN_PSV_TERM_IT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_PSV_TERM_IT_V, object_name:IGS_EN_PSV_TERM_IT_V, status:VALID, product: IGS - Student System , description: Term Instruction Time Override For a Program In a Load Calendar. , implementation_dba_data: APPS.IGS_EN_PSV_TERM_IT_V ,
-
Table: IGS_PS_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STAT, object_name:IGS_PS_STAT, status:VALID, product: IGS - Student System , 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: IGS.IGS_PS_STAT ,