Search Results unit_set_status
Overview
IGS_EN_UNIT_SET_HIST_V is a reporting and integration view within the Oracle E-Business Suite Student System (IGS) product family. It belongs to the Enrollment (IGS_EN) schema area and specifically addresses the historical change tracking of unit sets — the academic grouping constructs that bundle individual units (courses or modules) into named, versioned structures such as programmes, pathways, or award schemes. The view merges unit set history records with the corresponding current unit set definitions so that every column value can be reconstructed for any point in time, from the earliest recorded history period through to the present day. Each row represents a complete set of column values valid over a defined historical period rather than a single change event.
Within Oracle EBS 12.1.1 and 12.2.2, the IGS product is documented as obsolete, meaning the view is retained for backward compatibility and reference rather than active development. It is exposed under the APPS schema and is queried with the standard _V reporting convention. The view is significant because it solves a common academic reporting problem: institutions must be able to report on the state of a unit set as it existed at a given effective date, not merely its current configuration.
Underlying Base Objects
The view is defined over history and current tables whose physical names are not enumerated in the documented base object list, but the view text reveals the alias USH1 (the unit set history table, IGS_EN_UNIT_SET_HIST or equivalent) as the driving source, and US1 (the current unit set table) as the fallback source. Three supporting objects are referenced directly in the view definition:
- IGS_AU_GEN_004 — an audit package exposing the function AUDP_GET_USH_COL, which retrieves a named column value from the unit set history for a given unit set code, version number, and history end date.
- IGS_GE_DATE — the general date utility package, exposing IGSDATE, used to convert stored values into proper date datatypes.
- USH1 and US1 — the history and current unit set tables joined on the unit set code and version number.
The view applies a layered NVL resolution pattern: the history table column is used when populated, otherwise the audit function result is used, otherwise the current table value is substituted.
Key Columns
The primary searchable column is UNIT_SET_CD, the unique code identifying the unit set. It is paired with VERSION_NUMBER, allowing multiple versions of the same unit set to coexist historically. The date envelope columns HIST_START_DT and HIST_END_DT define the validity window of each row, while HIST_WHO records the user or process that created the history entry.
Descriptive attributes exposed include TITLE, SHORT_TITLE, ABBREVIATION, UNIT_SET_STATUS, and UNIT_SET_CAT, each resolved through the NVL/SUBSTR fallback chain. Date-bearing attributes include START_DT, REVIEW_DT, EXPIRY_DT, and END_DT, passed through IGS_GE_DATE.IGSDATE. Text columns are truncated to their DDL lengths — for example, TITLE to 90 characters, SHORT_TITLE to 40, ABBREVIATION to 20 — which is important when comparing view output against base table values.
Common Use Cases and Queries
The view is typically used to build point-in-time academic reports, to audit unit set changes across academic years, and to feed external student record systems requiring effective-dated programme structures. A representative query filters on the highly selective UNIT_SET_CD column:
- SELECT unit_set_cd, version_number, hist_start_dt, hist_end_dt, unit_set_status, title FROM igs_en_unit_set_hist_v WHERE unit_set_cd = :p_unit_set_cd ORDER BY version_number, hist_start_dt;
- SELECT unit_set_cd, version_number, title FROM igs_en_unit_set_hist_v WHERE SYSDATE BETWEEN hist_start_dt AND NVL(hist_end_dt, SYSDATE);
Because the view is documented as obsolete and not implemented in the delivery database, administrators should confirm its availability in their specific instance before relying on it in custom concurrent programs or OAF pages. Where present, it remains the cleanest supported mechanism for effective-dated unit set reporting in EBS 12.1.1 and 12.2.2.
-
View: IGS_EN_UNIT_SET_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge unit set history with the current unit set details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_UNIT_SET_HIST_V
12.1.1
-
VIEW: APPS.IGSBV_CONCENTRATIONS
12.1.1
-
View: IGS_EN_UNIT_SET_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET_HIST_V, object_name:IGS_EN_UNIT_SET_HIST_V, status:VALID, product: IGS - Student System , description: This view is used to merge unit set history with the current unit set details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: APPS.IGS_EN_UNIT_SET_HIST_V ,
-
TABLE: IGS.IGS_EN_UNIT_SET_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_STAT, object_name:IGS_EN_UNIT_SET_STAT, status:VALID,
-
VIEW: APPS.IGSBV_PROG_CONCENTRATIONS
12.1.1
-
View: IGSBV_PROG_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROG_CONCENTRATIONS, object_name:IGSBV_PROG_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This entity describes a unit-set, being a logical sub-grouping of program. eg .Major, Minor, Stream, Strand. A unit-set is typically related to the rules which governs its completion via the Rules Sub-system. , implementation_dba_data: APPS.IGSBV_PROG_CONCENTRATIONS ,
-
View: IGSBV_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CONCENTRATIONS, object_name:IGSBV_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: APPS.IGSBV_CONCENTRATIONS ,
-
View: IGSBV_CONCENTRATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_UNIT_SET_HIST
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the history of changes to a given unit set. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PROG_CONCENTRATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a unit-set, being a logical sub-grouping of program. eg .Major, Minor, Stream, Strand. A unit-set is typically related to the rules which governs its completion via the Rules Sub-system. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_UNIT_SET_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET_HIST, object_name:IGS_EN_UNIT_SET_HIST, status:VALID, product: IGS - Student System , description: This view describes the history of changes to a given unit set. , implementation_dba_data: APPS.IGS_EN_UNIT_SET_HIST ,
-
VIEW: APPS.IGS_EN_UNIT_SET_HIST
12.1.1
-
View: IGS_EN_UNIT_SET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET, object_name:IGS_EN_UNIT_SET, status:VALID, product: IGS - Student System , description: The code of a unit set. Unit sets comprise lists of units or rules. , implementation_dba_data: APPS.IGS_EN_UNIT_SET ,
-
View: IGS_EN_UNIT_SET
12.2.2
product: IGS - Student System (Obsolete) , description: The code of a unit set. Unit sets comprise lists of units or rules. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_VAL_CEPRC SQL Statements
12.1.1
-
VIEW: APPS.IGS_EN_UNIT_SET
12.1.1
-
VIEW: APPS.IGS_PR_SCA_US_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SCA_US_V, object_name:IGS_PR_SCA_US_V, status:VALID,
-
VIEW: APPS.IGS_PS_OFR_UNIT_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_UNIT_SET_V, object_name:IGS_PS_OFR_UNIT_SET_V, status:VALID,
-
APPS.IGS_EN_UNIT_SET_STAT_PKG SQL Statements
12.1.1
-
Table: IGS_EN_UNIT_SET_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_STAT, object_name:IGS_EN_UNIT_SET_STAT, status:VALID, product: IGS - Student System , description: This entity describes the user-defined unit set statuses. e.g. Current, Suspended. These map back onto the system unit set statuses, to provide the system with the ability to have a large number of statuses which map back to the system fun , implementation_dba_data: IGS.IGS_EN_UNIT_SET_STAT ,
-
VIEW: APPS.IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_OPT_UNIT_SET_V, object_name:IGS_PS_OFR_OPT_UNIT_SET_V, status:VALID,
-
Table: IGS_EN_UNIT_SET_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the user-defined unit set statuses. e.g. Current, Suspended. These map back onto the system unit set statuses, to provide the system with the ability to have a large number of statuses which map back to the system fun , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_UNIT_SET_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET_ACTIVE_V, object_name:IGS_EN_UNIT_SET_ACTIVE_V, status:VALID, product: IGS - Student System , description: IGS_EN_UNIT_SET_ACTIVE_V describes the active unit sets that are available for a given specific period. , implementation_dba_data: APPS.IGS_EN_UNIT_SET_ACTIVE_V ,
-
VIEW: APPS.IGS_EN_UNIT_SET_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET_ACTIVE_V, object_name:IGS_EN_UNIT_SET_ACTIVE_V, status:VALID,
-
View: IGS_EN_UNIT_SET_ACTIVE_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_EN_UNIT_SET_ACTIVE_V describes the active unit sets that are available for a given specific period. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_UNIT_SET_VALID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET_VALID_V, object_name:IGS_EN_UNIT_SET_VALID_V, status:VALID, product: IGS - Student System , description: This view provides valid unit sets for student, and or an option to reselect unit set that student had previously. , implementation_dba_data: APPS.IGS_EN_UNIT_SET_VALID_V ,
-
View: IGS_PS_OFR_UNIT_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_UNIT_SET_V, object_name:IGS_PS_OFR_UNIT_SET_V, status:VALID, product: IGS - Student System , description: Manually created , implementation_dba_data: APPS.IGS_PS_OFR_UNIT_SET_V ,
-
View: IGS_PS_OFR_UNIT_SET_V
12.2.2
product: IGS - Student System (Obsolete) , description: Manually created , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_UNIT_SET_VALID_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view provides valid unit sets for student, and or an option to reselect unit set that student had previously. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUSA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUSA_INQ_V, object_name:IGS_AS_SUSA_INQ_V, status:VALID, product: IGS - Student System , description: - Retrofitted , implementation_dba_data: APPS.IGS_AS_SUSA_INQ_V ,
-
View: IGS_AS_SUSA_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_UNIT_SET_STAT_PKG
12.1.1
-
View: IGS_PR_SCA_US_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SCA_US_V, object_name:IGS_PR_SCA_US_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_SCA_US_V ,
-
View: IGS_PR_SCA_US_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CONCENTRATIONS, object_name:IGSFV_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: APPS.IGSFV_CONCENTRATIONS ,
-
View: IGSFV_PROG_CONCENTRATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a unit-set, being a logical sub-grouping of program. eg .Major, Minor, Stream, Strand. A unit-set is typically related to the rules which governs its completion via the Rules Sub-system. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_EN_UNIT_SET_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_ALL, object_name:IGS_EN_UNIT_SET_ALL, status:VALID,
-
View: IGSFV_PROG_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_CONCENTRATIONS, object_name:IGSFV_PROG_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This entity describes a unit-set, being a logical sub-grouping of program. eg .Major, Minor, Stream, Strand. A unit-set is typically related to the rules which governs its completion via the Rules Sub-system. , implementation_dba_data: APPS.IGSFV_PROG_CONCENTRATIONS ,
-
View: IGSFV_CONCENTRATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_OPT_UNIT_SET_V, object_name:IGS_PS_OFR_OPT_UNIT_SET_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_OFR_OPT_UNIT_SET_V ,
-
View: IGS_EN_SUSA_PARENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SUSA_PARENT_V, object_name:IGS_EN_SUSA_PARENT_V, status:VALID, product: IGS - Student System , description: This view determines the unit sets that are able to be linked as a parent for a student unit set attempt. The exists field is an indicator to show if the parent exists as a student unit set attempt. If not, then it will need to be created b , implementation_dba_data: APPS.IGS_EN_SUSA_PARENT_V ,
-
APPS.IGS_PS_VAL_US SQL Statements
12.1.1
-
View: IGS_EN_SUSA_PARENT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view determines the unit sets that are able to be linked as a parent for a student unit set attempt. The exists field is an indicator to show if the parent exists as a student unit set attempt. If not, then it will need to be created b , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_UNIT_SET_HIST_PKG SQL Statements
12.1.1
-
View: IGS_PS_OFR_OPT_UNIT_SET_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_PROG_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROG_CONCENTRATIONS, object_name:IGSBV_PROG_CONCENTRATIONS, status:VALID,
-
VIEW: APPS.IGSFV_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CONCENTRATIONS, object_name:IGSFV_CONCENTRATIONS, status:VALID,
-
VIEW: APPS.IGSFV_PROG_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_CONCENTRATIONS, object_name:IGSFV_PROG_CONCENTRATIONS, status:VALID,
-
VIEW: APPS.IGS_EN_UNIT_SET_VALID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET_VALID_V, object_name:IGS_EN_UNIT_SET_VALID_V, status:VALID,