Search Results igs_ad_ss_test_conf
Overview
The IGS_AD_SS_TEST_CONF table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module. It functions as a configuration table that defines the valid relationships between admission test types and application types for an institution. This table is critical for enforcing business rules during the admissions process, ensuring that only appropriate and institutionally-approved tests can be associated with specific types of applications. Its role is to maintain referential integrity and provide a master list of permissible test-application combinations, which downstream processes and interfaces rely upon for validation and data consistency.
Key Information Stored
The table's structure is defined by its primary key, which is a composite of two columns. This design enforces uniqueness for each test-application pairing. The primary columns are:
- ADMISSION_TEST_TYPE: Stores the code identifying a specific type of admission test (e.g., SAT, ACT, GRE). This column is a foreign key referencing the IGS_AD_TEST_TYPE table, which holds the master list of all defined test types.
- ADMISSION_APPLICATION_TYPE: Stores the code identifying a specific type of admission application (e.g., Undergraduate, Graduate, Transfer). This column is a foreign key referencing the IGS_AD_SS_APPL_TYP table, which contains the master list of application types.
Together, these two columns form the IGS_AD_SS_TEST_CONF_PK primary key. The table may contain additional descriptive or control columns not detailed in the provided metadata, such as creation dates or active/inactive flags, which are common in EBS configuration tables.
Common Use Cases and Queries
This table is primarily used for setup, validation, and reporting. A common administrative task is to query all configured tests for a given application type to verify setup or for audit purposes. For example: SELECT admission_test_type FROM igs_ad_ss_test_conf WHERE admission_application_type = 'UG';. Conversely, to find all application types that accept a specific test: SELECT admission_application_type FROM igs_ad_ss_test_conf WHERE admission_test_type = 'SAT';. The most critical use case is as a validation check when entering or processing applicant test scores within the application form or via an interface. The system will reference this table to confirm that the submitted test type is permitted for the applicant's chosen application path, preventing data integrity issues.
Related Objects
The IGS_AD_SS_TEST_CONF table sits at the intersection of two key master tables in the Admissions subsystem, as defined by its foreign key relationships:
- IGS_AD_TEST_TYPE: The table is joined to IGS_AD_SS_TEST_CONF via the
ADMISSION_TEST_TYPEcolumn. This relationship ensures that every configured test type is a valid, predefined entity. - IGS_AD_SS_APPL_TYP: The table is joined to IGS_AD_SS_TEST_CONF via the
ADMISSION_APPLICATION_TYPEcolumn. This relationship ensures that every configured application type is valid and active within the system.
These relationships make IGS_AD_SS_TEST_CONF a central reference point. Applications, test score interfaces, and related admission processing logic will depend on its configuration to determine permissible actions and maintain data quality.
-
Table: IGS_AD_SS_TEST_CONF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SS_TEST_CONF, object_name:IGS_AD_SS_TEST_CONF, status:VALID, product: IGS - Student System , description: This table stores the attributes of the Admission Test Types Configuration , implementation_dba_data: IGS.IGS_AD_SS_TEST_CONF ,
-
Table: IGS_AD_SS_TEST_CONF
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores the attributes of the Admission Test Types Configuration , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_SS_TEST_CONF_V
12.1.1
-
SYNONYM: APPS.IGS_AD_SS_TEST_CONF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_SS_TEST_CONF, status:VALID,
-
TABLE: IGS.IGS_AD_SS_TEST_CONF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SS_TEST_CONF, object_name:IGS_AD_SS_TEST_CONF, status:VALID,
-
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 ,
-
View: IGS_AD_SS_TEST_CONF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_TEST_CONF_V, object_name:IGS_AD_SS_TEST_CONF_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_SS_TEST_CONF_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 ,
-
View: IGS_AD_SS_TEST_CONF_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SS_APPL_TYP
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Admission Application Type details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SS_APPL_TYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SS_APPL_TYP, object_name:IGS_AD_SS_APPL_TYP, status:VALID, product: IGS - Student System , description: Holds Admission Application Type details , implementation_dba_data: IGS.IGS_AD_SS_APPL_TYP ,
-
VIEW: APPS.IGS_AD_SS_TEST_CONF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_TEST_CONF_V, object_name:IGS_AD_SS_TEST_CONF_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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'. ,