Search Results inquiry_type_id
Overview
The IGS.IGR_I_E_TESTTYPS table is a configuration and mapping table within the Oracle E-Business Suite (EBS) 12.1.1 / 12.2.2, specifically in the IGS (Oracle Student Management) product family. Its primary role is to store and manage the association between different types of standardized admission tests and specific inquiry entry statuses. This table acts as a reference point, enabling the system to define which admission test types are relevant or required for prospective students based on their current inquiry or application status. The presence of a unique index on INQUIRY_TYPE_ID underscores its functional link to the broader inquiry classification framework.
Key Information Stored
The table's structure is designed to capture both the core mapping data and standard audit information. The most critical columns include:
- ENT_TEST_TYPE_ID: The primary key, serving as a unique identifier for each record in this table.
- INQUIRY_TYPE_ID: A foreign key linking to an inquiry type definition, crucial for filtering or joining data based on the user's search term.
- ADMISSION_TEST_TYPE: A code or name identifying a specific standardized test (e.g., SAT, ACT, GRE).
- INQ_ENTRY_STAT_ID: Documented as obsolete; its use in current processes is deprecated.
- CLOSED_IND: A flag indicating whether a specific test type mapping is active or closed for use.
- Standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for tracking record history.
Common Use Cases and Queries
This table is central to processes involving the tracking and reporting of admission test requirements. A common operational use case is generating a list of all active test types configured for a specific inquiry type, which is essential for setting up application checklists or compliance rules. For reporting, analysts may join this table with inquiry master data to analyze test submission patterns. A foundational query to retrieve all mappings, filtered by a specific INQUIRY_TYPE_ID, is:
SELECT admission_test_type, closed_ind FROM igs.igr_i_e_testtyps WHERE inquiry_type_id = :p_inquiry_type_id ORDER BY admission_test_type;
Another typical pattern is to validate or audit configurations by checking for duplicate or inactive entries across inquiry types, using the unique indexes on ENT_TEST_TYPE_ID and INQUIRY_TYPE_ID as a basis for integrity checks.
Related Objects
Based on the provided metadata, the table's primary relationships are defined through its indexes and the INQUIRY_TYPE_ID column. The table itself does not reference other objects, but it is referenced by an object named IGR_I_E_TESTTYPS under the APPS schema. This is almost certainly a public synonym (APPS.IGR_I_E_TESTTYPS) that points to the IGS.IGR_I_E_TESTTYPS base table, providing a standard access point for EBS applications and custom code. Functionally, the INQUIRY_TYPE_ID column implies a foreign key relationship to a master table defining inquiry types, though that specific constraint is not detailed in the excerpt. This table is a key component in the data model supporting the inquiry and admissions testing workflow.
-
APPS.IGR_IMP_004 dependencies on IGR_I_APPL_INT
12.1.1
-
TABLE: IGS.IGR_I_E_TESTTYPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_E_TESTTYPS, object_name:IGR_I_E_TESTTYPS, status:VALID,
-
TABLE: IGS.IGR_I_E_ORGUNITS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_E_ORGUNITS, object_name:IGR_I_E_ORGUNITS, status:VALID,
-
TABLE: IGS.IGR_I_INQUIRY_TYPES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_INQUIRY_TYPES, object_name:IGR_I_INQUIRY_TYPES, status:VALID,
-
APPS.IGR_I_E_ORGUNITS_PKG dependencies on IGR_I_E_ORGUNITS
12.1.1
-
VIEW: APPS.IGR_I_E_ORGUNITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_E_ORGUNITS_V, object_name:IGR_I_E_ORGUNITS_V, status:VALID,
-
View: IGS_PE_SRC_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_SRC_TYPES_V, object_name:IGS_PE_SRC_TYPES_V, status:VALID, product: IGS - Student System , description: Person source types form view , implementation_dba_data: APPS.IGS_PE_SRC_TYPES_V ,
-
VIEW: APPS.IGR_I_INQUIRY_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_INQUIRY_TYPES_V, object_name:IGR_I_INQUIRY_TYPES_V, status:VALID,
-
APPS.IGR_I_E_TESTTYPS_PKG dependencies on IGR_I_INQUIRY_TYPES_PKG
12.1.1
-
APPS.IGR_I_E_TESTTYPS_PKG dependencies on IGR_I_E_TESTTYPS
12.1.1
-
Table: IGR_I_E_TESTTYPS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores test types corresponding to inquiry entry status , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_SRC_TYPES_V
12.2.2
product: IGS - Student System (Obsolete) , description: Person source types form view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_SRC_TYPES_V
12.1.1
-
APPS.IGR_I_E_TESTTYPS_PKG dependencies on IGR_I_E_TESTTYPS_S
12.1.1
-
VIEW: APPS.IGS_PE_SRC_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_SRC_TYPES_V, object_name:IGS_PE_SRC_TYPES_V, status:VALID,
-
Table: IGR_I_E_ORGUNITS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_E_ORGUNITS, object_name:IGR_I_E_ORGUNITS, status:VALID, product: IGS - Student System , description: Stores organization units corresponding to inquiry types , implementation_dba_data: IGS.IGR_I_E_ORGUNITS ,
-
Table: IGR_I_INQUIRY_TYPES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_INQUIRY_TYPES, object_name:IGR_I_INQUIRY_TYPES, status:VALID, product: IGS - Student System , description: Stores the Inquiry Type setup information , implementation_dba_data: IGS.IGR_I_INQUIRY_TYPES ,
-
TABLE: IGS.IGS_PE_SRC_TYPES_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_SRC_TYPES_ALL, object_name:IGS_PE_SRC_TYPES_ALL, status:VALID,
-
VIEW: APPS.IGR_I_E_TESTTYPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_E_TESTTYPS_V, object_name:IGR_I_E_TESTTYPS_V, status:VALID,
-
APPS.IGR_I_E_TESTTYPS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PE_SRC_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_SRC_TYPES, object_name:IGS_PE_SRC_TYPES, status:VALID,
-
APPS.IGR_I_E_ORGUNITS_PKG dependencies on IGR_I_E_ORGUNITS_S
12.1.1
-
View: IGR_I_E_TESTTYPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_E_TESTTYPS_V, object_name:IGR_I_E_TESTTYPS_V, status:VALID, product: IGS - Student System , description: Entry Status Test Type View , implementation_dba_data: APPS.IGR_I_E_TESTTYPS_V ,
-
APPS.IGR_I_E_ORGUNITS_PKG SQL Statements
12.1.1
-
View: IGR_I_E_ORGUNITS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Entry status Organization units view , implementation_dba_data: Not implemented in this database ,
-
APPS.IGR_IMP_003 dependencies on IGR_I_INQUIRY_TYPES
12.1.1
-
Table: IGR_I_INQUIRY_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the Inquiry Type setup information , implementation_dba_data: Not implemented in this database ,
-
View: IGR_I_INQUIRY_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_INQUIRY_TYPES_V, object_name:IGR_I_INQUIRY_TYPES_V, status:VALID, product: IGS - Student System , description: Form View for IGS_I_INQUIRY_TYPE table , implementation_dba_data: APPS.IGR_I_INQUIRY_TYPES_V ,
-
Table: IGR_I_E_TESTTYPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_E_TESTTYPS, object_name:IGR_I_E_TESTTYPS, status:VALID, product: IGS - Student System , description: Stores test types corresponding to inquiry entry status , implementation_dba_data: IGS.IGR_I_E_TESTTYPS ,
-
Table: IGR_I_E_ORGUNITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores organization units corresponding to inquiry types , implementation_dba_data: Not implemented in this database ,
-
View: IGR_I_E_ORGUNITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_E_ORGUNITS_V, object_name:IGR_I_E_ORGUNITS_V, status:VALID, product: IGS - Student System , description: Entry status Organization units view , implementation_dba_data: APPS.IGR_I_E_ORGUNITS_V ,
-
View: IGR_I_E_TESTTYPS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Entry Status Test Type View , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGR_IS_INQUIRY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_IS_INQUIRY, object_name:IGR_IS_INQUIRY, status:VALID,
-
APPS.IGR_I_INQUIRY_TYPES_PKG dependencies on IGR_I_INQUIRY_TYPES
12.1.1
-
APPS.IGR_I_INQUIRY_TYPES_PKG SQL Statements
12.1.1
-
View: IGR_I_INQUIRY_TYPES_V
12.2.2
product: IGS - Student System (Obsolete) , description: Form View for IGS_I_INQUIRY_TYPE table , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_SRC_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_SRC_TYPES, object_name:IGS_PE_SRC_TYPES, status:VALID, product: IGS - Student System , description: Person source types , implementation_dba_data: APPS.IGS_PE_SRC_TYPES ,
-
View: IGS_PE_SRC_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: Person source types , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_SRC_TYPES_PKG SQL Statements
12.1.1
-
APPS.IGR_IMP_004 dependencies on IGR_I_PKG_INT
12.1.1
-
PACKAGE BODY: APPS.IGR_I_E_TESTTYPS_PKG
12.1.1
-
TABLE: IGS.IGR_I_APPL_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_APPL_INT, object_name:IGR_I_APPL_INT, status:VALID,
-
PACKAGE BODY: APPS.IGR_I_E_ORGUNITS_PKG
12.1.1
-
APPS.IGS_PE_SRC_TYPES_PKG dependencies on IGS_PE_SRC_TYPES_ALL
12.1.1
-
PACKAGE BODY: APPS.IGR_I_INQUIRY_TYPES_PKG
12.1.1
-
APPS.IGR_IMP_004 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_SRC_TYPES_PKG
12.1.1
-
APPS.IGR_IMP_003 dependencies on IGS_AD_GEN_016
12.1.1
-
APPS.IGR_IMP_003 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGR_IMP_004
12.1.1