Search Results igs_ad_code_classes_u1
Overview
The IGS_AD_CODE_CLASSES table is a core reference table within the Oracle E-Business Suite's now-obsolete Student System (IGS). It functions as a centralized repository for managing and classifying various codes used throughout the Admissions module. Its primary role is to provide a normalized structure for storing code definitions, their associated classifications, and descriptive information, thereby enforcing data integrity and consistency. The table acts as a master lookup for numerous code types, ranging from applicant ratings and academic honors to test result irregularities and housing preferences. As indicated by its extensive foreign key relationships, it is a critical dependency for a wide array of transactional and master data tables in the admissions process.
Key Information Stored
The table's structure is designed to uniquely identify and categorize code values. The primary key is the CODE_ID, a unique identifier for each code record. However, the table also enforces a unique constraint (IGS_AD_CODE_CLASSES_U1) on the combination of NAME, CLASS, and CLASS_TYPE_CODE, which is the logical key for identifying a specific code within a given class and type. While the full column list is not detailed in the excerpt, the metadata confirms the table holds at least these core attributes: the CODE_ID, the NAME of the code, the CLASS to which it belongs, the CLASS_TYPE_CODE for further categorization, and a DESCRIPTION field. This design allows for the hierarchical or grouped organization of code values used across different functional areas of student admissions.
Common Use Cases and Queries
The primary use case for this table is to serve as the authoritative source for validating and describing code values entered in applicant records. Common operational and reporting queries involve joining this table to various transactional tables to translate internal code IDs into human-readable descriptions. For instance, a report on applicant evaluations would join IGS_AD_APPL_EVAL.RATING_TYPE_ID to IGS_AD_CODE_CLASSES.CODE_ID to retrieve the descriptive name of the rating. A typical query pattern for retrieving all codes of a specific class for a setup or validation list would be: SELECT code_id, name, description FROM igs_ad_code_classes WHERE class = '<CLASS_VALUE>' ORDER BY name;. Administrators might also query the table to understand the universe of defined codes and their classifications for system configuration and maintenance purposes.
Related Objects
As evidenced by the extensive foreign key metadata, the IGS_AD_CODE_CLASSES table is a parent to numerous key tables in the Admissions module. These relationships define how code values are applied in specific contexts. Key related transactional tables include:
- IGS_AD_APPL_EVAL: Joined via RATING_TYPE_ID.
- IGS_AD_ACAD_HONORS: Joined via ACAD_HONOR_TYPE_ID.
- IGS_AD_TEST_RESULTS: Joined via multiple columns including EDU_LEVEL_ID, GRADE_ID, and SCORE_SOURCE_ID.
- IGS_AD_TRANSCRIPT: Joined via TRANSCRIPT_SOURCE, ENTERED_GS_ID, and CONV_GS_ID.
- IGS_AD_RECRUITMENTS: Joined via multiple columns including CERTAINTY_OF_CHOICE_ID, DEGREE_GOAL_ID, and HOUSING_ID.
- IGS_AD_APP_REQ: Joined via APPLICANT_FEE_STATUS.
- IGS_AD_ADV_PLACEMENT: Joined via EXEMPTION_ID.
- IGS_AD_ATHLETICS: Joined via ATHLETICS_SPORT_ID.
- IGS_AD_SPL_INTERESTS: Joined via SPECIAL_INTEREST_TYPE_ID.
-
INDEX: IGS.IGS_AD_CODE_CLASSES_U1
12.1.1
owner:IGS, object_type:INDEX, object_name:IGS_AD_CODE_CLASSES_U1, status:VALID,
-
Table: IGS_AD_CODE_CLASSES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_CODE_CLASSES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CODE_CLASSES, object_name:IGS_AD_CODE_CLASSES, status:VALID,
-
Table: IGS_AD_CODE_CLASSES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CODE_CLASSES, object_name:IGS_AD_CODE_CLASSES, status:VALID, product: IGS - Student System , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: IGS.IGS_AD_CODE_CLASSES ,
-
12.1.1 DBA Data
12.1.1
-
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'. ,
-
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'. ,