Search Results igs_ad_adm_unit_stat_all
Overview
The table IGS_AD_ADM_UNIT_STAT_ALL is a core data structure within the Oracle E-Business Suite (EBS) Student System (IGS) modules, specifically for versions 12.1.1 and 12.2.2. It functions as a master reference table for defining the lifecycle statuses of administrative units within the institution. Its primary role is to provide a mapping layer between user-defined, business-specific status codes and the system-defined statuses that drive application logic. This design allows institutions to customize their administrative unit status nomenclature (e.g., "Active," "Under Review," "Inactive") while ensuring these custom statuses correctly align with predefined system behaviors for processes like enrollment, disciplinary actions, and unit availability. The table supports multi-organization architecture, as indicated by the "_ALL" suffix.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the table's primary key and foreign key relationships define its critical data elements. The central column is ADMINISTRATIVE_UNIT_STATUS, which serves as the unique identifier (Primary Key: IGS_AD_ADM_UNIT_STAT_PK) for each status record. This column stores the user-defined status code. The table inherently stores the mapping of this user code to an underlying system-defined unit status, which controls automated and manual application logic. Other typical columns in such a reference table would include a description field, effective dates, and an enabled flag, though these are inferred based on standard EBS design patterns.
Common Use Cases and Queries
This table is primarily referenced in transactional and reporting contexts to validate and interpret administrative unit statuses. A common use case is generating a report of all configured statuses and their system mappings for audit or setup verification. Another critical scenario involves queries that join this table to student unit attempt or disciplinary records to filter or categorize data based on the business-friendly status description. For example, an analyst may run a query to find all student unit attempts linked to administrative units currently in a "Suspended" or "Probation" status as defined in this table. A fundamental sample SQL pattern is a simple lookup: SELECT ADMINISTRATIVE_UNIT_STATUS FROM IGS_AD_ADM_UNIT_STAT_ALL WHERE [enabled criteria]. This data is essential for workflows governing when and how administrative units can be used in academic programs.
Related Objects
The table IGS_AD_ADM_UNIT_STAT_ALL is a parent reference for several key transactional tables, as documented by its foreign key relationships. The ADMINISTRATIVE_UNIT_STATUS column is referenced by:
- IGS_AD_ADM_UT_STA_GD: Likely stores status change guidance or rules.
- IGS_AD_ADM_UT_STT_LD: Likely tracks the status change history or load details.
- IGS_EN_NSD_DLSTP_ALL: Non-standard Disciplinary Steps, linking disciplinary actions to a unit's status.
- IGS_PE_USR_ADISC_ALL: User Administrative Disciplines, associating user roles or actions with unit statuses.
- IGS_EN_SU_ATTEMPT_ALL: Student Unit Attempts, a critical table where the administrative unit's status may affect enrollment validity.
- IGS_PS_UNIT_DISC_CRT: Unit Disciplinary Criteria, defining rules based on unit status.
-
Table: IGS_AD_ADM_UNIT_STAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ADM_UNIT_STAT_ALL, object_name:IGS_AD_ADM_UNIT_STAT_ALL, status:VALID, product: IGS - Student System , description: Describes user-defined administrative unit statuses that map to system-defined unit statues, which are system and manually applied , implementation_dba_data: IGS.IGS_AD_ADM_UNIT_STAT_ALL ,
-
Table: IGS_AD_ADM_UNIT_STAT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined administrative unit statuses that map to system-defined unit statues, which are system and manually applied , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_ADM_UNIT_STAT_PKG dependencies on IGS_AD_ADM_UNIT_STAT_ALL
12.1.1
-
APPS.IGS_AD_ADM_UNIT_STAT_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_DISCONTINUATION_STATUSES
12.1.1
-
VIEW: APPS.IGSFV_DISCONTINUATION_STATUSES
12.1.1
-
VIEW: APPS.IGS_AD_ADM_UNIT_STAT
12.1.1
-
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,
-
APPS.IGS_AD_ADM_UNIT_STAT_PKG dependencies on IGS_AD_ADM_UNIT_STAT_PKG
12.1.1
-
Table: IGS_PE_USR_ADISC_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete - Contains all the columns related to self service user activity setup for discontinuation date alias , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_NSD_DLSTP_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the columns related to non-standard unit section discontinuation deadline setup , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_ADM_UT_STT_LD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ADM_UT_STT_LD, object_name:IGS_AD_ADM_UT_STT_LD, status:VALID, product: IGS - Student System , description: Describes load calendar type relationship to administrative unit status to determine load incurred , implementation_dba_data: IGS.IGS_AD_ADM_UT_STT_LD ,
-
Table: IGS_AD_ADM_UT_STA_GD
12.2.2
product: IGS - Student System (Obsolete) , description: Describes grading schema code grades applicable to an administrative unit status , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_DISCONTINUATION_STATUSES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes user-defined administrative unit statuses that map to system-defined unit statuses, which are system and manually applied. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_ADM_UNIT_STAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ADM_UNIT_STAT_ALL, object_name:IGS_AD_ADM_UNIT_STAT_ALL, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.IGS_AD_ADM_UNIT_STAT_PKG
12.1.1
-
Table: IGS_PS_UNIT_DISC_CRT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_DISC_CRT, object_name:IGS_PS_UNIT_DISC_CRT, status:VALID, product: IGS - Student System , description: This entity describes the unit discontinuation date criteria of a teaching period calendar instance. , implementation_dba_data: IGS.IGS_PS_UNIT_DISC_CRT ,
-
Table: IGS_AD_ADM_UT_STA_GD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ADM_UT_STA_GD, object_name:IGS_AD_ADM_UT_STA_GD, status:VALID, product: IGS - Student System , description: Describes grading schema code grades applicable to an administrative unit status , implementation_dba_data: IGS.IGS_AD_ADM_UT_STA_GD ,
-
VIEW: APPS.IGSFV_STUDENT_UNIT_ATTEMPTS
12.1.1
-
Table: IGS_PS_UNIT_DISC_CRT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the unit discontinuation date criteria of a teaching period calendar instance. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_NSD_DLSTP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_NSD_DLSTP_ALL, object_name:IGS_EN_NSD_DLSTP_ALL, status:VALID, product: IGS - Student System , description: Describes the columns related to non-standard unit section discontinuation deadline setup , implementation_dba_data: IGS.IGS_EN_NSD_DLSTP_ALL ,
-
Table: IGS_PE_USR_ADISC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_USR_ADISC_ALL, object_name:IGS_PE_USR_ADISC_ALL, status:VALID, product: IGS - Student System , description: Obsolete - Contains all the columns related to self service user activity setup for discontinuation date alias , implementation_dba_data: IGS.IGS_PE_USR_ADISC_ALL ,
-
Table: IGS_AD_ADM_UT_STT_LD
12.2.2
product: IGS - Student System (Obsolete) , description: Describes load calendar type relationship to administrative unit status to determine load incurred , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_DISCONTINUATION_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_DISCONTINUATION_STATUSES, object_name:IGSFV_DISCONTINUATION_STATUSES, status:VALID, product: IGS - Student System , description: This entity describes user-defined administrative unit statuses that map to system-defined unit statuses, which are system and manually applied. , implementation_dba_data: APPS.IGSFV_DISCONTINUATION_STATUSES ,
-
View: IGSBV_DISCONTINUATION_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_DISCONTINUATION_STATUSES, object_name:IGSBV_DISCONTINUATION_STATUSES, status:VALID, product: IGS - Student System , description: This entity describes user-defined administrative unit statuses that map to system-defined unit statuses, which are system and manually applied. , implementation_dba_data: APPS.IGSBV_DISCONTINUATION_STATUSES ,
-
View: IGSFV_DISCONTINUATION_STATUSES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes user-defined administrative unit statuses that map to system-defined unit statuses, which are system and manually applied. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_ADM_UNIT_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ADM_UNIT_STAT_PKG, status:VALID,
-
View: IGS_AD_ADM_UNIT_STAT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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,
-
Table: IGS_EN_SU_ATTEMPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_ALL, object_name:IGS_EN_SU_ATTEMPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular unit offered by the university. This table is modified to capture the Organizational unit code for the student finance requirements. , implementation_dba_data: IGS.IGS_EN_SU_ATTEMPT_ALL ,
-
Table: IGS_EN_SU_ATTEMPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular unit offered by the university. This table is modified to capture the Organizational unit code for the student finance requirements. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_DISCONTINUATION_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_DISCONTINUATION_STATUSES, object_name:IGSFV_DISCONTINUATION_STATUSES, status:VALID,
-
View: IGSFV_STUDENT_UNIT_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_ATTEMPTS, object_name:IGSFV_STUDENT_UNIT_ATTEMPTS, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular unit offered by the university. , implementation_dba_data: APPS.IGSFV_STUDENT_UNIT_ATTEMPTS ,
-
View: IGSFV_STUDENT_UNIT_ATTEMPTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular unit offered by the university. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_DISCONTINUATION_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_DISCONTINUATION_STATUSES, object_name:IGSBV_DISCONTINUATION_STATUSES, status:VALID,
-
VIEW: APPS.IGSFV_STUDENT_UNIT_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_ATTEMPTS, object_name:IGSFV_STUDENT_UNIT_ATTEMPTS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
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'. ,
-
12.1.1 DBA Data
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'. ,