Search Results igs_ps_ref_cd_hist_all
Overview
The table IGS_PS_REF_CD_HIST_ALL is a core data entity within the Oracle E-Business Suite Student System (IGS). Its primary function is to maintain a historical audit trail of changes made to reference codes associated with specific program versions. In the context of the Student System, a program version represents a distinct offering of an academic course or program. Reference codes are standardized classifications, such as government reporting codes or internal program types, linked to these versions. This table ensures that any modification to these critical classifications is permanently recorded, providing a complete lineage for compliance, reporting, and historical analysis.
Key Information Stored
The table's structure is designed to uniquely identify each historical record and its relationship to core master data. The primary key is a composite of five columns, ensuring a unique entry for each change: COURSE_CD and VERSION_NUMBER identify the specific program version from the IGS_PS_VER_ALL table. The REFERENCE_CD_TYPE and REFERENCE_CD specify the category and the actual code value that was changed. The HIST_START_DT column captures the effective date when that specific reference code assignment became active for the program version. While the provided metadata does not list all columns, typical historical tables in this module would also include an end date (HIST_END_DT) and columns to track who made the change.
Common Use Cases and Queries
This table is essential for auditing and generating point-in-time reports. A common scenario involves reconciling program data for a past academic period, such as a government submission for a specific fiscal year. Analysts can query this table to determine exactly which reference codes were active on any given historical date. Sample SQL to find the state of reference codes for a program as of a certain date would involve filtering on the historical date range.
SELECT course_cd, version_number, reference_cd_type, reference_cd FROM igs_ps_ref_cd_hist_all WHERE course_cd = 'BSC_COMP' AND version_number = 2020 AND hist_start_dt <= TO_DATE('15-MAR-2021') AND (hist_end_dt IS NULL OR hist_end_dt > TO_DATE('15-MAR-2021'));
Another critical use case is analyzing the frequency and pattern of reference code changes across program versions for process improvement.
Related Objects
The table maintains strict referential integrity through defined foreign key relationships, anchoring it to master data tables. The key documented relationships are:
- IGS_PS_VER_ALL: The table is linked to the Program Version master via the columns COURSE_CD and VERSION_NUMBER. This ensures every historical record corresponds to a valid program version.
- IGS_GE_REF_CD_TYPE_ALL: The table references the Reference Code Type definition table via the REFERENCE_CD_TYPE column. This validates that the type of reference code being tracked is a configured and active code type within the system.
The primary key constraint IGS_PS_REF_CD_HIST_PK ensures the uniqueness of each historical entry. This table is likely referenced by various Student System reports and audit processes that require historical program attribute data.
-
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 ,
-
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 ,
-
APPS.IGS_AU_GEN_001 dependencies on IGS_PS_REF_CD_HIST_ALL
12.1.1
-
APPS.IGS_PS_REF_CD_HIST_PKG dependencies on IGS_PS_REF_CD_HIST_ALL
12.1.1
-
APPS.IGS_AU_GEN_001 dependencies on IGS_PS_REF_CD_HIST_ALL
12.1.1
-
APPS.IGS_PS_REF_CD_HIST_PKG SQL Statements
12.1.1
-
TABLE: IGS.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,
-
SYNONYM: APPS.IGS_PS_REF_CD_HIST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_REF_CD_HIST_ALL, status:VALID,
-
VIEW: APPS.IGS_PS_REF_CD_HIST
12.1.1
-
APPS.IGS_PS_REF_CD_HIST_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
PACKAGE BODY: APPS.IGS_AU_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AU_GEN_001, status:VALID,
-
APPS.IGS_PS_REF_CD_HIST_PKG dependencies on IGS_PS_REF_CD_HIST_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_REF_CD_HIST_PKG
12.1.1
-
PACKAGE: APPS.IGS_AU_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AU_GEN_001, 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 ,
-
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 ,
-
PACKAGE BODY: APPS.IGS_PS_REF_CD_HIST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_REF_CD_HIST_PKG, status:VALID,
-
View: IGS_PS_REF_CD_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_REF_CD_HIST, object_name:IGS_PS_REF_CD_HIST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_REF_CD_HIST ,
-
View: IGS_PS_REF_CD_HIST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_REF_CD_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_REF_CD_HIST, object_name:IGS_PS_REF_CD_HIST, status:VALID,
-
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 ,
-
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 ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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'. ,