Search Results igs_ps_unit_ref_hist_all
Overview
The IGS_PS_UNIT_REF_HIST_ALL table is a core data object within the Oracle E-Business Suite Student System (IGS). It functions as a historical audit trail, capturing all changes made to the reference codes associated with a specific unit version. In the context of academic administration, a unit version represents a particular offering of a course subject, and reference codes are standardized classifications (such as government reporting codes, discipline codes, or funding categories) linked to it. This table ensures a complete, time-stamped record of these classifications is maintained for compliance, reporting, and historical analysis purposes across both EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to uniquely identify each historical entry and its context. The primary key is a composite of five columns: UNIT_CD (the unit code), VERSION_NUMBER (the specific version of the unit), REFERENCE_CD_TYPE (the category of the reference code), REFERENCE_CD (the actual code value), and HIST_START_DT (the effective date the historical record became active). This combination ensures that every change to a reference code for a unit version is recorded with its precise effective start date. Additional columns, implied by the nature of a history table, would typically include an end date (HIST_END_DT) to mark when the record was superseded, and a CREATION_DATE or LAST_UPDATE_DATE to track system auditing.
Common Use Cases and Queries
This table is critical for generating audit reports and understanding the evolution of a unit's classification over time. A common use case is auditing all reference code changes for a unit version for regulatory compliance. Another is determining the valid reference code for a unit at a specific point in the past, which is essential for accurate historical reporting. A typical query pattern involves joining to the unit version and reference code type tables for descriptive information.
- Sample Query (Historical Audit):
SELECT unit_cd, version_number, reference_cd_type, reference_cd, hist_start_dt FROM igs_ps_unit_ref_hist_all WHERE unit_cd = 'MATH101' ORDER BY hist_start_dt; - Sample Query (Point-in-Time Validation):
SELECT reference_cd FROM igs_ps_unit_ref_hist_all WHERE unit_cd = :p_unit_cd AND version_number = :p_ver_num AND reference_cd_type = 'GOV_CODE' AND :p_query_date BETWEEN hist_start_dt AND NVL(hist_end_dt, SYSDATE);
Related Objects
The IGS_PS_UNIT_REF_HIST_ALL table maintains strict referential integrity with key master tables in the Student System, as defined by its foreign key constraints.
- IGS_PS_UNIT_VER_ALL: This is the parent table for unit versions. The history table references it via the UNIT_CD and VERSION_NUMBER columns to ensure every historical record is tied to a valid, existing unit version.
- IGS_GE_REF_CD_TYPE_ALL: This is the parent table for reference code types. The history table references it via the REFERENCE_CD_TYPE column, validating that the category of the historical reference code is defined in the system.
These relationships are fundamental, ensuring that historical data remains consistent and traceable back to the core administrative entities.
-
Table: IGS_PS_UNIT_REF_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_REF_HIST_ALL, object_name:IGS_PS_UNIT_REF_HIST_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes to a unit version's reference codes. , implementation_dba_data: IGS.IGS_PS_UNIT_REF_HIST_ALL ,
-
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 ,
-
APPS.IGS_PS_UNIT_REF_HIST_PKG dependencies on IGS_PS_UNIT_REF_HIST_ALL
12.1.1
-
APPS.IGS_AU_GEN_004 dependencies on IGS_PS_UNIT_REF_HIST_ALL
12.1.1
-
APPS.IGS_AU_GEN_004 dependencies on IGS_PS_UNIT_REF_HIST_ALL
12.1.1
-
APPS.IGS_PS_UNIT_REF_HIST_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PS_UNIT_REF_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_REF_HIST_ALL, object_name:IGS_PS_UNIT_REF_HIST_ALL, status:VALID,
-
VIEW: APPS.IGS_PS_UNIT_REF_HIST
12.1.1
-
SYNONYM: APPS.IGS_PS_UNIT_REF_HIST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_UNIT_REF_HIST_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_AU_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AU_GEN_004, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_UNIT_REF_HIST_PKG
12.1.1
-
View: IGS_PS_UNIT_REF_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_REF_HIST, object_name:IGS_PS_UNIT_REF_HIST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_REF_HIST ,
-
APPS.IGS_PS_UNIT_REF_HIST_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
APPS.IGS_PS_UNIT_REF_HIST_PKG dependencies on IGS_PS_UNIT_REF_HIST_PKG
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_REF_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_REF_HIST, object_name:IGS_PS_UNIT_REF_HIST, status:VALID,
-
Table: IGS_GE_REF_CD_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GE_REF_CD_TYPE_ALL, object_name:IGS_GE_REF_CD_TYPE_ALL, status:VALID, product: IGS - Student System , description: IGS_GE_REF_CD_TYPE_ALL describes the types of reference codes which are applied to the course offering options. For example TAC, CRICOS, IVRS. , implementation_dba_data: IGS.IGS_GE_REF_CD_TYPE_ALL ,
-
PACKAGE: APPS.IGS_AU_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AU_GEN_004, status:VALID,
-
Table: IGS_GE_REF_CD_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_GE_REF_CD_TYPE_ALL describes the types of reference codes which are applied to the course offering options. For example TAC, CRICOS, IVRS. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_REF_HIST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_UNIT_REF_HIST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_UNIT_REF_HIST_PKG, status:VALID,
-
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 ,
-
12.1.1 DBA Data
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
-
12.1.1 DBA Data
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'. ,
-
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'. ,