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.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 ,
-
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_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: 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 ,
-
Table: IGS_SS_ADM_APPL_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_ADM_APPL_STG, object_name:IGS_SS_ADM_APPL_STG, status:VALID, product: IGS - Student System , description: This table describes admission of applicant to institution , implementation_dba_data: IGS.IGS_SS_ADM_APPL_STG ,
-
Table: IGS_AD_TEST_RESULTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TEST_RESULTS, object_name:IGS_AD_TEST_RESULTS, status:VALID, product: IGS - Student System , description: Holds admission test results , implementation_dba_data: IGS.IGS_AD_TEST_RESULTS ,
-
Table: IGS_AD_TRANSCRIPT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TRANSCRIPT, object_name:IGS_AD_TRANSCRIPT, status:VALID, product: IGS - Student System , description: Holds transcript details , implementation_dba_data: IGS.IGS_AD_TRANSCRIPT ,
-
View: IGSFV_AD_PER_TST_RSLT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_PER_TST_RSLT, object_name:IGSFV_AD_PER_TST_RSLT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_AD_PER_TST_RSLT ,
-
Table: IGS_RC_I_APPL_ALL
12.1.1
product: IGS - Student System , description: Describes an enquiry application to the institution. The enquiry can be made at varying levels for varying information types, example faculty of education accommodation information. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_DES_BATCH_DEF_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_DES_BATCH_DEF_DET_V, object_name:IGS_AD_DES_BATCH_DEF_DET_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_DES_BATCH_DEF_DET_V ,
-
Table: IGS_IN_ENQUIRY_APPL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_IN_ENQUIRY_APPL_ALL, object_name:IGS_IN_ENQUIRY_APPL_ALL, status:VALID, product: IGS - Student System , description: This entity describes an enquiry application to the institution. The enquiry can be made at varying levels for varying information types, example faculty of education accommodation information - Obsolete , implementation_dba_data: IGS.IGS_IN_ENQUIRY_APPL_ALL ,
-
View: IGS_AD_APP_REQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APP_REQ_V, object_name:IGS_AD_APP_REQ_V, status:VALID, product: IGS - Student System , description: Shows the applicant's application requirement , implementation_dba_data: APPS.IGS_AD_APP_REQ_V ,
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLINST_V, object_name:IGS_AD_PS_APPL_INST_APLINST_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_APLINST_V ,
-
Table: IGS_AD_RECRUIT_PI
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_RECRUIT_PI, object_name:IGS_AD_RECRUIT_PI, status:VALID, product: IGS - Student System , description: Contains information about recruitment probability index values , implementation_dba_data: IGS.IGS_AD_RECRUIT_PI ,
-
View: IGS_AD_APPL_ADMAPPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_ADMAPPL_V, object_name:IGS_AD_APPL_ADMAPPL_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_APPL_ALL table. Incorporates alternate codes and calendar instance start and end dates for both the Academic and Admission calendars. , implementation_dba_data: APPS.IGS_AD_APPL_ADMAPPL_V ,
-
Table: IGS_AD_DFLT_OUDTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_DFLT_OUDTLS, object_name:IGS_AD_DFLT_OUDTLS, status:VALID, product: IGS - Student System , description: Default Outcome Decision Details , implementation_dba_data: IGS.IGS_AD_DFLT_OUDTLS ,
-
View: IGSFV_PERSON_ACAD_TRANSCRIPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_ACAD_TRANSCRIPTS, object_name:IGSFV_PERSON_ACAD_TRANSCRIPTS, status:VALID, product: IGS - Student System , description: Contains Person transcript details , implementation_dba_data: APPS.IGSFV_PERSON_ACAD_TRANSCRIPTS ,
-
View: IGS_AD_RECRUIT_PI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RECRUIT_PI_V, object_name:IGS_AD_RECRUIT_PI_V, status:VALID, product: IGS - Student System , description: This view displays all records from IGS_AD_RECRUITMENT_PI table. , implementation_dba_data: APPS.IGS_AD_RECRUIT_PI_V ,
-
View: IGS_AD_TRANSCRIPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TRANSCRIPT_V, object_name:IGS_AD_TRANSCRIPT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_TRANSCRIPT_V ,
-
View: IGS_AD_CONV_GS_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_CONV_GS_TYPES_V, object_name:IGS_AD_CONV_GS_TYPES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_CONV_GS_TYPES_V ,
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL_INST, object_name:IGSFV_AD_ADM_PS_APPL_INST, status:VALID, product: IGS - Student System , description: Describes the request for program Entry for an Admission period , implementation_dba_data: APPS.IGSFV_AD_ADM_PS_APPL_INST ,
-
View: IGSFV_AD_APPL_EDUGOAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_APPL_EDUGOAL, object_name:IGSFV_AD_APPL_EDUGOAL, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_AD_APPL_EDUGOAL ,
-
View: IGS_AD_TEST_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TEST_RESULTS_V, object_name:IGS_AD_TEST_RESULTS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_TEST_RESULTS_V ,
-
View: IGSFV_STDNT_RECRUITMNT_PROB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STDNT_RECRUITMNT_PROB, object_name:IGSFV_STDNT_RECRUITMNT_PROB, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_STDNT_RECRUITMNT_PROB ,
-
View: IGSFV_AD_APPL_FEE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_APPL_FEE, object_name:IGSFV_AD_APPL_FEE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_AD_APPL_FEE ,
-
View: IGS_IN_ENQUIRY_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_IN_ENQUIRY_APPL_V, object_name:IGS_IN_ENQUIRY_APPL_V, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGS_IN_ENQUIRY_APPL_V ,
-
View: IGSFV_PERSON_EDUCATION_EXTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_EDUCATION_EXTS, object_name:IGSFV_PERSON_EDUCATION_EXTS, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGSFV_PERSON_EDUCATION_EXTS ,
-
View: IGSFV_ACADEMIC_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ACADEMIC_HISTORIES, object_name:IGSFV_ACADEMIC_HISTORIES, status:VALID, product: IGS - Student System , description: This entity contains information about the person's academic history. , implementation_dba_data: APPS.IGSFV_ACADEMIC_HISTORIES ,
-
View: IGR_I_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_APPL_V, object_name:IGR_I_APPL_V, status:VALID, product: IGS - Student System , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGR_I_APPL_ALL junction table. , implementation_dba_data: APPS.IGR_I_APPL_V ,
-
View: IGS_RC_I_APPL_V
12.1.1
product: IGS - Student System , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_V, object_name:IGS_AD_APPL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_V ,
-
View: IGSFV_AD_ADM_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_APPL, object_name:IGSFV_AD_ADM_APPL, status:VALID, product: IGS - Student System , description: Describes Admission of Application to Institution , implementation_dba_data: APPS.IGSFV_AD_ADM_APPL ,
-
View: IGS_AD_INQ_ENTRY_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INQ_ENTRY_STAT_V, object_name:IGS_AD_INQ_ENTRY_STAT_V, status:VALID, product: IGS - Student System , description: Obsolete - This view is created using a join between IGS_AD_I_ENTRY_STATS, IGS_AD_CODE_CLASSES, IGS_PE_SRC_TYPES, IGS_IN_ENQ_SRC_TYPE and IGS_LOOKUPS_VIEW , implementation_dba_data: APPS.IGS_AD_INQ_ENTRY_STAT_V ,
-
Table: IGS_SS_AD_SPLINT_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_AD_SPLINT_STG, object_name:IGS_SS_AD_SPLINT_STG, status:VALID, product: IGS - Student System , description: Staging table for special interests for a self service admission application , implementation_dba_data: IGS.IGS_SS_AD_SPLINT_STG ,
-
Table: IGS_AD_APPQUAL_CODE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPQUAL_CODE, object_name:IGS_AD_APPQUAL_CODE, status:VALID, product: IGS - Student System , description: New Transaction table to hold the qualification type and its value for each application instance , implementation_dba_data: IGS.IGS_AD_APPQUAL_CODE ,
-
Table: IGS_AD_SPL_INTERESTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SPL_INTERESTS, object_name:IGS_AD_SPL_INTERESTS, status:VALID, product: IGS - Student System , description: Holds special interests details , implementation_dba_data: IGS.IGS_AD_SPL_INTERESTS ,
-
Table: IGS_AD_APP_REQ
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APP_REQ, object_name:IGS_AD_APP_REQ, status:VALID, product: IGS - Student System , description: Holds applicant's application requirements , implementation_dba_data: IGS.IGS_AD_APP_REQ ,
-
Table: IGS_PE_CREDENTIALS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_CREDENTIALS, object_name:IGS_PE_CREDENTIALS, status:VALID, product: IGS - Student System , description: Holds credential details for a Person , implementation_dba_data: IGS.IGS_PE_CREDENTIALS ,
-
Table: IGS_AD_SPL_TALENTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SPL_TALENTS, object_name:IGS_AD_SPL_TALENTS, status:VALID, product: IGS - Student System , description: Holds special talents details , implementation_dba_data: IGS.IGS_AD_SPL_TALENTS ,
-
Table: IGS_SS_AD_APPINT_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_AD_APPINT_STG, object_name:IGS_SS_AD_APPINT_STG, status:VALID, product: IGS - Student System , description: Staging table for applicant intent details for a self service admission application , implementation_dba_data: IGS.IGS_SS_AD_APPINT_STG ,
-
View: IGS_AD_PS_APL_INST_CNTX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APL_INST_CNTX_V, object_name:IGS_AD_PS_APL_INST_CNTX_V, status:VALID, product: IGS - Student System , description: Application instance context view , implementation_dba_data: APPS.IGS_AD_PS_APL_INST_CNTX_V ,
-
Table: IGS_AD_SPL_ADM_CAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SPL_ADM_CAT, object_name:IGS_AD_SPL_ADM_CAT, status:VALID, product: IGS - Student System , description: Holds special admission category details , implementation_dba_data: IGS.IGS_AD_SPL_ADM_CAT ,
-
Table: IGS_PE_ATHLETIC_PRG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_ATHLETIC_PRG, object_name:IGS_PE_ATHLETIC_PRG, status:VALID, product: IGS - Student System , description: Holds details of a person's athletic program information. , implementation_dba_data: IGS.IGS_PE_ATHLETIC_PRG ,
-
Table: IGS_AD_CREDENTIALS
12.1.1
product: IGS - Student System , description: Table made obsolete in Enh. 2177686 , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_TERM_UNITDTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TERM_UNITDTLS_V, object_name:IGS_AD_TERM_UNITDTLS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_TERM_UNITDTLS_V ,
-
Table: IGS_AD_ACAD_HONORS
12.1.1
product: IGS - Student System , description: Holds information about applicant's academic honors details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SS_AD_SPLTAL_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_AD_SPLTAL_STG, object_name:IGS_SS_AD_SPLTAL_STG, status:VALID, product: IGS - Student System , description: Staging table for special talents for a self service admission application , implementation_dba_data: IGS.IGS_SS_AD_SPLTAL_STG ,
-
Table: IGS_SS_APP_PGM_STG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_APP_PGM_STG, object_name:IGS_SS_APP_PGM_STG, status:VALID, product: IGS - Student System , description: Staging Table for Application Program Instance in SS , implementation_dba_data: IGS.IGS_SS_APP_PGM_STG ,
-
Table: IGS_AD_APP_INTENT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APP_INTENT, object_name:IGS_AD_APP_INTENT, status:VALID, product: IGS - Student System , description: Holds applicant's intent details , implementation_dba_data: IGS.IGS_AD_APP_INTENT ,