Search Results igs_ss_inq_testseg
Overview
The IGS_SS_INQ_TESTSEG table is a data structure within the Oracle E-Business Suite (EBS) Student System (IGS) module. Its primary function was to store staging data for inquiry test segments, which are components of standardized admission tests. This table was part of the Self Service architecture, likely designed to temporarily hold data submitted via web interfaces before formal processing or validation. A critical piece of information from the provided metadata is that this table is explicitly marked as "Obsolete." This status indicates it is no longer actively used in current implementations of EBS 12.1.1 or 12.2.2, having been superseded by other objects or architectural changes. Its presence in the database is typically for historical data reference or to support potential upgrade paths.
Key Information Stored
The table's structure centers on uniquely identifying a test segment record and linking it to a parent inquiry test. The documented columns reveal its core data model:
- INQ_TEST_SEG_ID: The primary identifier for each row, enforced by the primary key constraint IGS_SS_INQ_TESTSEG_PK.
- ADMISSION_TEST_TYPE and TEST_SEGMENT_ID: Together, these columns form a unique key (IGS_SS_INQ_TESTSEG_UK), defining the specific type and segment of an admission test.
- INQ_TEST_ID: A foreign key column that establishes a critical relationship by linking the test segment record to its parent inquiry record in the IGS_SS_INQ_TEST table.
Common Use Cases and Queries
Given its obsolete status, direct operational use cases are minimal in active systems. Its primary contemporary use would be for historical analysis or data migration auditing. A common query pattern would involve joining to its parent table to retrieve legacy staging data. For example, to list all obsolete staged test segment records for a specific inquiry, one might use:
SELECT seg.* FROM igs.igs_ss_inq_testseg seg, igs.igs_ss_inq_test test WHERE seg.inq_test_id = test.inq_test_id AND test.inquiry_id = <value>;
Database administrators might also query this table to confirm it contains no active data before considering archiving or cleanup activities, using a simple check like: SELECT COUNT(*) FROM igs.igs_ss_inq_testseg;
Related Objects
The metadata defines clear relationships with other objects in the IGS schema:
- Primary Key: The table is primarily accessed via its primary key constraint, IGS_SS_INQ_TESTSEG_PK, on the column INQ_TEST_SEG_ID.
- Foreign Key (Outbound): The table has a documented foreign key dependency. The column IGS_SS_INQ_TESTSEG.INQ_TEST_ID references the IGS_SS_INQ_TEST table. This enforces referential integrity, ensuring every test segment record is associated with a valid parent inquiry test record.
-
Table: IGS_SS_INQ_TESTSEG
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Self Service Staging Inquiry Test Segments - Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SS_INQ_TESTSEG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_INQ_TESTSEG, object_name:IGS_SS_INQ_TESTSEG, status:VALID, product: IGS - Student System , description: Holds Self Service Staging Inquiry Test Segments - Obsolete , implementation_dba_data: IGS.IGS_SS_INQ_TESTSEG ,
-
SYNONYM: APPS.IGS_SS_INQ_TESTSEG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SS_INQ_TESTSEG, status:VALID,
-
TABLE: IGS.IGS_SS_INQ_TESTSEG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_INQ_TESTSEG, object_name:IGS_SS_INQ_TESTSEG, status:VALID,
-
Table: IGS_SS_INQ_TEST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_INQ_TEST, object_name:IGS_SS_INQ_TEST, status:VALID, product: IGS - Student System , description: Holds Self Service Staging Inquiry Test records - Obsolete , implementation_dba_data: IGS.IGS_SS_INQ_TEST ,
-
Table: IGS_SS_INQ_TEST
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Self Service Staging Inquiry Test records - Obsolete , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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'. ,