Search Results igs_au_gen_001
Overview
The view APPS.IGS_AD_PS_APLINSTHST_HISTORY_V is a historical admissions view shipped within the Oracle E-Business Suite Student System (IGS) product family. It presents historical rows from the applicant instance history entity, exposing the temporal (date-effective) state of admission application data for nominated courses. The _HISTORY_V suffix indicates that the view is designed to return past as well as current iterations of a record, keyed by hist_start_dt and hist_end_dt rather than merely the currently active row. In reporting and integration terms, the view serves as the reverse-engineered, denormalised surface through which applicant instance history can be queried without directly navigating the underlying history tables and the associated audit API.
The view is named after the user search term context igs_au_gen_001, which is the audit package referenced directly in the view's SQL text. This confirms the object is an audit-enabled history view rather than a simple projection, and that its resolution logic depends on the generic history retrieval function in the IGS audit toolkit.
Underlying Base Objects
The documented ETRM metadata lists no explicit referenced base objects for this view, which is typical for IGS history views whose definitions are partly constructed at runtime. The view text itself reveals two principal aliases: aaav1, representing the applicant instance history source (the applicant admission application instance history structure), and acaiv1, representing the corresponding admissions course application instance entity. The NVL layering in the SELECT list indicates that aaav1 is the primary historical driver, while acaiv1 supplies fallback values where the historical row does not carry a column.
The audit relationship is expressed through repeated calls to IGS_AU_GEN_001.audp_get_acaih_col, a packaged function that resolves a named column value for a specific application instance history record identified by person_id, admission_appl_number, nominated_course_cd, sequence_number and hist_end_dt. Each call is wrapped in SUBSTR for character columns and TO_NUMBER for numeric columns, enforcing type consistency.
Key Columns
person_id— The HZ person identifier of the applicant.admission_appl_number— The admission application number, forming part of the composite history key.nominated_course_cd— The nominated course against which the application instance is held.sequence_number— The instance sequence, defaulted viaNVLfrom the history row or the fallback entity.hist_start_dt,hist_end_dt— The date-effective bounds of the historical row;hist_end_dtis also passed as an input to the audit function resolution.hist_who— The user or process responsible for the historical change.adm_cal_type,adm_ci_sequence_number— Admission calendar and calendar instance, resolved historically or via the audit API.course_cd,crv_version_number,location_cd— Course and delivery attributes at the point in history.attendance_mode,attendance_type,unit_set_cd— Attendance and unit set characteristics, each subject to the same three-tierNVLresolution.
Common Use Cases and Queries
The view is typically used for admissions audit reporting, point-in-time reconciliation of applicant course offers, and feeder extracts into student records or data warehouses. A representative query retrieving the current and prior states for an applicant is shown below.
SELECT person_id, admission_appl_number, nominated_course_cd,
sequence_number, hist_start_dt, hist_end_dt, hist_who,
adm_cal_type, course_cd, crv_version_number, location_cd
FROM apps.igs_ad_ps_aplinsthst_history_v
WHERE person_id = :p_person_id
AND admission_appl_number = :p_appl_number
ORDER BY nomination_course_cd, hist_end_dt DESC;
Because the audit function is invoked per column and per row, the view carries a performance cost. Filtering on person_id and admission_appl_number is recommended, and reports should avoid unrestricted full scans. Where only the current instance is required, joining to or filtering against IGS_AD_PS_APLINSTNC_ALL is preferable to resolving history through this view.
-
VIEW: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
-
VIEW: APPS.IGS_AD_APPL_HIST_APHSTRY_V
12.1.1
-
View: IGS_AD_PS_APLINSTHST_HISTORY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_HISTORY_V, object_name:IGS_AD_PS_APLINSTHST_HISTORY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V ,
-
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: APPS.IGS_PS_TYPE_HIST_V
12.1.1
-
View: IGS_PS_TYPE_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge program type history with the current program type 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_PS_TYPE_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_TYPE_HIST_V, object_name:IGS_PS_TYPE_HIST_V, status:VALID, product: IGS - Student System , description: This view is used to merge program type history with the current program type 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_PS_TYPE_HIST_V ,
-
VIEW: APPS.IGS_AD_PS_APLINSTUNT_UNITHST_V
12.1.1
-
View: IGS_AD_APPL_HIST_APHSTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_HIST_APHSTRY_V, object_name:IGS_AD_APPL_HIST_APHSTRY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_HIST_APHSTRY_V ,
-
View: IGS_AD_APPL_HIST_APHSTRY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APLINSTUNT_UNITHST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_AD_APPL_HIST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_HIST_ALL, status:VALID,
-
SYNONYM: APPS.IGS_PS_FLD_STD_HIST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_FLD_STD_HIST_ALL, status:VALID,
-
PACKAGE: APPS.IGS_AU_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AU_GEN_001, status:VALID,
-
SYNONYM: APPS.IGS_AD_PS_APINTUNTHS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PS_APINTUNTHS_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,
-
SYNONYM: APPS.IGS_PS_OWN_HIST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_OWN_HIST_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AD_PS_APPL_HIST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PS_APPL_HIST_ALL, status:VALID,
-
SYNONYM: APPS.IGS_PS_TYPE_HIST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_TYPE_HIST_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_AU_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AU_GEN_001, status:VALID,
-
VIEW: APPS.IGS_PS_FLD_STUDY_HIST_V
12.1.1
-
SYNONYM: APPS.IGS_PS_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_TYPE_ALL, status:VALID,
-
SYNONYM: PUBLIC.USER_TAB_COLUMNS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:USER_TAB_COLUMNS, status:VALID,
-
View: IGS_PS_FLD_STUDY_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_FLD_STUDY_HIST_V, object_name:IGS_PS_FLD_STUDY_HIST_V, status:VALID, product: IGS - Student System , description: This view is used to merge program field of study history with the current program field of study details enabling all details to be accessed over time, up till the current day. Entries represents all column values over defined time periods , implementation_dba_data: APPS.IGS_PS_FLD_STUDY_HIST_V ,
-
View: IGS_PS_FLD_STUDY_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge program field of study history with the current program field of study details enabling all details to be accessed over time, up till the current day. Entries represents all column values over defined time periods , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_AU_GEN_001
12.1.1
-
VIEW: APPS.IGS_PS_REF_CD_HIST_V
12.1.1
-
VIEW: APPS.IGS_PS_OWN_HIST_V
12.1.1
-
VIEW: APPS.IGS_PS_OWN_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OWN_HIST, object_name:IGS_PS_OWN_HIST, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APPL_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_HIST, object_name:IGS_AD_PS_APPL_HIST, status:VALID,
-
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,
-
VIEW: APPS.IGS_PS_FLD_STD_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_FLD_STD_HIST, object_name:IGS_PS_FLD_STD_HIST, status:VALID,
-
VIEW: APPS.IGS_PS_TYPE_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_TYPE_HIST, object_name:IGS_PS_TYPE_HIST, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_HIST, object_name:IGS_AD_APPL_HIST, status:VALID,
-
View: IGS_PS_REF_CD_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_REF_CD_HIST_V, object_name:IGS_PS_REF_CD_HIST_V, status:VALID, product: IGS - Student System , description: This view is used to merge program reference code history with the current program reference code details enabling all details to be accessed over time, up till the current day. Each entry represents column values over defined time periods. , implementation_dba_data: APPS.IGS_PS_REF_CD_HIST_V ,
-
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: IGS_PS_OWN_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OWN_HIST_V, object_name:IGS_PS_OWN_HIST_V, status:VALID, product: IGS - Student System , description: This view is used to merge program ownership history with the current program ownership 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_PS_OWN_HIST_V ,
-
View: IGS_PS_OWN_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge program ownership history with the current program ownership 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_PS_REF_CD_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge program reference code history with the current program reference code details enabling all details to be accessed over time, up till the current day. Each entry represents column values over defined time periods. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_REF_CD_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_REF_CD_HIST_V, object_name:IGS_PS_REF_CD_HIST_V, status:VALID,
-
VIEW: APPS.IGS_PS_OWN_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OWN_HIST_V, object_name:IGS_PS_OWN_HIST_V, status:VALID,
-
VIEW: APPS.IGS_PS_FLD_STUDY_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_FLD_STUDY_HIST_V, object_name:IGS_PS_FLD_STUDY_HIST_V, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_HIST_APHSTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_HIST_APHSTRY_V, object_name:IGS_AD_APPL_HIST_APHSTRY_V, status:VALID,
-
VIEW: APPS.IGS_PS_TYPE_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_TYPE_HIST_V, object_name:IGS_PS_TYPE_HIST_V, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLINSTHST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST, object_name:IGS_AD_PS_APLINSTHST, status:VALID,
-
VIEW: APPS.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,
-
PACKAGE: APPS.IGS_GE_DATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_DATE, status:VALID,
-
PACKAGE BODY: APPS.IGS_AU_GEN_001
12.1.1
-
APPS.IGS_AD_PS_APLINSTUNT_UNITHST_V dependencies on IGS_AU_GEN_001
12.1.1