Search Results igs_au_gen_003
Overview
The view APPS.IGS_AS_SUA_H_V belongs to the Oracle E-Business Suite Student Systems (IGS) product family, specifically the Student Unit Attempt (SUA) area of the Advanced Standing and student records module. It exposes the historical (versioned) record of a student's unit attempt — the enrollment of a person into a course unit within a teaching period. The suffix _H_V denotes a historical view, in which each row carries HIST_START_DT and HIST_END_DT columns that describe the effective dating of the record, enabling point-in-time reporting of a student's unit attempt status.
Its principal architectural characteristic is that it is not a simple projection of a single table. The view text shows a layered resolution strategy: for each column, it first attempts to read the value held on the historical row (SUAH1), and where that is null it falls back to the call to Igs_Au_Gen_003.audp_get_suah_col, and finally to the current record in SUA1. Because this view references the package function Igs_Au_Gen_003, users searching for that identifier are typically investigating how the view derives columns that are not physically stored on the history row. In Oracle EBS 12.1.1 and 12.2.2 the view resides in the APPS schema and is queried by the Student/Advanced Standing forms, concurrent programs, and reporting extracts.
Underlying Base Objects
The ETRM metadata for this object documents no explicitly listed base tables; the referenced objects must be read from the view text itself. The aliases used are:
SUAH1— the Student Unit Attempt history table (IGS_AS_SUA_Hor its equivalent historical entity), supplying the primary historical columns such asperson_id,course_cd,unit_cd,cal_type,ci_sequence_number,hist_start_dt,hist_end_dt,hist_who,uoo_idanddcnt_reason_cd.SUA1— the current Student Unit Attempt record, used as the fallback source for values not retained on the history row.Igs_Au_Gen_003.audp_get_suah_col— a packaged function that resolves a named column value for a givenperson_id,course_cd,hist_end_dtanduoo_id. It sits between the history row and the current row in the resolution chain.IGS_GE_DATE.IGSDATE— a date conversion utility used to convert the string returned by the package function into a proper date value.hz.party_number— the trading community party number, joined from the HZ party model for the person.
The package call is the reason this view cannot be treated as a static snapshot; it performs runtime lookups, which has performance implications for large extracts.
Key Columns
PERSON_ID— the identifier of the student whose unit attempt is recorded.COURSE_CD,UNIT_CD— the course and unit to which the attempt applies.VERSION_NUMBER— derived via the package function and converted withTO_NUMBER; identifies the version of the unit attempt record.HIST_START_DT,HIST_END_DT,HIST_WHO— effective dating and the user who created the historical row.LOCATION_CD,UNIT_CLASS— delivery location and class, truncated to ten characters.ENROLLED_DT,DISCONTINUED_DT,RULE_WAIVED_DT— enrollment, discontinuation and rule-waiver dates, each date-coerced throughIGS_GE_DATE.IGSDATE.UNIT_ATTEMPT_STATUS,ADMINISTRATIVE_UNIT_STATUS— statuses of the attempt for academic and administrative purposes.DCNT_REASON_CD— reason for discontinuation.RULE_WAIVED_PERSON_ID— the person who waived the rule, together withPARTY_NUMBERfrom HZ.NO_ASSESSMENT_IND— flag indicating the attempt is excluded from assessment.
Common Use Cases and Queries
Typical usage is retrospective reporting on a student's unit attempt at a given point in time, and reconciliation of history rows against current records. A representative query:
SELECT person_id, course_cd, unit_cd, version_number, hist_start_dt, hist_end_dt, unit_attempt_status FROM apps.igs_as_sua_h_v WHERE person_id = :p_person AND hist_end_dt >= :p_effective_date;- Point-in-time audit: filter by
HIST_START_DT <= :as_atandHIST_END_DT >= :as_atto reconstruct the record as it stood on that date. - Investigating the
igs_au_gen_003dependency: compareNVL-resolved columns against the underlying history and current tables to determine which layer supplied each value.
Because each row invokes packaged PL/SQL, extracts should restrict the driving set with PERSON_ID, COURSE_CD or date predicates before projecting the derived columns.
-
VIEW: APPS.IGS_AS_SUA_H_V
12.1.1
-
View: IGS_AS_SCA_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge student course attempt history with the current student course attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time peri , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_GR_HIST_V
12.1.1
-
VIEW: APPS.IGS_AS_SUSAH_V
12.1.1
-
View: IGS_AS_SCA_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SCA_H_V, object_name:IGS_AS_SCA_H_V, status:VALID, product: IGS - Student System , description: This view is used to merge student course attempt history with the current student course attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time peri , implementation_dba_data: APPS.IGS_AS_SCA_H_V ,
-
View: IGS_EN_SPL_PERM_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the history of special permission request transactions. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SCA_H_V
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_GET_SCAEH
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_SUSAH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUSAH_V, object_name:IGS_AS_SUSAH_V, status:VALID, product: IGS - Student System , description: This view is used to merge student unit set attempt history with the current student unit set attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time , implementation_dba_data: APPS.IGS_AS_SUSAH_V ,
-
View: IGS_GR_AWD_CRMN_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_AWD_CRMN_HIST_V, object_name:IGS_GR_AWD_CRMN_HIST_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_AWD_CRMN_HIST_V ,
-
View: IGS_GR_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_HIST_V, object_name:IGS_GR_HIST_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_HIST_V ,
-
VIEW: APPS.IGS_EN_USEC_STAT_V
12.1.1
-
View: IGS_GR_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_STD_UNT_ATMPT_OTCM_H_V
12.1.1
-
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_EN_SPL_PERM_H_V
12.1.1
-
VIEW: APPS.IGS_OR_UNIT_HIST_V
12.1.1
-
View: IGS_AS_SUSAH_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge student unit set attempt history with the current student unit set attempt details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time , implementation_dba_data: Not implemented in this database ,
-
View: IGS_OR_UNIT_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT_HIST_V, object_name:IGS_OR_UNIT_HIST_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_OR_UNIT_HIST_V ,
-
View: IGS_OR_UNIT_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_GR_AWD_CRMN_HIST_V
12.1.1
-
View: IGS_EN_SPL_PERM_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SPL_PERM_H_V, object_name:IGS_EN_SPL_PERM_H_V, status:VALID, product: IGS - Student System , description: This view contains the history of special permission request transactions. , implementation_dba_data: APPS.IGS_EN_SPL_PERM_H_V ,
-
View: IGS_AS_STD_UNT_ATMPT_OTCM_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_STD_UNT_ATMPT_OTCM_H_V, object_name:IGS_AS_STD_UNT_ATMPT_OTCM_H_V, status:VALID, product: IGS - Student System , description: This view is used to merge student unit attempt outcome history with the current student unit attempt outcome details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defin , implementation_dba_data: APPS.IGS_AS_STD_UNT_ATMPT_OTCM_H_V ,
-
View: IGS_AS_STD_UNT_ATMPT_OTCM_H_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to merge student unit attempt outcome history with the current student unit attempt outcome details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defin , implementation_dba_data: Not implemented in this database ,
-
View: IGS_GR_AWD_CRMN_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_OR_INST_HIST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_OR_INST_HIST_ALL, status:VALID,
-
View: IGS_EN_USEC_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_USEC_STAT_V, object_name:IGS_EN_USEC_STAT_V, status:VALID, product: IGS - Student System , description: This view contains the statistic details of unit section. , implementation_dba_data: APPS.IGS_EN_USEC_STAT_V ,
-
View: IGS_EN_USEC_STAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the statistic details of unit section. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AU_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AU_GEN_003, status:VALID,
-
SYNONYM: APPS.IGS_OR_UNIT_HIST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_OR_UNIT_HIST_ALL, status:VALID,
-
SYNONYM: APPS.IGS_EN_SU_ATTEMPT_H_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_SU_ATTEMPT_H_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AS_SC_ATTEMPT_H_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_SC_ATTEMPT_H_ALL, status:VALID,
-
SYNONYM: APPS.IGS_GR_GRADUAND_HIST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GR_GRADUAND_HIST_ALL, status:VALID,
-
PACKAGE: APPS.IGS_AU_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AU_GEN_003, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GET_SUAEH
12.1.1
-
SYNONYM: APPS.IGS_EN_SPL_PERM_H
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_SPL_PERM_H, status:VALID,
-
SYNONYM: APPS.IGS_PS_RSV_USEC_PRI
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_RSV_USEC_PRI, status:VALID,
-
SYNONYM: APPS.IGS_PS_RSV_USEC_PRF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_RSV_USEC_PRF, status:VALID,
-
SYNONYM: APPS.IGS_GR_AWD_CRMN_HIST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GR_AWD_CRMN_HIST, status:VALID,
-
SYNONYM: PUBLIC.USER_TAB_COLUMNS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:USER_TAB_COLUMNS, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GET_SCAEH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GET_SCAEH, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GET_SUAEH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GET_SUAEH, status:VALID,
-
SYNONYM: APPS.IGS_PS_USEC_LIM_WLST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_USEC_LIM_WLST, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GET_SUAEH_DTL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GET_SUAEH_DTL, status:VALID,
-
PACKAGE: APPS.IGS_AU_GEN_003
12.1.1
-
VIEW: APPS.IGS_OR_UNIT_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_OR_UNIT_HIST, object_name:IGS_OR_UNIT_HIST, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_015
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_015, status:VALID,
-
VIEW: APPS.IGS_AS_SU_SETATMPT_H
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_SETATMPT_H, object_name:IGS_AS_SU_SETATMPT_H, status:VALID,
-
APPS.IGS_EN_GET_SUAEH_DTL SQL Statements
12.1.1