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.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_ALL, object_name:IGS_PS_UNIT_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: IGS.IGS_PS_UNIT_VER_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 ,
-
APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_VER_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGF_AW_ROLLOVER dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_CAL_RSR_VAL dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_GEN_008 dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_GE_VAL_PARAM dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_USEC_LIM_WLST_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_AS_PRC_TRANSCRPT dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_SCH_INT_API_PUB dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_LGCY_CONC_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_VAL_POSU dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_AV_GEN_001 dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_AS_FINALIZE_GRADE dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_AS_GRD_ATT_BE_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_VAL_POSU dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGF_SP_GEN_001 dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_AS_GRD_ATT_BE_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_WF_EVENT_HOOK_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_FAC_CREDT_WRKLOAD dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_HE_FTE_CALC_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_DA_TRNS_IMP dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_EN_VAL_SUA dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_AS_GEN_006 dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_AS_NOTIFY_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_UNIT_OFR_OPT_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_PS_FAC_CREDT_WRKLOAD dependencies on IGS_PS_UNIT_VER
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_UNIT_VER
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_UNIT_LEVEL_ALL
12.1.1
-
APPS.IGS_AS_CALC_AWARD_MARK dependencies on IGS_PS_UNIT_LVL
12.1.1
-
VIEW: APPS.IGSBV_PR_STDNT_PRG_UNITS
12.1.1
-
APPS.IGS_PS_GEN_008 dependencies on IGS_PS_UNIT_STAT
12.1.1
-
APPS.IGS_PS_CAL_RSR_VAL dependencies on IGS_PS_UNIT_STAT
12.1.1
-
APPS.IGS_EN_VAL_SUA dependencies on IGS_EN_SU_ATTEMPT_ALL
12.1.1
-
APPS.IGS_EN_VAL_SUA dependencies on IGS_CA_TYPE
12.1.1