Search Results igr_i_e_testtyps
Overview
The IGR_I_E_TESTTYPS table is a core data object within the Oracle E-Business Suite Student System (IGS) module. It functions as a mapping or association table, specifically designed to store the relationship between different inquiry entry statuses and the standardized admission test types that may be required or relevant for prospective students. Its primary role is to support the admissions and inquiry management processes by defining which types of standardized tests (like SAT, ACT, or other institution-specific exams) are applicable based on the nature of the student's initial inquiry. This configuration enables systematic tracking and validation of test scores as part of the student lifecycle from initial contact to formal application.
Key Information Stored
The table's structure is defined by a concise set of key columns that establish the critical relationships. The primary identifier is the ENT_TEST_TYPE_ID, a system-generated unique key that serves as the primary key for the table. The core business logic is captured by two other columns: INQUIRY_TYPE_ID, which identifies the category or type of the prospective student's inquiry, and ADMISSION_TEST_TYPE, which holds a code referencing a specific, predefined type of admission test. Together, these columns form a unique key constraint (IGR_I_E_TESTTYPS_UK), ensuring that a given inquiry type is not linked to the same test type more than once.
Common Use Cases and Queries
A primary use case involves configuring the admissions process by an administrator, who uses this table to define which test scores must be collected for inquiries related to specific programs or student types. For reporting, it is used to analyze inquiry trends against testing requirements. Common SQL queries include retrieving all test types linked to a specific inquiry category or validating data integrity. For example, to list all configured test mappings, one might use:
- SELECT inquiry_type_id, admission_test_type FROM igs.igr_i_e_testtyps ORDER BY inquiry_type_id;
Another typical query joins to the related test type description table to produce a more readable report:
- SELECT t.inquiry_type_id, t.admission_test_type, d.test_type_name FROM igs.igr_i_e_testtyps t, igs_ad_test_type d WHERE t.admission_test_type = d.admission_test_type;
Related Objects
The IGR_I_E_TESTTYPS table has defined relationships with other key tables in the IGS schema, as indicated by its foreign key constraints. The ADMISSION_TEST_TYPE column is a foreign key referencing the IGS_AD_TEST_TYPE table, which stores the master list of valid test types and their descriptive details. The INQUIRY_TYPE_ID column is also a foreign key, though the referenced table name in the provided metadata is implied to be a table storing inquiry type definitions, likely within the IGR_I_* table family. The table's primary key (IGR_I_E_TESTTYPS_PK) may be referenced by other entities in the inquiry or admissions workflow that need to link to a specific test type mapping.
-
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_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 ,
-
APPS.IGR_I_E_TESTTYPS_PKG dependencies on IGR_I_E_TESTTYPS
12.1.1
-
SYNONYM: APPS.IGR_I_E_TESTTYPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGR_I_E_TESTTYPS, status:VALID,
-
APPS.IGR_I_E_TESTTYPS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGR_I_E_TESTTYPS_V
12.1.1
-
Table: IGS_AD_TEST_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TEST_TYPE, object_name:IGS_AD_TEST_TYPE, status:VALID, product: IGS - Student System , description: Describes valid admission test types , implementation_dba_data: IGS.IGS_AD_TEST_TYPE ,
-
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,
-
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 ,
-
PACKAGE BODY: APPS.IGR_I_E_TESTTYPS_PKG
12.1.1
-
APPS.IGR_I_E_TESTTYPS_PKG dependencies on IGR_I_E_TESTTYPS_PKG
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 ,
-
Table: IGS_AD_TEST_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes valid admission test types , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGR_I_E_TESTTYPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGR_I_E_TESTTYPS_PKG, 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,
-
Foreign Keys
12.2.2
-
Foreign Keys
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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'. ,