Search Results igs_re_ths_pnl_type
Overview
The IGS_RE_THS_PNL_TYPE table is a core reference table within the Oracle E-Business Suite Student System (IGS), specifically designed for managing postgraduate research administration. Its primary function is to define and store the distinct types of thesis examination panels that can be convened to assess a student's thesis. This table acts as a master list, ensuring consistency and standardization in the configuration of thesis examination processes. It is important to note that the ETRM metadata explicitly marks the IGS - Student System as "Obsolete," indicating this table belongs to a legacy module. Furthermore, the provided documentation states "Not implemented in this database," which suggests the table structure may exist in the data dictionary but is not populated or actively used in a standard deployment of the specified EBS versions (12.1.1 / 12.2.2).
Key Information Stored
The table's structure is centered on classifying panel types. The primary and most critical column is THESIS_PANEL_TYPE, which serves as the unique identifier (Primary Key: IGS_RE_THS_PNL_TYPE_PK) for each type of panel, such as "Initial Review," "Final Defense," or "Appeal." Another significant column is TRACKING_TYPE, which establishes a foreign key relationship. This column likely links the thesis panel type to a corresponding tracking or workflow type defined in the IGS_TR_TYPE_ALL table, enabling integration with broader process tracking mechanisms within the student system.
Common Use Cases and Queries
In an active implementation, this table would be referenced whenever a thesis examination is being scheduled or configured. Administrative staff would select a valid panel type from this list. Common reporting and validation queries would include listing all available panel types or verifying the existence of a specific type before creating a thesis exam record. A typical SQL pattern for such validation or lookup would be:
SELECT thesis_panel_type, description FROM igs_re_ths_pnl_type WHERE enabled_flag = 'Y' ORDER BY 1;SELECT COUNT(*) FROM igs_re_thesis_exam te WHERE te.thesis_panel_type = '&PANEL_TYPE';(to find usage of a specific panel type)
Given the "Obsolete" and "Not implemented" status, direct operational or reporting use in a standard EBS 12.1.1/12.2.2 environment is unlikely. Any interaction would typically be for data analysis or migration purposes related to legacy data.
Related Objects
The table maintains defined relationships with other entities in the student system schema, as documented in the ETRM metadata.
- References (Foreign Key Out): IGS_RE_THS_PNL_TYPE.TRACKING_TYPE column references the IGS_TR_TYPE_ALL table. This links a panel type to a system tracking type.
- Referenced By (Foreign Key In): The IGS_RE_THESIS_EXAM table references IGS_RE_THS_PNL_TYPE via its THESIS_PANEL_TYPE column. This is the primary relationship, where individual thesis examination records are assigned a type defined in this master table.
-
Table: IGS_RE_THS_PNL_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the types of thesis panels which can be used for thesis examinations. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RE_THS_PNL_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_THS_PNL_TYPE, object_name:IGS_RE_THS_PNL_TYPE, status:VALID, product: IGS - Student System , description: This table describes the types of thesis panels which can be used for thesis examinations. , implementation_dba_data: IGS.IGS_RE_THS_PNL_TYPE ,
-
APPS.IGS_RE_VAL_TEX dependencies on IGS_RE_THS_PNL_TYPE
12.1.1
-
APPS.IGS_RE_GEN_003 dependencies on IGS_RE_THS_PNL_TYPE
12.1.1
-
APPS.IGS_RE_THS_PNL_TYPE_PKG dependencies on IGS_RE_THS_PNL_TYPE
12.1.1
-
APPS.IGS_RE_VAL_TPM dependencies on IGS_RE_THS_PNL_TYPE
12.1.1
-
APPS.IGS_RE_THS_PNL_TYPE_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_RE_THS_PNL_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_THS_PNL_TYPE, object_name:IGS_RE_THS_PNL_TYPE, status:VALID,
-
SYNONYM: APPS.IGS_RE_THS_PNL_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_RE_THS_PNL_TYPE, status:VALID,
-
Table: IGS_RE_THESIS_EXAM
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the thesis examination and its actions , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_RE_THS_PNL_TYPE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_RE_VAL_TPM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RE_VAL_TPM, status:VALID,
-
Table: IGS_RE_THESIS_EXAM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_THESIS_EXAM, object_name:IGS_RE_THESIS_EXAM, status:VALID, product: IGS - Student System , description: This entity describes the thesis examination and its actions , implementation_dba_data: IGS.IGS_RE_THESIS_EXAM ,
-
APPS.IGS_RE_THE_LGCY_PUB dependencies on IGS_RE_THS_PNL_TYPE_PKG
12.1.1
-
APPS.IGS_RE_THS_PNL_TYPE_PKG dependencies on IGS_RE_THS_PNL_TYPE_PKG
12.1.1
-
Table: IGS_TR_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the user-defined tracking types which exist within the system. They are mapped back to the system defined tracking types which are recognized by the system functionality. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_RE_THS_PNL_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RE_THS_PNL_TYPE_PKG, status:VALID,
-
Table: IGS_TR_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_TR_TYPE_ALL, object_name:IGS_TR_TYPE_ALL, status:VALID, product: IGS - Student System , description: This entity describes the user-defined tracking types which exist within the system. They are mapped back to the system defined tracking types which are recognized by the system functionality. , implementation_dba_data: IGS.IGS_TR_TYPE_ALL ,
-
PACKAGE BODY: APPS.IGS_RE_VAL_TEX
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RE_VAL_TEX, status:VALID,
-
APPS.IGS_RE_VAL_TEX dependencies on IGS_RE_THS_PNL_MBR
12.1.1
-
PACKAGE BODY: APPS.IGS_RE_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RE_GEN_003, status:VALID,
-
APPS.IGS_RE_VAL_TEX SQL Statements
12.1.1
-
APPS.IGS_RE_GEN_003 dependencies on IGS_TR_STATUS
12.1.1
-
APPS.IGS_RE_VAL_TPM SQL Statements
12.1.1
-
APPS.IGS_RE_VAL_TPM dependencies on IGS_RE_THS_PNL_MBR
12.1.1
-
APPS.IGS_RE_THE_LGCY_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_RE_GEN_003 SQL Statements
12.1.1
-
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
-
PACKAGE BODY: APPS.IGS_RE_VAL_TEX
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_RE_VAL_TPM
12.1.1
-
PACKAGE BODY: APPS.IGS_RE_THE_LGCY_PUB
12.1.1
-
PACKAGE BODY: APPS.IGS_RE_GEN_003
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'. ,
-
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'. ,