Search Results igs_ad_code_classes
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.
-
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_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 ,
-
APPS.IGS_AD_IMP_002 dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_GEN_016 dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_GEN_002 dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_DA_TRNS_IMP dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_IMP_004 dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_WF_P2A dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_APL_RVPF_RSL_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_GEN_014 dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_ACAD_HISTORY_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_GEN_016 dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_WRKFLOW_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_IMP_PRBLTY_VAL_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_TI_COMP dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_APP_REQ_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_PRECREATE_APPL_PUB dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_RU_GEN_001 dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_SS_APPL_FEE_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGR_IMP_003 dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_PNMEMBR_DTLS_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_GEN_013 dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_PANEL_DTLS_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_GEN_015 dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_ACT_ASSESSMENTS_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_OR_INST_IMP_001 dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_CODE_CLASSES_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
VIEW: APPS.IGSFV_STDNT_RECRUITMENT
12.1.1
-
Table: IGS_AD_RECRUITMENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_RECRUITMENTS, object_name:IGS_AD_RECRUITMENTS, status:VALID, product: IGS - Student System , description: Holds recruitment details , implementation_dba_data: IGS.IGS_AD_RECRUITMENTS ,
-
Table: IGS_AD_RECRUITMENTS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds recruitment details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STDNT_RECRUITMENT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_RECRUITMENT_V
12.1.1
-
Table: IGS_AD_RECRUIT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_RECRUIT_INT, object_name:IGS_AD_RECRUIT_INT, status:VALID, product: IGS - Student System , description: Holds recruitment details to be imported for a person. , implementation_dba_data: IGS.IGS_AD_RECRUIT_INT ,
-
View: IGS_AD_RECRUITMENT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_RECRUIT_INT
12.2.2
product: IGS - Student System (Obsolete) , description: Holds recruitment details to be imported for a person. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STDNT_RECRUITMENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STDNT_RECRUITMENT, object_name:IGSFV_STDNT_RECRUITMENT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_STDNT_RECRUITMENT ,
-
View: IGS_AD_RECRUITMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RECRUITMENT_V, object_name:IGS_AD_RECRUITMENT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_RECRUITMENT_V ,
-
VIEW: APPS.IGSFV_AD_PER_TST_RSLT
12.1.1
-
Table: IGS_SS_ADM_APPL_STG
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes admission of applicant to institution , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_PERSON_ACAD_TRANSCRIPTS
12.1.1
-
VIEW: APPS.IGS_AD_APP_REQ_V
12.1.1