Search Results rule_waived_dt
Overview
IGS_AD_PS_APLINSTUNT_UNITHST_V is a views-layer object in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 releases, owned by the APPS schema and defined in the IGS (Student System / Student Records) product family. The object draws from the Admissions and Student Records domain, specifically the applicant-instance-unit history entity. Its name follows the IGS convention: "AD" denotes the Admissions functional area, "PS" the person/student set of entities, "APLINSTUNT" the applicant instance unit, and "UNITHST_V" indicates that the view presents unit history records — the historical, date-versioned state of units attached to an applicant's nominated course.
The view is designed to expose the most current or authoritative value of a given unit-history column through a coalescing pattern. Rather than returning a single stored column, several projected attributes are derived by testing the history table's value and, where null, falling back first to a PL/SQL lookup function and then to a related instance-unit record. This makes the view suitable for reporting, integration extracts, and downstream views that require a non-null, resolved unit-history attribute without implementing the fallback logic themselves.
Underlying Base Objects
The ETRM documentation for this object records no explicitly documented base tables, so the following is derived from the view text itself. The primary source is the applicant-instance-unit history table, aliased ACAIUH1 in the definition. Its columns carry the ADM PS applicant-instance-unit identifier (adm_ps_appl_inst_unit_id) as the key, together with person_id, admission_appl_number, nominated_course_cd, acai_sequence_number, and unit_cd, plus the history columns hist_start_dt, hist_end_dt, and hist_who.
A secondary source, aliased ACAIU1, supplies the instance-unit values used at the final level of each NVL chain. A third dependency is the PL/SQL package IGS_AU_GEN_001, and in particular its function audp_get_acaiuh_col, which is invoked for every resolved attribute. The function receives the attribute name as a literal, the record key, and hist_end_dt, and returns the history value as a string; character results are passed through SUBSTR(…,1,10) and numeric results through TO_NUMBER before use. The view therefore depends on IGS_AU_GEN_001 being valid and on the key columns of the underlying history and instance-unit tables being consistently populated.
Key Columns
- person_id — the person (applicant) identifier; a principal join key for student and admissions reporting.
- admission_appl_number, nominated_course_cd, acai_sequence_number, unit_cd — the composite context identifying the application, nominated course, application-instance sequence, and unit.
- hist_start_dt, hist_end_dt, hist_who — history framing columns giving the effective start and end dates and the user who created the history row.
- uv_version_number (sup_uv_version_number) — the searched column; resolves the unit-version number from the history row, then from audp_get_acaiuh_col, then from ACAIU1.
- cal_type, ci_sequence_number, location_cd, unit_class, unit_mode — additional unit attributes projected through the same three-level fallback pattern.
Note that, because audp_get_acaiuh_col is called per row for several columns, the view is not partition-pruning or index-friendly for high-volume scans; a filter on person_id, admission_appl_number, and nominated_course_cd is strongly recommended.
Common Use Cases and Queries
The view is typically used to obtain resolved unit-history attributes for a person without reimplementing the fallback logic. A representative query retrieving the version number and unit classification for one applicant is:
SELECT person_id, admission_appl_number, nominated_course_cd, unit_cd, uv_version_number, unit_class, hist_start_dt, hist_end_dt FROM apps.igs_ad_ps_aplinstunt_unithst_v WHERE person_id = :p_person_id AND admission_appl_number = :p_appl_no;- Integration extracts commonly select the view into a staging table keyed on the composite application/unit columns for downstream comparison.
- Reporting joins the view to course and unit reference views to present resolved unit mode, class, and location alongside admission details.
Because the documented metadata is limited, developers should confirm column-level data types on the target instance and verify that IGS_AU_GEN_001 is valid before relying on the derived columns in a production interface.
-
VIEW: APPS.IGS_AD_PS_APLINSTUNT_UNITHST_V
12.1.1
-
View: IGS_AD_PS_APLINSTUNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT, object_name:IGS_AD_PS_APLINSTUNT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTUNT ,
-
APPS.IGS_EN_GET_SUAEH_DTL SQL Statements
12.1.1
-
View: IGS_AD_PS_APLINSTUNT_UNITHST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT_UNITHST_V, object_name:IGS_AD_PS_APLINSTUNT_UNITHST_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTUNT_UNITHST_V ,
-
View: IGS_AD_PS_APLINSTUNT_UNITHST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUA_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_H_V, object_name:IGS_AS_SUA_H_V, status:VALID, product: IGS - Student System , description: This view is used to merge student unit attempt history with the current student unit attempt 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_AS_SUA_H_V ,
-
VIEW: APPS.IGS_AD_PS_APLINSTUNT
12.1.1
-
View: IGS_EN_SU_ATTEMPT_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_SV, object_name:IGS_EN_SU_ATTEMPT_SV, status:VALID, product: IGS - Student System , description: This view contains the secured rows in the student unit attempt table. , implementation_dba_data: APPS.IGS_EN_SU_ATTEMPT_SV ,
-
VIEW: APPS.IGS_AS_SUA_H_V
12.1.1
-
View: IGS_AD_PS_APLINSTUNT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APINTUNTHS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SU_ATTEMPT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_H, object_name:IGS_EN_SU_ATTEMPT_H, status:VALID, product: IGS - Student System , description: IGS_EN_SU_ATTEMPT_H implements the student unit attempt. , implementation_dba_data: APPS.IGS_EN_SU_ATTEMPT_H ,
-
View: IGS_AD_PS_APINTUNTHS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APINTUNTHS, object_name:IGS_AD_PS_APINTUNTHS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APINTUNTHS ,
-
View: IGS_EN_SU_ATTEMPT_H
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_EN_SU_ATTEMPT_H implements the student unit attempt. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_SU_ATTEMPT_H
12.1.1
-
View: IGS_AS_SUA_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge student unit attempt history with the current student unit attempt 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: IGS_AS_SUAH_EFFECTIVE_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAH_EFFECTIVE_H_V, object_name:IGS_AS_SUAH_EFFECTIVE_H_V, status:VALID, product: IGS - Student System , description: Used to create effective student unit attempt history records in recognition of back dating enrollment and discontinuation dates. , implementation_dba_data: APPS.IGS_AS_SUAH_EFFECTIVE_H_V ,
-
VIEW: APPS.IGS_PR_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SUA_INQ_V, object_name:IGS_PR_SUA_INQ_V, status:VALID,
-
View: IGS_AS_SUAH_EFFECTIVE_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: Used to create effective student unit attempt history records in recognition of back dating enrollment and discontinuation dates. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APINTUNTHS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APINTUNTHS, object_name:IGS_AD_PS_APINTUNTHS, status:VALID,
-
VIEW: APPS.IGS_EN_SU_ATTEMPT_SV
12.1.1
-
VIEW: APPS.IGS_AS_SUAH_EFFECTIVE_H_V
12.1.1
-
VIEW: APPS.IGS_AD_PS_APINTUNTHS
12.1.1
-
View: IGS_EN_SU_ATTEMPT
12.2.2
product: IGS - Student System (Obsolete) , description: Implements the student unit attempt. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SU_ATTEMPT_SV
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the secured rows in the student unit attempt table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SU_ATTEMPT_LKUP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes valid unit attempts for a student's attempt studying at a particular unit offered by the university , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SU_ATTEMPT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT, object_name:IGS_EN_SU_ATTEMPT, status:VALID, product: IGS - Student System , description: Implements the student unit attempt. , implementation_dba_data: APPS.IGS_EN_SU_ATTEMPT ,
-
View: IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_ATTEMPT_LKUP_V, object_name:IGS_AS_SU_ATTEMPT_LKUP_V, status:VALID, product: IGS - Student System , description: Describes valid unit attempts for a student's attempt studying at a particular unit offered by the university , implementation_dba_data: APPS.IGS_AS_SU_ATTEMPT_LKUP_V ,
-
VIEW: APPS.IGS_EN_SU_ATTEMPT
12.1.1
-
VIEW: APPS.IGS_AS_SUAH_EFFECTIVE_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAH_EFFECTIVE_H_V, object_name:IGS_AS_SUAH_EFFECTIVE_H_V, status:VALID,
-
APPS.IGS_EN_GEN_007 SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_PS_APLINSTUNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT, object_name:IGS_AD_PS_APLINSTUNT, status:VALID,
-
View: IGS_EN_SUA_WLST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SUA_WLST_V, object_name:IGS_EN_SUA_WLST_V, status:VALID, product: IGS - Student System , description: This view describes the data pertaining to the student unit attempt waitlist. , implementation_dba_data: APPS.IGS_EN_SUA_WLST_V ,
-
View: IGS_EN_SUA_WLST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the data pertaining to the student unit attempt waitlist. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APLINSTUNT_APLUNIT_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APLINSTUNT table. Incorporates alternate codes and calendar instance start and end dates for Teaching calendars. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
-
VIEW: APPS.IGS_EN_SUA_WLST_V
12.1.1
-
View: IGS_AD_PS_APLINSTUNT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Admission program unit applications, or admission non-award unit applications , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SUA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SUA_V, object_name:IGS_EN_SUA_V, status:VALID, product: IGS - Student System , description: This view incorporates the student unit attempt record and its details such as the enrolled date, the administrative status unit associated with it and any discontinuation in the units and the corresponding reasons. , implementation_dba_data: APPS.IGS_EN_SUA_V ,
-
View: IGS_EN_SUA_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view incorporates the student unit attempt record and its details such as the enrolled date, the administrative status unit associated with it and any discontinuation in the units and the corresponding reasons. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APLINSTUNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT_V, object_name:IGS_AD_PS_APLINSTUNT_V, status:VALID, product: IGS - Student System , description: Admission program unit applications, or admission non-award unit applications , implementation_dba_data: APPS.IGS_AD_PS_APLINSTUNT_V ,
-
VIEW: APPS.IGS_AD_PS_APLINSTUNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT_V, object_name:IGS_AD_PS_APLINSTUNT_V, status:VALID,
-
View: IGS_AD_PS_APLINSTUNT_APLUNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTUNT_APLUNIT_V, object_name:IGS_AD_PS_APLINSTUNT_APLUNIT_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APLINSTUNT table. Incorporates alternate codes and calendar instance start and end dates for Teaching calendars. , implementation_dba_data: APPS.IGS_AD_PS_APLINSTUNT_APLUNIT_V ,
-
VIEW: APPS.IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_ATTEMPT_LKUP_V, object_name:IGS_AS_SU_ATTEMPT_LKUP_V, status:VALID,
-
View: IGS_AS_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_INQ_V, object_name:IGS_AS_SUA_INQ_V, status:VALID, product: IGS - Student System , description: - Retrofitted , implementation_dba_data: APPS.IGS_AS_SUA_INQ_V ,
-
APPS.IGS_FI_GET_SUAEH SQL Statements
12.1.1
-
View: IGS_EN_SUA_RULCHK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SUA_RULCHK_V, object_name:IGS_EN_SUA_RULCHK_V, status:VALID, product: IGS - Student System , description: This view contains Unit Attempt records with failed unit rule details. , implementation_dba_data: APPS.IGS_EN_SUA_RULCHK_V ,
-
TABLE: IGS.IGS_AD_PS_APINTUNTHS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APINTUNTHS_ALL, object_name:IGS_AD_PS_APINTUNTHS_ALL, status:VALID,
-
View: IGS_EN_SUA_RULCHK_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains Unit Attempt records with failed unit rule details. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUA_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_ASS_V, object_name:IGS_AS_SUA_ASS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_SUA_ASS_V ,