Search Results igs_ad_qual_type
Overview
The IGS_AD_QUAL_TYPE table is a core setup table within the Oracle E-Business Suite Student System (IGS) module. Its primary function is to define and manage the permissible qualification types that can be associated with specific admission categories and admission process types. This table acts as a validation and configuration entity, ensuring that during the student admissions process, only pre-defined and appropriate qualification types are linked to an applicant's record based on their chosen admission pathway. It is a fundamental component for enforcing business rules related to applicant eligibility and prerequisites within the admissions lifecycle.
Key Information Stored
The table stores a unique combination of three key identifiers that together form its primary key. The ADMISSION_CAT column holds the code for the admission category, which classifies the type of admission (e.g., undergraduate, graduate, transfer). The S_ADMISSION_PROCESS_TYPE column stores the lookup code for the specific process type within that category. The QUALIFYING_TYPE_CODE column contains the code for the type of qualification (e.g., high school diploma, bachelor's degree, professional certification) deemed valid for that specific admission context. This structure allows administrators to configure precisely which qualifications are acceptable for each distinct admission scenario.
Common Use Cases and Queries
A primary use case is the validation of an applicant's entered qualifications against the setup rules when they apply for a specific program. The system queries this table to confirm the applicant's qualification type is allowed. This setup is also critical for generating eligibility reports and audit trails. Common queries involve listing all valid qualification types for a given admission category and process, or checking if a specific qualification type is configured for an admission path.
- To retrieve all configured qualification types for the 'UG' admission category and 'FRESH' process type:
SELECT qualifying_type_code FROM igs.igs_ad_qual_type WHERE admission_cat = 'UG' AND s_admission_process_type = 'FRESH'; - To validate a specific applicant's qualification against the setup:
SELECT COUNT(*) FROM igs.igs_ad_qual_type WHERE admission_cat = :p_adm_cat AND s_admission_process_type = :p_proc_type AND qualifying_type_code = :p_qual_type;
Related Objects
The IGS_AD_QUAL_TYPE table has a direct foreign key relationship with the IGS_AD_PRCS_CAT_ALL table, which is a central table for admission process categories. The relationship is defined on the ADMISSION_CAT and S_ADMISSION_PROCESS_TYPE columns, ensuring that any qualification type configuration must reference a valid, existing admission process category. This enforces referential integrity and means that qualification type setup is dependent on the higher-level admission process definitions. The primary key constraint IGS_AD_QUAL_TYPE_PK ensures that the combination of admission category, process type, and qualification code remains unique within the system.
-
Table: IGS_AD_QUAL_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_QUAL_TYPE, object_name:IGS_AD_QUAL_TYPE, status:VALID, product: IGS - Student System , description: New Setup table to hold the qualification type each Admission category , implementation_dba_data: IGS.IGS_AD_QUAL_TYPE ,
-
Table: IGS_AD_QUAL_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: New Setup table to hold the qualification type each Admission category , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: IGS_AD_QUAL_TYPE
12.2.2
product: IGS - Student System (Obsolete) , meaning: Qualifying Types , description: Qualifying Types ,
-
Lookup Type: IGS_AD_QUAL_TYPE
12.1.1
product: IGS - Student System , meaning: Qualifying Types , description: Qualifying Types ,
-
APPS.IGS_AD_QUAL_TYPE_PKG dependencies on IGS_AD_QUAL_TYPE
12.1.1
-
APPS.IGS_AD_GEN_014 dependencies on IGS_AD_QUAL_TYPE
12.1.1
-
VIEW: APPS.IGS_AD_QUAL_TYPE_V
12.1.1
-
APPS.IGS_AD_QUAL_TYPE_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_CODE_CLASSES_PKG dependencies on IGS_LOOKUPS_VIEW_PKG
12.1.1
-
View: IGS_AD_QUAL_TYPE_V
12.2.2
product: IGS - Student System (Obsolete) , description: This will be the base view for new window qualcode in IGSAD037 form , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_AD_QUAL_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_QUAL_TYPE, status:VALID,
-
View: IGS_AD_QUAL_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_QUAL_TYPE_V, object_name:IGS_AD_QUAL_TYPE_V, status:VALID, product: IGS - Student System , description: This will be the base view for new window qualcode in IGSAD037 form , implementation_dba_data: APPS.IGS_AD_QUAL_TYPE_V ,
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
VIEW: APPS.IGS_AD_APPQUAL_CODE_V
12.1.1
-
VIEW: APPS.IGS_AD_CODE_CLASSES_V
12.1.1
-
APPS.IGS_AD_GEN_014 dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
TABLE: IGS.IGS_AD_QUAL_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_QUAL_TYPE, object_name:IGS_AD_QUAL_TYPE, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_QUAL_TYPE_PKG
12.1.1
-
VIEW: APPS.IGS_AD_QUAL_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_QUAL_TYPE_V, object_name:IGS_AD_QUAL_TYPE_V, status:VALID,
-
Table: IGS_AD_PRCS_CAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PRCS_CAT_ALL, object_name:IGS_AD_PRCS_CAT_ALL, status:VALID, product: IGS - Student System , description: Describes user-defined admission category for admission process , implementation_dba_data: IGS.IGS_AD_PRCS_CAT_ALL ,
-
View: IGS_AD_APPQUAL_CODE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPQUAL_CODE_V, object_name:IGS_AD_APPQUAL_CODE_V, status:VALID, product: IGS - Student System , description: View is based on the table IGS_AD_APPQUAL_CODE and this will be the base view for enter qual code page. , implementation_dba_data: APPS.IGS_AD_APPQUAL_CODE_V ,
-
APPS.IGS_AD_QUAL_TYPE_PKG dependencies on IGS_AD_QUAL_TYPE_PKG
12.1.1
-
Table: IGS_AD_PRCS_CAT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined admission category for admission process , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_QUAL_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_QUAL_TYPE_PKG, status:VALID,
-
View: IGS_AD_CODE_CLASSES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_CODE_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_CODE_CLASSES_V, object_name:IGS_AD_CODE_CLASSES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_CODE_CLASSES_V ,
-
View: IGS_AD_APPQUAL_CODE_V
12.2.2
product: IGS - Student System (Obsolete) , description: View is based on the table IGS_AD_APPQUAL_CODE and this will be the base view for enter qual code page. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_GEN_014
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_014, status:VALID,
-
APPS.IGS_AD_CODE_CLASSES_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_AD_CODE_CLASSES_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_AD_CODE_CLASSES_PKG dependencies on FND_MESSAGE
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.IGS_AD_GEN_014 SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_CODE_CLASSES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_014
12.1.1
-
PACKAGE BODY: APPS.IGS_ADMAPPLICATION_PUB
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'. ,