Search Results app_no
Overview
The IGS_UC_FORM_QUALS table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the IGS (Oracle Student Management) product family. As indicated in the ETRM documentation, its primary function is to store individual Form Qualifications imported from UCAS (Universities and Colleges Admissions Service). This table acts as the system of record for academic qualifications associated with an applicant during the admissions process, facilitating the evaluation of candidate eligibility and credentials. It is a transactional table residing in the APPS_TS_TX_DATA tablespace, reflecting its role in operational data processing.
Key Information Stored
The table's columns are designed to capture the essential details of an applicant's qualifications. The APP_NO (Applicant Number) is the mandatory key field that links each qualification record to a specific applicant. The core qualification attributes include QUAL_TYPE (e.g., A-Level, BTEC, International Baccalaureate), AWARD_BODY (the examining institution), TITLE (the subject or qualification name), GRADE obtained, and QUAL_DATE. Notably, the QUAL_ID column is documented as "No Longer Used." The table also includes standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for audit and compliance tracking.
Common Use Cases and Queries
The primary use case is supporting admissions workflows by providing a complete view of an applicant's academic history for assessment. Common reporting and data retrieval scenarios include generating qualification summaries for an applicant, analyzing grade distributions for specific qualifications, or verifying credentials. A fundamental query pattern involves filtering by the APP_NO to retrieve all qualifications for a single candidate. For example:
- Applicant Qualification Report:
SELECT TITLE, AWARD_BODY, GRADE, QUAL_DATE FROM IGS.IGS_UC_FORM_QUALS WHERE APP_NO = :1 ORDER BY QUAL_DATE DESC; - Aggregate Analysis: Queries may join this table to other applicant demographic tables to analyze qualification trends by region, course applied for, or other demographic factors.
The provided ETRM query text serves as the standard template for selecting all data from this object.
Related Objects
According to the dependency information, the IGS_UC_FORM_QUALS table does not reference other objects but is itself referenced by the APPS synonym IGS_UC_FORM_QUALS. This synonym, owned by the APPS schema, is critical as it provides the standard access point for all EBS application code and custom reports to interact with this table, ensuring a consistent interface regardless of the underlying schema. While not listed in the provided excerpt, this table would logically have a foreign key relationship to a core applicant or application header table (likely keyed on APP_NO) to maintain referential integrity for applicant data.
-
APPS.IGS_UC_UPD_PENDING_TRANS_PKG dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_TRAN_PROCESSOR_PKG dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_UC_EXP_APPLICANT_DTLS dependencies on IGS_UC_APP_NAMES
12.1.1
-
APPS.IGS_UC_TRX_GEN_HOOK SQL Statements
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on FND_FILE
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on FND_MESSAGE
12.1.1
-
TABLE: IGS.IGS_UC_FORM_QUALS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_FORM_QUALS, object_name:IGS_UC_FORM_QUALS, status:VALID,
-
APPS.IGS_UC_APP_REFEREES_PKG dependencies on IGS_UC_APP_REFEREES
12.1.1
-
APPS.IGS_UC_APP_NAMES_PKG dependencies on IGS_UC_APP_NAMES
12.1.1
-
TABLE: IGS.IGS_UC_APP_NAMES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_NAMES, object_name:IGS_UC_APP_NAMES, status:VALID,
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APP_NAMES
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on FND_FILE
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP SQL Statements
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APP_STATS
12.1.1
-
APPS.IGS_UC_TRX_GEN_HOOK dependencies on IGS_UC_APP_CLEARING
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_UC_TRX_GEN_HOOK dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_DAT_IMP_FROM_UCAS dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_UC_EXP_APPLICANT_DTLS dependencies on IGS_UC_APP_CHOICES
12.1.1
-
APPS.IGS_UC_TRX_GEN_HOOK dependencies on IGS_UC_APP_CHOICES
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APP_CLR_RND
12.1.1
-
APPS.IGS_UC_APP_ADDRESES_PKG dependencies on IGS_UC_APP_ADDRESES
12.1.1
-
TABLE: IGS.IGS_UC_PROSPECTIVE_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_UC_PROSPECTIVE_OLD, status:VALID,
-
APPS.IGS_UC_TRAN_PROCESSOR_PKG dependencies on IGS_UC_APP_CHOICES
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_FORM_QUALS
12.1.1
-
Table: IGS_UC_APP_CHOICES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds applicant choice details and related offer details. It is also used to synchronize with UCAS view 'ivOffer'.It also syncs. to 'ivStarC'.This table will hold child records only when the parent table 'IGS_UC_APPLICANTS' has 'App_No' pop , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_FORM_QUALS_PKG dependencies on IGS_UC_FORM_QUALS
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APP_ADDRESES
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APP_CLEARING
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APP_RESULTS
12.1.1
-
APPS.IGS_UC_TRAN_PROCESSOR_PKG dependencies on FND_GLOBAL
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APP_REFEREES
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APP_CHOICES
12.1.1
-
APPS.IGS_UC_TRX_GEN_HOOK dependencies on IGS_UC_APP_CLR_RND
12.1.1
-
TABLE: IGS.IGS_UC_OLD_OUSTAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_OLD_OUSTAT, object_name:IGS_UC_OLD_OUSTAT, status:VALID,
-
APPS.IGS_UC_FORM_QUALS_PKG SQL Statements
12.1.1
-
Table: IGS_UC_APP_CHOICES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_CHOICES, object_name:IGS_UC_APP_CHOICES, status:VALID, product: IGS - Student System , description: Holds applicant choice details and related offer details. It is also used to synchronize with UCAS view 'ivOffer'.It also syncs. to 'ivStarC'.This table will hold child records only when the parent table 'IGS_UC_APPLICANTS' has 'App_No' pop , implementation_dba_data: IGS.IGS_UC_APP_CHOICES ,
-
VIEW: APPS.IGSBV_UC_FORM_QUALIFICATIONS
12.1.1
-
APPS.IGS_UC_TRAN_PROCESSOR_PKG dependencies on IGS_UC_U_CVNAME_2003
12.1.1
-
TABLE: IGS.IGS_UC_APP_CHO_CNDS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_CHO_CNDS, object_name:IGS_UC_APP_CHO_CNDS, status:VALID,
-
TABLE: IGS.IGS_UC_APP_REFEREES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_REFEREES, object_name:IGS_UC_APP_REFEREES, status:VALID,
-
VIEW: APPS.IGSBV_UC_APPLICANT_REFEREES
12.1.1
-
VIEW: APPS.IGSFV_UC_FORM_QUALIFICATIONS
12.1.1
-
TABLE: IGS.IGS_UC_ENQ_DETAILS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_ENQ_DETAILS, object_name:IGS_UC_ENQ_DETAILS, status:VALID,
-
VIEW: APPS.IGSFV_UC_APPLICANT_RESULTS
12.1.1
-
APPS.IGS_UC_WRONG_APP_PKG dependencies on IGS_UC_WRONG_APP
12.1.1
-
APPS.IGS_UC_MV_DATA_UPLD dependencies on IGS_UC_APP_NAMES
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on FND_API
12.1.1
-
Table: IGS_UC_FORM_QUALS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_FORM_QUALS, object_name:IGS_UC_FORM_QUALS, status:VALID, product: IGS - Student System , description: Holds individual Form Qualifications imported from UCAS , implementation_dba_data: IGS.IGS_UC_FORM_QUALS ,