Search Results enquiry_appl_number
Overview
The table IGS_AD_I_USET_PREFS is a core data object within the Oracle E-Business Suite Student System (IGS) module. It is designed to store the academic unit set preferences specified by an applicant during the inquiry stage of the admissions lifecycle. Each record links a person's specific inquiry application instance to their preferred course or program unit sets. It is critical to note that the official product documentation explicitly marks this table as Obsolete. This status indicates that while the table may exist in schemas for installations upgraded from earlier versions (such as 12.1.1 or 12.2.2), its use in new development is deprecated, and its business logic has likely been superseded by other objects or data models in later application flows.
Key Information Stored
The table's structure centers on uniquely identifying an applicant's inquiry and their ordered preferences for unit sets. The primary identifier is the system-generated INQ_UNIT_SET_PREF_ID. The table enforces data integrity through multiple unique keys, highlighting the critical columns: PERSON_ID (identifying the applicant), ENQUIRY_APPL_NUMBER (identifying the specific inquiry application instance for that person), and either the INQ_UNIT_SET_CODE_ID (a foreign key to the inquiry unit set definition) or a UNIT_SET_PREF_ID (which may represent a preference ranking or identifier). The combination of PERSON_ID and ENQUIRY_APPL_NUMBER is a fundamental composite key for relating all preferences to a single inquiry application, directly addressing the user's search context for 'enquiry_appl_number'.
Common Use Cases and Queries
Given its obsolete status, direct operational use in current processes is discouraged. Historically, its purpose was to support reporting and decision-making on inquiry-stage applicant interests. Common queries would involve retrieving all unit set preferences for a specific inquiry application or analyzing popular unit sets across inquiries. A sample reporting query pattern would be:
- SELECT person_id, enquiry_appl_number, inq_unit_set_code_id FROM igs.igs_ad_i_uset_prefs WHERE person_id = :p_person_id AND enquiry_appl_number = :p_enquiry_appl_number ORDER BY unit_set_pref_id;
This would list the ordered preferences for a given applicant's inquiry. Data from this table might also have been used to populate initial application preferences or for historical trend analysis in legacy reports.
Related Objects
The table's integrity is maintained through defined foreign key relationships. The INQ_UNIT_SET_CODE_ID column references IGS_AD_INQ_UNIT_SETS, which is the master table defining the available unit sets for inquiries. Furthermore, the composite of PERSON_ID and ENQUIRY_APPL_NUMBER likely references a parent inquiry header table (such as IGS_AD_PERSON_INQ_INST or similar), which stores the core details of the inquiry application itself. Developers or analysts investigating this obsolete table must examine these related objects to understand the full, historical data model and to identify any current tables that may have assumed its functionality.
-
APPS.IGR_IMP_002 dependencies on IGR_I_APPL_INT
12.1.1
-
APPS.IGR_I_A_PKGITM_PKG dependencies on IGR_I_APPL_V
12.1.1
-
APPS.IGR_IMP_002 SQL Statements
12.1.1
-
Table: IGS_AD_I_USET_PREFS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_I_USET_PREFS, object_name:IGS_AD_I_USET_PREFS, status:VALID, product: IGS - Student System , description: Stores inquiry unit set preferences corresponding to person's inquiry instance - Obsolete , implementation_dba_data: IGS.IGS_AD_I_USET_PREFS ,
-
Table: IGS_AD_I_PRG_PREFS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_I_PRG_PREFS, object_name:IGS_AD_I_PRG_PREFS, status:VALID, product: IGS - Student System , description: Stores inquiry program preferences corresponding to person's inquiry instance - Obsolete , implementation_dba_data: IGS.IGS_AD_I_PRG_PREFS ,
-
TABLE: IGS.IGS_IN_APPLINFO_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_IN_APPLINFO_TYPE, object_name:IGS_IN_APPLINFO_TYPE, status:VALID,
-
TABLE: IGS.IGS_AD_I_PRG_PREFS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_I_PRG_PREFS, object_name:IGS_AD_I_PRG_PREFS, status:VALID,
-
TABLE: IGS.IGS_AD_I_USET_PREFS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_I_USET_PREFS, object_name:IGS_AD_I_USET_PREFS, status:VALID,
-
Table: IGS_AD_I_PRG_PREFS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores inquiry program preferences corresponding to person's inquiry instance - Obsolete , implementation_dba_data: Not implemented in this database ,
-
APPS.IGR_INQUIRY_LINES_PKG dependencies on IGR_I_APPL_ALL
12.1.1
-
TABLE: IGS.IGR_I_A_CHARTYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_A_CHARTYP, object_name:IGR_I_A_CHARTYP, status:VALID,
-
APPS.IGR_I_A_PKGITM_PKG SQL Statements
12.1.1
-
Table: IGS_AD_I_USET_PREFS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores inquiry unit set preferences corresponding to person's inquiry instance - Obsolete , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGR_I_A_ITYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_A_ITYPE, object_name:IGR_I_A_ITYPE, status:VALID,
-
TABLE: IGS.IGS_IN_APPL_CHAR_TYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_IN_APPL_CHAR_TYP, object_name:IGS_IN_APPL_CHAR_TYP, status:VALID,
-
APPS.IGR_I_A_PKGITM_PKG dependencies on IGR_I_A_PKGITM
12.1.1
-
TABLE: IGS.IGS_IN_APPLML_PKGITM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_IN_APPLML_PKGITM, object_name:IGS_IN_APPLML_PKGITM, status:VALID,
-
TABLE: IGS.IGR_I_A_LINES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_A_LINES, object_name:IGR_I_A_LINES, status:VALID,
-
TABLE: IGS.IGR_I_A_PKGITM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_A_PKGITM, object_name:IGR_I_A_PKGITM, status:VALID,
-
TABLE: IGS.IGS_IN_APPL_COURSE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_IN_APPL_COURSE, object_name:IGS_IN_APPL_COURSE, status:VALID,
-
APPS.IGR_I_A_CHARTYP_PKG dependencies on IGR_I_A_CHARTYP
12.1.1
-
APPS.IGR_I_A_ITYPE_PKG SQL Statements
12.1.1
-
APPS.IGR_I_A_ITYPE_PKG dependencies on IGR_I_A_ITYPE
12.1.1
-
APPS.IGR_I_A_LINES_PKG dependencies on IGR_I_A_LINES
12.1.1
-
APPS.IGR_I_APPL_PKG dependencies on IGR_I_APPL_ALL
12.1.1
-
VIEW: APPS.IGS_IN_APPL_CHAR_TYP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_IN_APPL_CHAR_TYP_V, object_name:IGS_IN_APPL_CHAR_TYP_V, status:VALID,
-
VIEW: APPS.IGS_AD_INQ_PROG_PREFS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INQ_PROG_PREFS_V, object_name:IGS_AD_INQ_PROG_PREFS_V, status:VALID,
-
APPS.IGR_I_A_CHARTYP_PKG SQL Statements
12.1.1
-
APPS.IGR_IMP_002 dependencies on IGR_I_PKG_INT
12.1.1
-
View: IGS_IN_ENQUIRY_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_IN_ENQUIRY_APPL, object_name:IGS_IN_ENQUIRY_APPL, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGS_IN_ENQUIRY_APPL ,
-
VIEW: APPS.IGS_AD_INQ_UNIT_SET_PREFS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INQ_UNIT_SET_PREFS_V, object_name:IGS_AD_INQ_UNIT_SET_PREFS_V, status:VALID,
-
View: IGS_IN_ENQUIRY_APPL
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGR_I_A_ITYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_A_ITYPE_V, object_name:IGR_I_A_ITYPE_V, status:VALID,
-
APPS.IGR_IMP_002 dependencies on IGR_I_CHAR_INT
12.1.1
-
APPS.IGR_IMP_002 dependencies on IGR_I_INFO_INT
12.1.1
-
VIEW: APPS.IGS_IN_APPLML_PKGITM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_IN_APPLML_PKGITM_V, object_name:IGS_IN_APPLML_PKGITM_V, status:VALID,
-
APPS.IGR_INQUIRY_LINES_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGR_I_A_CHAR_TYP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_A_CHAR_TYP_V, object_name:IGR_I_A_CHAR_TYP_V, status:VALID,
-
Table: IGS_IN_APPLML_PKGITM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_IN_APPLML_PKGITM, object_name:IGS_IN_APPLML_PKGITM, status:VALID, product: IGS - Student System , description: This table stores the details of enquiry package - Obsolete , implementation_dba_data: IGS.IGS_IN_APPLML_PKGITM ,
-
APPS.IGR_IMP_002 dependencies on IGR_I_LINES_INT
12.1.1
-
Table: IGS_RC_I_A_ITYPE
12.1.1
product: IGS - Student System , description: Describes the types of information requested with an enquiry , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_A_LINES
12.2.2
product: IGS - Student System (Obsolete) , description: Junction table for Sales Lead Line table , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_A_ITYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the types of information requested with an enquiry , implementation_dba_data: Not implemented in this database ,
-
Table: IGR_I_A_LINES
12.2.2
product: IGS - Student System (Obsolete) , description: Junction table for Sales Lead Line table , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_IN_APPL_CHAR_TYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_IN_APPL_CHAR_TYP, object_name:IGS_IN_APPL_CHAR_TYP, status:VALID, product: IGS - Student System , description: This table stores the type of enquiry made by a person - Obsolete , implementation_dba_data: IGS.IGS_IN_APPL_CHAR_TYP ,
-
Table: IGS_RC_I_A_LINES
12.1.1
product: IGS - Student System , description: Junction table for Sales Lead Line table , implementation_dba_data: Not implemented in this database ,
-
Table: IGR_I_A_CHARTYP
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the type of enquiry made by a person. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_IN_APPL_COURSE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_IN_APPL_COURSE, object_name:IGS_IN_APPL_COURSE, status:VALID, product: IGS - Student System , description: This entity describes the courses of interest to an enquiry application - Obsolete , implementation_dba_data: IGS.IGS_IN_APPL_COURSE ,
-
View: IGR_I_APPL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_APPL, object_name:IGR_I_APPL, status:VALID, product: IGS - Student System , description: This view is based on OMO public view AS_SALES_LEADS_V and IGR_I_APPL_ALL junction table. Attributes only that are needed by OSS are exposed , implementation_dba_data: APPS.IGR_I_APPL ,
-
View: IGS_RC_I_APPL
12.1.1
product: IGS - Student System , description: This view is based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. Attributes only that are needed by OSS are exposed , implementation_dba_data: Not implemented in this database ,