Search Results fee_ass_ind
Overview
IGS_AD_ADM_UNIT_STAT_V is a database view belonging to the IGS – Student System product family in Oracle E-Business Suite (documented across 12.1.1 and 12.2.2). It exposes administrative unit status records together with their corresponding lookup meanings. In the Oracle Student System data model, an "administrative unit status" describes the state of a student's attempt within an administrative unit — for example a progression, enrollment, or registration status applied to a unit attempt.
The ETRM documentation flags this product as Obsolete and records the object as Not implemented in this database. This means the view is not deployed in the database against which the ETRM metadata was generated, and no owner or referenced base objects are formally documented. It should therefore be regarded as a legacy or historical object from earlier Student System releases rather than an actively supported reporting interface. Where it does exist, its role is to provide a denormalized, inquiry-friendly projection of status rows enriched with lookup descriptions, typically consumed by forms, reports, or integration extracts.
Underlying Base Objects
Per the documented view text, IGS_AD_ADM_UNIT_STAT_V is defined over two objects:
IGS_AD_ADM_UNIT_STAT(aliasedAUS) — the primary base table holding administrative unit status rows, including descriptive attributes, indicator flags, and standard WHO columns.IGS_LOOKUPS_VIEW(aliasedLKUPS) — the lookup view supplying the human-readableMEANINGand theFEE_ASS_INDflag.
The join is an inner equi-join on LKUPS.LOOKUP_CODE = AUS.UNIT_ATTEMPT_STATUS with the filter LKUPS.LOOKUP_TYPE = 'UNIT_ATTEMPT_STATUS'. Consequently, only rows whose unit attempt status value has a matching, active lookup entry of that type are returned. The ETRM metadata lists no owner and no formally documented base objects, so the referential details above derive solely from the embedded view text.
Key Columns
ROW_ID— unique identifier of the administrative unit status record; the primary join key for downstream references.ADMINISTRATIVE_UNIT_STATUS— the administrative status value assigned to the unit attempt.UNIT_ATTEMPT_STATUS— the status code driving the lookup join.DESCRIPTION— free-text description held on the base record itself.SHOW_ON_OFFIC_NTFCTN_IND— indicator controlling whether the status is surfaced on official notification output.EFFECTIVE_PROGRESSION_IND— the column most directly relevant to the search term; it flags whether the status counts as an effective progression for the student. Reporting frequently filters on this flag to isolate progression-bearing statuses from administrative or transitional ones.EFFECTIVE_TIME_ELAPSED_IND— flag indicating whether the status contributes to effective time elapsed calculations.CLOSED_IND— indicates whether the status is closed.MEANING— the lookup display value resolved fromIGS_LOOKUPS_VIEW.FEE_ASS_IND— fee assessment indicator carried on the lookup definition.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— standard Oracle WHO audit columns.
Common Use Cases and Queries
Typical uses include listing all valid unit attempt statuses with their meanings, driving validation lists, and identifying statuses that represent effective progression for student records or integration extracts. A representative query is:
SELECT ROW_ID, UNIT_ATTEMPT_STATUS, MEANING, EFFECTIVE_PROGRESSION_IND, CLOSED_IND FROM IGS_AD_ADM_UNIT_STAT_V WHERE EFFECTIVE_PROGRESSION_IND = 'Y';
Because the object is documented as obsolete and not implemented, SQL against this view should be validated against the target environment before use in reports, and any production dependency should be migrated to a supported Student System object where one exists.
-
View: IGS_AD_ADM_UNIT_STAT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_ADM_UNIT_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ADM_UNIT_STAT_V, object_name:IGS_AD_ADM_UNIT_STAT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ADM_UNIT_STAT_V ,
-
VIEW: APPS.IGS_AD_ADM_UNIT_STAT_V
12.1.1
-
VIEW: APPS.IGS_AD_ADM_UNIT_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ADM_UNIT_STAT_V, object_name:IGS_AD_ADM_UNIT_STAT_V, status:VALID,
-
VIEW: APPS.IGS_AS_SUAH_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAH_LOAD_V, object_name:IGS_AS_SUAH_LOAD_V, status:VALID,
-
VIEW: APPS.IGS_AS_SUA_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_LOAD_V, object_name:IGS_AS_SUA_LOAD_V, status:VALID,
-
View: IGS_EN_STDNT_PS_ATT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the detailed information about students attempt for a specific program structure, including the student information, the attendance type information and the course attempt status. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUPS_VIEW, object_name:IGS_LOOKUPS_VIEW, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_LOOKUPS_VIEW ,
-
View: IGS_EN_STDNT_PS_ATT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_V, object_name:IGS_EN_STDNT_PS_ATT_V, status:VALID, product: IGS - Student System , description: This view describes the detailed information about students attempt for a specific program structure, including the student information, the attendance type information and the course attempt status. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT_V ,
-
View: IGS_LOOKUPS_VIEW
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_RT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_SCA_RT_V, object_name:IGS_FI_F_CAT_FEE_LBL_SCA_RT_V, status:VALID, product: IGS - Student System , description: No longer used , implementation_dba_data: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_RT_V ,
-
TABLE: IGS.IGS_LOOKUPS_VAL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_LOOKUPS_VAL, object_name:IGS_LOOKUPS_VAL, status:VALID,
-
View: IGS_EN_STDNT_PS_ATT_CRV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_CRV_V, object_name:IGS_EN_STDNT_PS_ATT_CRV_V, status:VALID, product: IGS - Student System , description: This view describes and maintains the student course version of a specific program structure. , implementation_dba_data: APPS.IGS_EN_STDNT_PS_ATT_CRV_V ,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_RT_V
12.2.2
product: IGS - Student System (Obsolete) , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_STDNT_PS_ATT_CRV_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes and maintains the student course version of a specific program structure. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_V, object_name:IGS_EN_STDNT_PS_ATT_V, status:VALID,
-
View: IGS_AS_SUA_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_LOAD_V, object_name:IGS_AS_SUA_LOAD_V, status:VALID, product: IGS - Student System , description: Descibes the load on a student's attempt at studying a particular unit offered by the university , implementation_dba_data: APPS.IGS_AS_SUA_LOAD_V ,
-
View: IGS_AS_SUA_LOAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Descibes the load on a student's attempt at studying a particular unit offered by the university , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SUAH_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAH_LOAD_V, object_name:IGS_AS_SUAH_LOAD_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_LOAD_V ,
-
View: IGS_AS_SUAH_LOAD_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_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUPS_VIEW, object_name:IGS_LOOKUPS_VIEW, status:VALID,
-
View: IGS_FI_CNG_FCAT_LBL_SCA_PR_V
12.2.2
product: IGS - Student System (Obsolete) , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_CNG_FCAT_LBL_SCA_PR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V, object_name:IGS_FI_CNG_FCAT_LBL_SCA_PR_V, status:VALID, product: IGS - Student System , description: No longer used , implementation_dba_data: APPS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V ,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V, object_name:IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V, status:VALID, product: IGS - Student System , description: This entity describes the fee types applicable to a fee category period (fee category calendar instance) for even the prior fee calendars. , implementation_dba_data: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V ,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the fee types applicable to a fee category period (fee category calendar instance) for even the prior fee calendars. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_SCA_V, object_name:IGS_FI_F_CAT_FEE_LBL_SCA_V, status:VALID, product: IGS - Student System , description: This entity describes the fee types applicable to a fee category period (fee category calendar instance). , implementation_dba_data: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_V ,
-
VIEW: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V, object_name:IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V, status:VALID,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_V
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the fee types applicable to a fee category period (fee category calendar instance). , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_SCA_V, object_name:IGS_FI_F_CAT_FEE_LBL_SCA_V, status:VALID,
-
VIEW: APPS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V, object_name:IGS_FI_CNG_FCAT_LBL_SCA_PR_V, status:VALID,
-
APPS.IGS_LOOKUPS_VAL_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_RT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_SCA_RT_V, object_name:IGS_FI_F_CAT_FEE_LBL_SCA_RT_V, status:VALID,
-
VIEW: APPS.IGS_EN_STDNT_PS_ATT_CRV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_CRV_V, object_name:IGS_EN_STDNT_PS_ATT_CRV_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_LOOKUPS_VAL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_VAL_FAS
12.1.1
-
APPS.IGS_FI_VAL_FAS dependencies on IGS_LOOKUPS_VAL
12.1.1
-
APPS.IGS_FI_VAL_FAS dependencies on IGS_FI_FEE_AS
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'. ,