Search Results qualifying_type_code
Overview
The IGS_AD_APPQUAL_CODE table is a core transactional data store within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Admissions module (IGS). It is designed to capture and persist detailed qualification information associated with individual admission applications. Its primary role is to store the qualification type and its corresponding value for each application instance, serving as a critical component for evaluating applicant eligibility and meeting specific program entry requirements. The table's structure supports both standardized codes and free-form text entries, accommodating diverse admission processes.
Key Information Stored
The table's columns are organized to uniquely identify an application and its associated qualifications. The primary key is a composite of five columns: PERSON_ID, ADMISSION_APPL_NUMBER, NOMINATED_COURSE_CD, SEQUENCE_NUMBER, and QUALIFYING_TYPE_CODE. This ensures a unique record for each qualification type per application line. Key data columns include:
- QUALIFYING_TYPE_CODE (VARCHAR2(30)): A mandatory code that categorizes the type of qualification being recorded (e.g., a specific exam, prior degree, or skill).
- QUALIFYING_CODE_ID (NUMBER): A foreign key referencing a predefined, valid code from the IGS_AD_CODE_CLASSES table, providing a standardized value for the qualification type.
- QUALIFYING_VALUE (VARCHAR2(80)): A free-text field allowing manual entry of a qualification detail, used when a predefined code is insufficient or for custom workflow inputs.
- The table also includes standard Oracle EBS "Who" columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for audit purposes.
Common Use Cases and Queries
This table is central to reporting and validating applicant qualifications. A common use case is generating a report of all qualifications for applicants to a specific course. The following query pattern retrieves this information, joining to the main application instance table for context:
SELECT aapc.PERSON_ID, aapc.ADMISSION_APPL_NUMBER, aapc.NOMINATED_COURSE_CD, aapc.QUALIFYING_TYPE_CODE, aapc.QUALIFYING_CODE_ID, aapc.QUALIFYING_VALUE FROM IGS.IGS_AD_APPQUAL_CODE aapc WHERE aapc.NOMINATED_COURSE_CD = :course_code ORDER BY aapc.PERSON_ID, aapc.ADMISSION_APPL_NUMBER;
Another critical scenario is data validation, ensuring that mandatory qualification types have been provided. Administrators may query for applications missing a required QUALIFYING_TYPE_CODE or where the QUALIFYING_CODE_ID is null for a type that mandates a standardized value. The non-unique index on QUALIFYING_TYPE_CODE (IGS_AD_APPQUAL_CODE_N2) optimizes such queries.
Related Objects
The IGS_AD_APPQUAL_CODE table is part of a defined data model with specific foreign key relationships, ensuring referential integrity with core application data.
- IGS_AD_PS_APPL_INST_ALL: The table references this application instance table via the PERSON_ID, ADMISSION_APPL_NUMBER, NOMINATED_COURSE_CD, and SEQUENCE_NUMBER columns. This links each qualification record to a specific line on an applicant's submission.
- IGS_AD_CODE_CLASSES: The QUALIFYING_CODE_ID column is a foreign key to this table, which holds the master list of valid, predefined codes for admission qualification classes.
As a transactional table, it is referenced by various application components (APPS) and forms within the Admissions module to display and manage applicant qualification data.
-
TABLE: IGS.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,
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_APPQUAL_CODE
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,
-
VIEW: APPS.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,
-
APPS.IGS_AD_QUAL_TYPE_PKG dependencies on IGS_AD_QUAL_TYPE
12.1.1
-
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 ,
-
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 ,
-
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,
-
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 ,
-
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_APPQUAL_CODE
12.2.2
product: IGS - Student System (Obsolete) , description: New Transaction table to hold the qualification type and its value for each application instance , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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 ,
-
APPS.IGS_AD_GEN_014 dependencies on IGS_AD_QUAL_TYPE
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_APPQUAL_CODE
12.1.1
-
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_ADMAPPLICATION_PUB dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_QUAL_TYPE_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_APPQUAL_CODE_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_QUAL_TYPE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_APPQUAL_CODE_PKG
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_PS_APPL
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on HZ_PARTIES
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB SQL Statements
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_PS_APPL
12.1.1
-
APPS.IGS_AD_GEN_014 SQL Statements
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_ADMAPPLICATION_PUB
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_GEN_014
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI_FTR_OFFER
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'. ,