Search Results igs_ad_adm_unit_stat
Overview
The view IGS_AD_ADM_UNIT_STAT belongs to the IGS – Student System product family within Oracle E-Business Suite. In the ETRM repository for releases 12.1.1 and 12.2.2, this object is classified as Obsolete and its implementation status is explicitly recorded as "Not implemented in this database." This means the view is documented for historical and reference purposes but is not created or deployed in a standard EBS installation of the referenced releases. Its presence in the ETRM metadata reflects the legacy Oracle Student System data model, which predates the current Student Information System (SIS) architecture and was largely superseded during the EBS product consolidation cycles.
Conceptually, the view presents administrative unit status configuration records. It exposes the valid combinations of administrative unit status and unit attempt status used to classify the lifecycle state of a student's administrative unit — for example, whether a unit attempt is active, withdrawn, or completed for administrative reporting purposes. Such status codes drive progression evaluation, time-elapsed accounting, and official notification generation within the student records domain.
Underlying Base Objects
The view is defined over a single base object, IGS_AD_ADM_UNIT_STAT_ALL, which follows the standard Oracle multi-organization ("_ALL") naming pattern. No other referenced base objects are documented in the ETRM metadata. The dependency is a straightforward projection: the view selects a defined column list from the base table and applies a row-level security predicate in the WHERE clause. The use of a "_ALL" table indicates that the underlying data is partitioned by operating unit via the ORG_ID column, a common design in EBS modules supporting multiple business units.
The view text preserves the standard EBS bookkeeping columns (ROWID alias, audit columns) drawn directly from the base table, indicating that the view itself performs no joins, aggregation, or data transformation beyond organization-level filtering.
Key Columns
- ROW_ID — the base table's ROWID, exposed for row identification and update-through-view scenarios.
- ORG_ID — the operating unit identifier used by the Multi-Org security predicate.
- ADMINISTRATIVE_UNIT_STATUS — the primary status code describing the administrative standing of the unit.
- UNIT_ATTEMPT_STATUS — the code describing the outcome or state of a single attempt at the unit.
- CLOSED_IND — flag indicating whether the status combination is closed and therefore unavailable for new assignments.
- EFFECTIVE_PROGRESSION_IND — indicates whether the status permits or counts toward academic progression.
- EFFECTIVE_TIME_ELAPSED_IND — indicates whether the status contributes to elapsed-time calculations.
- SHOW_ON_OFFIC_NTFCTN_IND — controls whether the status is displayed on official notifications.
- DESCRIPTION — human-readable description of the status combination.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard audit columns.
Common Use Cases and Queries
Where the view exists (for example, in legacy or upgraded environments), it would typically support validation and reporting of administrative unit statuses for a given operating unit. A representative query returns active status definitions for the current organization:
SELECT administrative_unit_status, unit_attempt_status, description
FROM igs_ad_adm_unit_stat
WHERE closed_ind = 'N';
Because the view enforces the Multi-Org predicate through USERENV('CLIENT_INFO'), queries must be executed in a session where the client information (operating unit context) is correctly initialized; otherwise the ORG_ID comparison resolves to -99 and no rows are returned. Administrators verifying progression or notification configuration would join this view to admission and progression tables to confirm that each status combination carries the intended EFFECTIVE_PROGRESSION_IND and SHOW_ON_OFFIC_NTFCTN_IND settings. Given the obsolete classification, implementers should confirm existence at runtime and prefer supported Student System objects for new development.
-
View: IGS_AD_ADM_UNIT_STAT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_ADM_UNIT_STAT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ADM_UNIT_STAT, object_name:IGS_AD_ADM_UNIT_STAT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ADM_UNIT_STAT ,
-
APPS.IGS_EN_VAL_UDDC SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_ADM_UNIT_STAT_V
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_UDDC
12.1.1
-
VIEW: APPS.IGS_AD_ADM_UT_STT_LD_V
12.1.1
-
VIEW: APPS.IGS_PE_USR_ADISC
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_AUSL
12.1.1
-
VIEW: APPS.IGS_EN_USEC_DISC_DL_V
12.1.1
-
APPS.IGS_EN_VAL_AUSL SQL Statements
12.1.1
-
VIEW: APPS.IGS_EN_NSD_DLSTP
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_UDDC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_UDDC, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_VAL_AUSL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_AUSL, status:VALID,
-
SYNONYM: APPS.IGS_AD_ADM_UNIT_STAT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_ADM_UNIT_STAT_ALL, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.IGS_PR_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_GEN_002, status:VALID,
-
View: IGS_AD_ADM_UT_STT_LD_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the load calendar type relationship to administrative unit status to determine load incurred. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_USR_ADISC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_USR_ADISC, object_name:IGS_PE_USR_ADISC, status:VALID, product: IGS - Student System , description: Obsolete - Describes all the columns related to self service user activity setup for discontinuation date alias , implementation_dba_data: APPS.IGS_PE_USR_ADISC ,
-
View: IGS_AD_ADM_UT_STT_LD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ADM_UT_STT_LD_V, object_name:IGS_AD_ADM_UT_STT_LD_V, status:VALID, product: IGS - Student System , description: This view describes the load calendar type relationship to administrative unit status to determine load incurred. , implementation_dba_data: APPS.IGS_AD_ADM_UT_STT_LD_V ,
-
View: IGS_EN_NSD_DLSTP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NSD_DLSTP, object_name:IGS_EN_NSD_DLSTP, status:VALID, product: IGS - Student System , description: Describes all the columns related to non-standard unit section discontinuation deadline setup , implementation_dba_data: APPS.IGS_EN_NSD_DLSTP ,
-
View: IGS_EN_USEC_DISC_DL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_USEC_DISC_DL_V, object_name:IGS_EN_USEC_DISC_DL_V, status:VALID, product: IGS - Student System , description: Describes all the columns related to non-standard unit section discontinuation deadline dates , implementation_dba_data: APPS.IGS_EN_USEC_DISC_DL_V ,
-
PACKAGE BODY: APPS.IGS_AS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_001, status:VALID,
-
View: IGS_PE_USR_ADISC
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete - Describes all the columns related to self service user activity setup for discontinuation date alias , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_USEC_DISC_DL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes all the columns related to non-standard unit section discontinuation deadline dates , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PR_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_GEN_005, status:VALID,
-
View: IGS_EN_NSD_DLSTP
12.2.2
product: IGS - Student System (Obsolete) , description: Describes all the columns related to non-standard unit section discontinuation deadline setup , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SUA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SUA, status:VALID,
-
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,
-
PACKAGE BODY: APPS.IGS_EN_DROP_UNITS_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_DROP_UNITS_API, status:VALID,
-
VIEW: APPS.IGS_AD_ADM_UNIT_STAT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ADM_UNIT_STAT, object_name:IGS_AD_ADM_UNIT_STAT, status:VALID,
-
VIEW: APPS.IGS_PE_USR_ADISC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_USR_ADISC, object_name:IGS_PE_USR_ADISC, status:VALID,
-
VIEW: APPS.IGS_EN_NSD_DLSTP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NSD_DLSTP, object_name:IGS_EN_NSD_DLSTP, status:VALID,
-
VIEW: APPS.IGS_EN_USEC_DISC_DL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_USEC_DISC_DL_V, object_name:IGS_EN_USEC_DISC_DL_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_010
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_010, status:VALID,
-
APPS.IGS_PR_GEN_002 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_CREATE_GENERIC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_CREATE_GENERIC_PKG, status:VALID,
-
VIEW: APPS.IGS_AD_ADM_UT_STT_LD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ADM_UT_STT_LD_V, object_name:IGS_AD_ADM_UT_STT_LD_V, status:VALID,
-
APPS.IGS_AS_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_EN_VAL_SUA SQL Statements
12.1.1
-
APPS.IGS_PR_GEN_005 SQL Statements
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_AD_ADM_UNIT_STAT
12.1.1
-
APPS.IGS_PR_GEN_005 dependencies on IGS_AD_ADM_UNIT_STAT
12.1.1
-
APPS.IGS_AS_GEN_001 dependencies on IGS_AD_ADM_UNIT_STAT
12.1.1
-
APPS.IGS_EN_VAL_AUSL dependencies on IGS_AD_ADM_UNIT_STAT
12.1.1
-
APPS.IGS_EN_DROP_UNITS_API dependencies on IGS_AD_ADM_UNIT_STAT
12.1.1
-
APPS.IGS_EN_VAL_SUA dependencies on IGS_AD_ADM_UNIT_STAT
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_AD_ADM_UNIT_STAT
12.1.1
-
APPS.IGS_PR_GEN_002 dependencies on IGS_AD_ADM_UNIT_STAT
12.1.1
-
APPS.IGS_EN_VAL_UDDC dependencies on IGS_AD_ADM_UNIT_STAT
12.1.1